技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 5,771
- 仓库
- 824
- 最近同步
- 2026年9月8日
affaan-mcontract-first
Use when multiple consumers and providers must evolve an API or event schema without field drift, integration surprises, or one side silently redefining the interface.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcost-aware-llm-pipeline
Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching. Use when LLM spend needs to come down, or when routing tasks across model tiers and budgets.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcost-tracking
Track and report Claude Code token usage, spending, and budgets from the local ECC cost-tracker metrics log. Use when the user asks about costs, spending, usage, tokens, budgets, or cost breakdowns by model, session, or date.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcouncil-multi-model
Add one optional external Codex critique after the existing council has produced a decision draft. Use when an ambiguous, high-consequence decision would benefit from a separate model invocation's attempt to break the synthesis. Requires explicit consent before sending the compact draft and disagreement to OpenAI, labels same-provider reviews honestly, and marks the review absent when the adapter is unavailable.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcpp-coding-standards
C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcpp-testing
Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcrosspost
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcustomer-billing-ops
Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mcustoms-trade-compliance
Codified expertise for customs documentation, tariff classification, duty optimization, restricted party screening, and regulatory compliance across multiple jurisdictions. Informed by trade compliance specialists with 15+ years experience. Includes HS classification logic, Incoterms application, FTA utilization, and penalty mitigation. Use when handling customs clearance, tariff classification, trade compliance, import/export documentation, or duty optimization.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdashboard-builder
Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdata-throughput-accelerator
Use when large data ingestion, backfill, export, ETL, warehouse loading, manifest catch-up, or table synchronization needs to become much faster while preserving data correctness.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdatabase-migrations
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). Use when writing a schema or data migration, planning a rollback, or aiming for zero-downtime deployment.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdefi-amm-security
Security checklist for Solidity AMM contracts, liquidity pools, and swap flows. Covers reentrancy, CEI ordering, donation or inflation attacks, oracle manipulation, slippage, admin controls, and integer math. Use when auditing or writing Solidity AMM, liquidity pool, or swap code.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdeployment-patterns
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up CI/CD, containerizing an app, or checking production readiness before a release.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdjango-celery
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdjango-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations. Use when reviewing Django authentication, authorization, input handling, or deployment settings.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdjango-tdd
Django testing strategies with pytest-django, TDD methodology, factoryboy, mocking, coverage, and testing Django REST Framework APIs. Use when writing Django or DRF tests with pytest-django, or driving a Django feature test-first.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdjango-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdocumentation-lookup
Use up-to-date library and framework docs via 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).
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-mdynamic-workflow-mode
Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses. Use when building a task-local harness, adding eval gates, or extracting a reusable skill from ad-hoc work.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-me2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-menergy-procurement
Codified expertise for electricity and gas procurement, tariff optimization, demand charge management, renewable PPA evaluation, and multi-facility energy cost management. Informed by energy procurement managers with 15+ years experience at large commercial and industrial consumers. Includes market structure analysis, hedging strategies, load profiling, and sustainability reporting frameworks. Use when procuring energy, optimizing tariffs, managing demand charges, evaluating PPAs, or developing energy strategies.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-meval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval before it is trusted or changed.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日
affaan-meverything-claude-code
Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.
- 安装量
- 1
- GitHub Stars
- 25.3万
- 最近更新
- 9月7日