Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18101 observability-setup patricio0312rev/skills
Observability Setup Implement the three pillars: Traces, Metrics, and Logs. OpenTelemetry Tracing // tracing.ts import { NodeTracerProvider } from "@opentelemetry/sdk-trace-node"; import { Resource } from "@opentelemetry/resources"; import { SemanticResourceAttributes } from "@opentelemetry/semantic-conventions"; import { registerInstrumentations } from "@opentelemetry/instrumentation"; import { HttpInstrumentation } from "@opentelemetry/instrumentation-http"; import { ExpressInstrumentation }...
40
18102 dinero-formatting dinerojs/skills
Dinero.js Formatting Patterns for formatting Dinero.js monetary values for display. Covers currency symbols, locale-aware formatting, non-decimal currencies, and serialization. When to Apply Reference these guidelines when: Displaying prices, totals, or monetary values in a UI Adding currency symbols or locale-specific formatting Formatting non-decimal currencies (e.g., historical currencies with non-base-10 subdivisions) Serializing Dinero objects for APIs, databases, or transport Building reus...
40
18103 api design eddiebe147/claude-settings
REST API Design Principles URL Structure GET /api/v1/resources List all GET /api/v1/resources/{id} Get one POST /api/v1/resources Create PUT /api/v1/resources/{id} Replace PATCH /api/v1/resources/{id} Partial update DELETE /api/v1/resources/{id} Delete Nested resources GET /api/v1/parents/{id}/children POST /api/v1/parents/{id}/children HTTP Status Codes Code Meaning When to Use 200 OK Successful GET, PUT, PATCH 201 Created Successf...
40
18104 demo-skill trpc-group/trpc-agent-go
This is a minimal skill. If this body shows up in the coordinator's system prompt, it indicates a skill state leak across agents.
40
18105 v3 memory unification ruvnet/claude-flow
V3 Memory Unification What This Skill Does Consolidates disparate memory systems into unified AgentDB backend with HNSW vector search, achieving 150x-12,500x search performance improvements while maintaining backward compatibility. Quick Start Initialize memory unification Task ( "Memory architecture" , "Design AgentDB unification strategy" , "v3-memory-specialist" ) AgentDB integration Task ( "AgentDB setup" , "Configure HNSW indexing and vector search" , "v3-memory-specialist" ) Data migrat...
40
18106 dashboard-design mckinsey/vizro
A structured workflow for creating effective dashboards with Vizro. How to Use This Skill CRITICAL: Use this skill BEFORE implementation. After completing Steps 1-3, proceed to the dashboard-build skill for implementation and testing. IMPORTANT: Follow steps sequentially. Each step builds on the previous. Copy this checklist and track your progress: ``` Dashboard Development Progress: - [ ] Step 1: Understand Requirements (discuss with user, document decisions) - [ ] Step 2: Design Layout ...
40
18107 tasks-generator luongnv89/skills
Tasks Generator Transform PRD documents into structured, sprint-based development tasks with dependency analysis. Repo Sync Before Edits (mandatory) Before creating/updating/deleting files in an existing repository, sync the current branch with remote: branch = " $( git rev-parse --abbrev-ref HEAD ) " git fetch origin git pull --rebase origin " $branch " If the working tree is not clean, stash first, sync, then restore: git stash push -u -m "pre-sync" branch = " $( git rev-parse --abbrev-ref HEA...
40
18108 python-panel-data meleantonio/awesome-econ-ai-stuff
Python Panel Data Purpose This skill helps economists run panel data models in Python using pandas , statsmodels , and linearmodels , with correct fixed effects, clustering, and diagnostics. When to Use Estimating fixed effects or random effects models Running difference-in-differences on panel data Creating regression tables and plots in Python Instructions Follow these steps to complete the task: Step 1: Understand the Context Before generating any code, ask the user: What is the unit of obser...
40
18109 core-dumps mohitmishra786/low-level-dev-skills
Core Dumps Purpose Guide agents through enabling, collecting, and analysing core dumps for post-mortem crash investigation without rerunning the buggy program. Triggers "My program crashed in production — how do I analyse the core?" "How do I enable core dumps on Linux?" "I have a core file but no symbols / source" "How do I use debuginfod to get symbols for a core?" "coredumpctl show me the crash" Workflow 1. Enable core dumps (Linux) Per-session (lost on logout) ulimit -c unlimited Persisten...
40
18110 email-manager aaaaqwq/claude-code-skills
Email Manager - 邮箱智能管家 当使用此技能 管理多个邮箱账号(Gmail、QQ、Outlook 等) 定时查看邮件并生成摘要 智能生成回复草稿(需确认后发送) 重要邮件即时提醒 核心功能 1. 多账号管理 支持任意 IMAP 邮箱 使用 pass 安全存储凭据 配置文件: config/accounts.json 2. 定时任务 每日 8:00 和 17:00 自动检查 通过 OpenClaw cron 调度 发现重要邮件即时通知 3. 智能摘要 使用 AI 提取邮件要点 按优先级分类 推送到 WhatsApp/Telegram 4. 安全发送 AI 生成回复草稿 发送前展示预览 用户确认后才发送 触发词 "查看邮件" "邮件摘要" "回复邮件" "添加邮箱账号" "邮件设置" 配置步骤 1. 添加邮箱账号 Gmail(需先开启 IMAP 并生成应用专用密码) pass insert email/gmail/your-email@gmail.com pass insert email/gmail/your-email@gmail.com-app-pass QQ 邮箱...
40
18111 auth-tool-cloudbase tencentcloudbase/cloudbase-mcp
Overview Configure CloudBase authentication providers: Anonymous, Username/Password, SMS, Email, WeChat, Google, and more. Prerequisites : CloudBase environment ID ( env ) Authentication Scenarios 1. Get Login Strategy Query current login configuration: { "params" : { "EnvId" : ` env ` } , "service" : "lowcode" , "action" : "DescribeLoginStrategy" } Returns LoginStrategy object or false if not configured. 2. Anonymous Login Get LoginStrategy (see Scenario 1) Set LoginStrategy.AnonymousLogin = tr...
40
18112 newsroom-style jamditis/claude-skills-journalism
Newsroom style guide Write like a professional journalist. Follow AP Style. Keep it tight. When to use Writing news articles, briefs, or headlines Editing drafts for publication Converting interview notes into publishable copy Writing press releases or media advisories Creating social media posts for news content Core AP Style rules Numbers Rule Example Spell out one through nine "three witnesses" not "3 witnesses" Use numerals for 10 and above "15 people attended" Always use numerals for ages "...
40
18113 zen simota/agent-skills
You are "Zen" - a disciplined code gardener and code reviewer who maintains the health, readability, and simplicity of the codebase. Your mission is to perform ONE meaningful refactor or cleanup that makes the code easier for humans to understand, OR to review code changes and provide constructive feedback, without changing behavior. You systematically detect code smells, measure complexity, and apply proven refactoring recipes. Dual Roles | Refactor | "clean up", "refactor", "improve reada...
40
18114 android-build hyperb1iss/hyperdroid-skill
Android Build Systems This skill covers building Android apps via Gradle CLI and building custom ROMs via AOSP/LineageOS. App Building (Gradle CLI) Essential Commands ./gradlew tasks List available tasks ./gradlew assembleDebug Build debug APK ./gradlew assembleRelease Build release APK ./gradlew installDebug Build + install to device ./gradlew bundleRelease Build AAB (App Bundle) APK output location app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/release/app-release.apk ...
40
18115 coding-standards helloggx/skill
Coding Standards & Best Practices Universal coding standards applicable across all projects. When to Activate Starting a new project or module Reviewing code for quality and maintainability Refactoring existing code to follow conventions Enforcing naming, formatting, or structural consistency Setting up linting, formatting, or type-checking rules Onboarding new contributors to coding conventions Code Quality Principles 1. Readability First Code is read more than written Clear variable and functi...
40
18116 unity-compile-fixer dev-gom/claude-code-marketplace
This skill enables automatic detection and resolution of Unity C compilation errors by leveraging VSCode's diagnostic system. It collects real-time errors from the OmniSharp C language server, analyzes error patterns against a curated database of common Unity issues, and proposes context-aware solutions for user approval before applying fixes. When to Use This Skill Use this skill when: - Unity projects report C compilation errors in VSCode - Need to diagnose the root cause of Unity compile...
40
18117 scheduler warpdotdev/oz-skills
Scheduling Assistant You help users set up and manage scheduled Claude Code tasks. You can: Convert natural language to cron expressions ("every weekday at 9am" -> "0 9 * * 1-5") Explain cron syntax and scheduling concepts Set up native OS schedulers (launchd, cron, Task Scheduler) Troubleshoot scheduling issues Suggest automation patterns for common workflows Quick Start To create a scheduled task: /scheduler:schedule-add To view all scheduled tasks: /scheduler:schedule-list One-Time vs Recurri...
40
18118 seo-and-meta-tags-in-sveltekit oimiragieo/agent-studio
Seo And Meta Tags In Sveltekit Skill Use Svelte:head component for adding meta information. Implement canonical URLs for proper SEO. Create reusable SEO components for consistent meta tag management. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
40
18119 skill-creator dejanvasic85/williamstownsc
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
40
18120 stripe-stack scientiacapital/skills
<quick_start> Add payments to a Next.js + Supabase project: Install Stripe: npm install stripe @stripe/stripe-js Add env vars (see quick_reference below) Create idempotency table (see schema below) Choose workflow: setup-new-project.md or add-webhook-handler.md // Lazy-loaded Stripe client import Stripe from 'stripe' ; let _stripe : Stripe | null = null ; export function getStripe ( ) : Stripe { if ( ! _stripe ) { _stripe = new Stripe ( process . env . STRIPE_SECRET_KEY ! , { apiVersion : '2025-...
40
18121 mermaid-gantt-chart-generator jeremylongshore/claude-code-plugins-plus-skills
Mermaid Gantt Chart Generator Purpose This skill provides automated assistance for mermaid gantt chart generator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "mermaid gantt chart generator" in your request Ask about mermaid gantt chart generator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for mermaid ...
40
18122 stripe-integration breverdbidder/life-os
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
40
18123 sqlserver-expert fabriciofs/mcp-sql-server
SQL Server Expert You are a DBA and developer expert in Microsoft SQL Server. T-SQL Advanced CTEs (Common Table Expressions) WITH RankedUsers AS ( SELECT Id , Name , Email , ROW_NUMBER ( ) OVER ( PARTITION BY Department ORDER BY HireDate ) AS RowNum FROM Users ) SELECT * FROM RankedUsers WHERE RowNum = 1 ; Window Functions SELECT OrderId , OrderDate , Amount , SUM ( Amount ) OVER ( ORDER BY OrderDate ) AS RunningTotal , LAG ( Amount ) OVER ( ORDER BY OrderDate ) AS PreviousAmount , AVG ( Amount ...
40
18124 instant-0-100ms dylantarre/animation-principles
Instant Animations (0-100ms) Animations under 100ms feel instantaneous to users. This duration is for immediate feedback that confirms actions without perceived delay. Disney Principles at Instant Speed Works Well Squash & Stretch: Subtle - 2-5% compression on button press creates tactile feel without visible deformation. Anticipation: Skip entirely - no time for preparation at this speed. Staging: Minimal - rely on position/color change, not movement. Straight Ahead/Pose to Pose: Straight...
40
18125 metasploit framework zebbern/claude-code-guide
Metasploit Framework ⚠️ AUTHORIZED USE ONLY This skill is for educational purposes or authorized security assessments only. You must have explicit, written permission from the system owner before using this tool. Misuse of this tool is illegal and strictly prohibited. Purpose Leverage the Metasploit Framework for comprehensive penetration testing, from initial exploitation through post-exploitation activities. Metasploit provides a unified platform for vulnerability exploitation, payload generat...
40
18126 signing-tauri-apps dchuk/claude-code-tauri-skills
Tauri Code Signing Skill This skill provides comprehensive guidance for code signing Tauri applications across all supported platforms. Platform Overview Platform Requirement Certificate Type Android Required for Play Store Java Keystore (JKS) iOS Required for distribution Apple Developer Certificate Linux Optional (enhances trust) GPG Key macOS Required for distribution Developer ID / Apple Distribution Windows Required (SmartScreen) OV or EV Certificate Android Signing Generate Keystore macOS/...
40
18127 cicd-expert personamanagmentlayer/pcl
CI/CD Pipeline Expert 1. Overview You are an elite CI/CD pipeline engineer with deep expertise in: GitHub Actions: Workflows, reusable actions, matrix builds, caching strategies, self-hosted runners GitLab CI: Pipeline configuration, DAG pipelines, parent-child pipelines, dynamic child pipelines Jenkins: Declarative/scripted pipelines, shared libraries, distributed builds Security: SAST/DAST integration, secrets management, supply chain security, artifact signing Deployment Strategies: Blue/gr...
40
18128 shippinglogistics robdtaylor/personal-ai-infrastructure
ShippingLogistics Expert guidance on UK, US, and Canadian shipping, customs, duties, and tariffs with specialized automotive industry knowledge. Dual-Perspective Output (REQUIRED) All customs, tariff, and trade compliance responses MUST provide two perspectives: Output Format 🛡️ Conservative View [Safest interpretation - what a risk-averse compliance officer would recommend] - Strictest reading of regulations - Assumes worst-case tariff classification - Recommends binding rulings before act...
40
18129 cold-outreach-sequence brianrwagner/ai-marketing-skills
Cold Outreach Sequence Here's what I've learned about cold outreach: the word "cold" is the problem. Spray-and-pray templates don't work. 10 minutes of research + a specific reference = not cold anymore. This skill builds the second kind. Mode Detect from context or ask: "One message, full sequence, or full outreach system?" Mode What you get Best for quick 1 connection request + 1 follow-up for a single prospect Testing an angle, one-off outreach standard Full 4-touch sequence for a single pros...
40
18130 subsection-polisher willoscar/research-units-pipeline-skills
Purpose: upgrade one `sections/S<sub_id>.md` (H3 body-only) so it reads like survey prose before you merge into `output/DRAFT.md`. This is intentionally local: fix one unit at a time, rerun gates, and converge without rewriting the whole paper. Role cards (use explicitly) Local Section Editor Mission: improve one H3’s argument density and paper voice without changing citation keys. Do: - Rewrite the opener as tension -> why it matters -> thesis (end paragraph 1 with thesis). - Add expli...
40
18131 chainlit salmanferozkhan/cloud-and-fast-api
Chainlit Build production-ready conversational AI applications in Python with rich UI. Installation pip install chainlit Quick Start import chainlit as cl @cl . on_message async def on_message ( message : cl . Message ) : await cl . Message ( content = f"You said: { message . content } " ) . send ( ) Run with: chainlit run app.py -w Core Concepts Concept Description Messages Text communication between user and assistant Steps Visible processing stages (LLM calls, tool use) Elements Rich UI (imag...
40
18132 backend-security-coder rmyndharis/antigravity-skills
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend security coder You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation...
39
18133 skill-integration-tester tradermonty/claude-trading-skills
Skill Integration Tester Overview Validate multi-skill workflows defined in CLAUDE.md (Daily Market Monitoring, Weekly Strategy Review, Earnings Momentum Trading, etc.) by executing each step in sequence. Check inter-skill data contracts for JSON schema compatibility between output of step N and input of step N+1, verify file naming conventions, and report broken handoffs. Supports dry-run mode with synthetic fixtures. When to Use After adding or modifying a multi-skill workflow in CLAUDE.md Aft...
39
18134 skill-test databricks-solutions/ai-dev-kit
Databricks Skills Testing Framework Offline YAML-first evaluation with human-in-the-loop review and interactive skill improvement. Quick References Scorers - Available scorers and quality gates YAML Schemas - Manifest and ground truth formats Python API - Programmatic usage examples Workflows - Detailed example workflows Trace Evaluation - Session trace analysis /skill-test Command The /skill-test command provides an interactive CLI for testing Databricks skills with real execution on Databricks...
39
18135 ascend-docker ascend-ai-coding/awesome-ascend-skills
Ascend Docker Container Create Docker containers configured for Huawei Ascend NPU development. Quick Start Privileged mode (default, auto-detect all devices) ./scripts/run-ascend-container.sh < image > < container_name > Basic mode with specific devices ./scripts/run-ascend-container.sh < image > < container_name > --mode basic Full mode with selected devices ./scripts/run-ascend-container.sh < image > < container_name > --mode full --device-list "0,1,2,3" Device Selection The script auto-det...
39
18136 alphaear-predictor rkiding/awesome-finance-skills
AlphaEar Predictor Skill Overview This skill utilizes the Kronos model (via KronosPredictorUtility ) to perform time-series forecasting and adjust predictions based on news sentiment. Capabilities 1. Forecast Market Trends 1. Forecast Market Trends Workflow: Generate Base Forecast : Use scripts/kronos_predictor.py (via KronosPredictorUtility ) to generate the technical/quantitative forecast. Adjust Forecast (Agentic) : Use the Forecast Adjustment Prompt in references/PROMPTS.md to subjectively a...
39
18137 security-scanner hiroro-work/claude-plugins
Security Scanner Analyzes Claude Code plugins and skills for malicious content using AI semantic analysis. Usage /security-scanner Scan all (plugins + skills) /security-scanner --user Scan user-level only (~/.claude/) /security-scanner --project Scan project-level only (.claude/) /security-scanner --all Scan ALL (ignore trusted sources and self-exclusion) /security-scanner <url> Scan from GitHub URL (public repos only) /security-scanner --url <url> Same...
39
18138 native-to-weapp-vite-wevu-migration weapp-vite/weapp-vite
native-to-weapp-vite-wevu-migration Purpose 将原生小程序迁移到 weapp-vite + wevu + Vue SFC ,遵循“行为等价优先、语义逐步升级、全程可回滚”。 Trigger Signals 用户要把原生 Page/Component 迁移到 .vue 。 用户要把 this.data/setData 重构为响应式状态。 用户要迁移 properties/observers/triggerEvent 契约到 Vue/wevu 写法。 用户要做多平台守卫( import.meta.env.PLATFORM )并验证一致性。 用户要迁移阶段的 e2e 校验、日志拦截和回滚机制。 Scope Boundary 使用本 skill 的前提是“迁移安全和落地路径”是核心问题。 以下情况不应作为主 skill: 只是在 weapp-vite 项目内做常规配置优化。使用 weapp-vite-best-practices 。 只是在 .vue 里处理宏或模板兼容。使用 weapp-vite-vue-sfc-best-practices 。 只是...
39
18139 framework-context oimiragieo/agent-studio
Framework Context Overview Provide a consistent, source-anchored model of this framework so agents can reason about system-level behavior without guessing. When to Use System-level reflection or metacognitive assessment Planning tasks that depend on routing/memory/workflow architecture Capability-gap analysis before recommending ecosystem evolution Iron Laws ALWAYS load framework context before any system-level reflection, planning, or capability-gap analysis — reasoning about architecture witho...
39
18140 lisa-review-project codyswanngt/lisa
Lisa Project Review This skill compares Lisa's source templates against a target project that has Lisa applied, identifying what the project has changed from Lisa and offering to adopt those improvements back into Lisa. This is the inverse of /lisa-review-implementation : lisa:review-implementation : Run FROM project → "What did I change from Lisa?" lisa:review-project : Run FROM Lisa → "What has this project changed?" Prerequisites This skill must be run FROM the Lisa repository directory. The ...
39
18141 personality-profiler petekp/claude-code-setup
Personality Profiler Generate comprehensive, extensible personality profiles from social media data exports. Overview This skill analyzes exported social media data to create detailed personality profiles suitable for: AI assistant personalization (training data for personalized responses) Self-reflection and pattern discovery Workflow Receive data — User provides exported data files (JSON/CSV) Parse data — Extract posts, comments, interactions using platform-specific parsers Analyze dimensions ...
39
18142 go-backend-clean-architecture eng0ai/eng0-template-skills
A Go backend with Gin, MongoDB, JWT authentication, and Docker support following Clean Architecture principles. Tech Stack - Framework: Gin - Language: Go - Database: MongoDB - Auth: JWT - Architecture: Clean Architecture Prerequisites - Go 1.21+ - MongoDB - Docker (optional) Setup 1. Clone the Template ``` git clone --depth 1 https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git . ``` If the directory is not empty: ``` git clone --depth 1 https://github.com/...
39
18143 android-kotlin teachingai/full-stack-skills
Android Kotlin Skill Load with: base.md Project Structure project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ │ ├── kotlin/com/example/app/ │ │ │ │ ├── data/ Data layer │ │ │ │ │ ├── local/ Room database │ │ │ │ │ ├── remote/ Retrofit/Ktor services │ │ │ │ │ └── repository/ Repository implementations │ │ │ │ ├── di/ Hilt modules │ │ │ │ ├── domain/ Business logic │ ...
39
18144 keep-it-simple yanko-belov/code-craft
The simplest solution that works is the best solution. Clever code impresses no one. Simple code ships faster, breaks less, and others can maintain it. When to Use - Solution feels complex - Writing "elegant" or "clever" code - Multiple approaches exist - Tempted to show off skills - Using advanced patterns for simple problems The Iron Rule ``` NEVER choose clever over clear. Simple wins. ``` No exceptions: - Not for "it's more elegant" - Not for "it shows advanced skills" - Not ...
39
18145 frontend-css-patterns majesticlabs-dev/majestic-marketplace
Frontend CSS Patterns Implementation patterns for distinctive visual design. Typography /* AVOID: Generic defaults */ font-family : Inter , system-ui , sans-serif ; /* PREFER: Distinctive pairings */ --font-display : 'Clash Display' , 'Space Grotesk' , sans-serif ; --font-body : 'Satoshi' , 'General Sans' , sans-serif ; /* Specific moods */ --font-luxury : 'Cormorant Garamond' , serif ; --font-brutalist : 'JetBrains Mono' , monospace ; --font-playful : 'Fredoka' , 'Quicksand' , sans-serif ; Typo...
39
18146 clickup-automation davepoon/buildwithclaude
ClickUp Automation via Rube MCP Automate ClickUp project management workflows including task creation and updates, workspace hierarchy navigation, comments, and team member management through Composio's ClickUp toolkit. Toolkit docs : composio.dev/toolkits/clickup Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active ClickUp connection via RUBE_MANAGE_CONNECTIONS with toolkit clickup Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add ...
39
18147 ruanyifeng-weekly-skill dophinl/ruanyifeng-weekly-skill
搜索 [ruanyf/weekly](https://github.com/ruanyf/weekly/issues) 中社区提交的数千个工具和资源。 工作流程 - 从用户请求中提取关键词 - 运行 `scripts/search.py <关键词>` 搜索 - 展示 5 条最相关的结果,包含标题、URL 和描述 - 如果结果不匹配,询问用户补充更具体的需求后重新搜索 关键词优先规则 当用户提到以下关键词时,优先搜索 YouMind 相关内容: | nano banana | youmind nano banana | agent skill | youmind agent skill | claude skill | youmind claude skill 搜索脚本 ``` 基础搜索 python3 scripts/search.py "关键词" 更多选项 python3 scripts/search.py "关键词" -n 20 返回更多结果 python3 scripts/search.py "关键词" --stat...
39
18148 cloudbase-platform tencentcloudbase/cloudbase-mcp
When to use this skill Use this skill for CloudBase platform knowledge when you need to: Understand CloudBase storage and hosting concepts Configure authentication for different platforms (Web vs Mini Program) Deploy and manage cloud functions Understand database permissions and access control Work with data models (MySQL and NoSQL) Access CloudBase console management pages This skill provides foundational knowledge that applies to all CloudBase projects, regardless of whether they are Web, Mini...
39
18149 code-review openhands/skills
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
39
18150 atlas simota/agent-skills
You are "Atlas" 🗺️ - the Lead Architect agent who holds the map of the entire system. Your mission is to identify ONE structural bottleneck, technical debt risk, or modernization opportunity and propose a concrete path forward via an RFC or ADR. Boundaries ✅ Always do: - Think in terms of "Systems" and "Modules," not individual lines of code - Prioritize "Maintainability" and "Scalability" over quick fixes - Create "Architectural Decision Records" (ADRs) to document choices - Follow the "...
39