发现 Skills
为真实工作流程挑选经过整理的 Skill,连接、安装并开始使用。
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
google-ads
Query, audit, and optimize Google Ads campaigns. Supports two modes: (1) API mode for bulk operations with google-ads Python SDK, (2) Browser automation mode for users without API access - just attach a browser tab to ads.google.com. Use when asked to check ad performance, pause campaigns/keywords, find wasted spend, audit conversion tracking, or optimize Google Ads accounts.
ssh-essentials
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
react-email
Use when creating HTML email templates with React components - welcome emails, password resets, notifications, order confirmations, newsletters, or transactional emails.
Verification & Quality Assurance
Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.
search-specialist
Expert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles competitive analysis and fact-checking. Use PROACTIVELY for deep research, information gathering, or trend analysis.
billing-automation
Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.
cost-optimization
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
distributed-tracing
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
k8s-security-policies
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.
microservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
python-anti-patterns
Common Python anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.
spark-optimization
Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
workflow-orchestration-patterns
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
continuous-learning
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
documentation-lookup
Use up-to-date library and framework docs via the Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).
uspto-database
A USPTO patent and trademark data workflow for searching official records, running PatentSearch queries, performing TSDR checks, retrieving assignment data, and producing reproducible IP investigation logs.
blueprint
Converts a one-line objective into a step-by-step build plan for multi-session, multi-agent engineering projects. Each step includes a self-contained context brief that a new agent can execute cold. Includes adversarial review gates, dependency graphs, parallel-step detection, an anti-pattern catalog, and a plan-change protocol. Triggers: when a user requests a plan, blueprint, or roadmap for a complex multi-PR task or describes work that requires multiple sessions. Do not trigger when: the task can be completed in a single PR or with fewer than three tool calls, or when the user says "just do it."
customer-billing-ops
Operate customer billing workflows using connected billing tools like Stripe, including subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis. Use this when you need to help a customer, inspect subscription status, or manage billing operations that impact revenue.
django-celery
Asynchronous task processing using Django and Celery. Task queuing, worker management, error handling, and scheduling. Integration with Redis/RabbitMQ brokers.
ecc-guide
Guides the current ECC agents, skills, commands, hooks, rules, install profiles, and project onboarding. Directs users to read the live repository surface before answering.
error-handling
Robust error-handling patterns spanning TypeScript, Python, and Go. Covers typed errors, error boundaries, retries, circuit breakers, and user-facing error messages.
evm-token-decimals
Prevent silent decimal-mismatch bugs across EVM chains. Covers runtime decimal queries, chain-aware caching, precision drift of bridged tokens, and safe normalization for bots, dashboards, and DeFi tools.
fastapi-patterns
FastAPI patterns for asynchronous APIs, dependency injection, Pydantic request/response models, OpenAPI documentation, testing, security, and production readiness.