スキルレーダー · GITHUB
実際に使われている Agent Skills。
公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。
- 掲載範囲
- 検証済み
- Skills
- 5,771
- リポジトリ
- 824
- 最終同期
- 2026/09/08
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日