스킬 레이더 · GITHUB

실제 사용량으로 검증된 유용한 Agent Skills.

공개 저장소의 검증된 Skills를 기능, 패키지 구성, 설치 수, 출처 근거에 따라 비교할 수 있습니다.

카탈로그 범위
검증 완료
Skills
5,771
저장소
824
최근 동기화
2026. 9. 8.
5,771 Skills
affaan-m
커뮤니티

contract-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-m
커뮤니티

cost-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-m
커뮤니티

cost-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-m
커뮤니티

council-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-m
커뮤니티

cpp-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-m
커뮤니티

cpp-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-m
커뮤니티

crosspost

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-m
커뮤니티

customer-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-m
커뮤니티

customs-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-m
커뮤니티

dashboard-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-m
커뮤니티

data-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-m
커뮤니티

database-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-m
커뮤니티

defi-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-m
커뮤니티

deployment-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-m
커뮤니티

django-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-m
커뮤니티

django-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-m
커뮤니티

django-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-m
커뮤니티

django-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-m
커뮤니티

documentation-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-m
커뮤니티

dynamic-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-m
커뮤니티

e2e-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-m
커뮤니티

energy-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-m
커뮤니티

eval-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-m
커뮤니티

everything-claude-code

Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.

설치 수
1
GitHub Stars
25.3만
업데이트
9월 7일