Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
vault-field-values
Get all unique values for a specific frontmatter field. Triggers on "field values", "unique values for", "what X values exist", "list all X".
majiayu000/claude-skill-registry 163
-
submit-issue
Handle user questions, feature requests, and bug reports for connectrpc-axum. This skill should be used when users ask questions about the library, request new features, or report bugs. It first attempts to answer using project documentation, verifies bugs with integration tests, and submits GitHub issues when needed.
majiayu000/claude-skill-registry 163
-
bdd-scenarios
Use when writing effective BDD scenarios including acceptance criteria, edge cases, and scenario organization. Use when defining behavior specifications.
majiayu000/claude-skill-registry 163
-
run-integration-tests
Run integration tests validating cross-component requirements and system behavior. Executes BDD scenarios, API tests, and end-to-end tests. Use to validate integrated system or as pre-deployment quality gate.
majiayu000/claude-skill-registry 163
-
dependency-security-scanning
依存関係の脆弱性スキャン、CVE評価、レポート作成を体系化するスキル。
SCAの運用と修正計画の整理を支援する。
Anchors:
• OWASP Dependency-Check / 適用: 依存スキャン / 目的: 検出の標準化
• CVSS v3.1 Specification / 適用: 重大度評価 / 目的: 優先度の整合性
• Web Application Security / 適用: 脅威評価 / 目的: リスク判定の一貫性
Trigger:
Use when scanning dependencies for vulnerabilities, evaluating CVE reports, producing audit reports, or planning remediation.
dependency scan, CVE, CVSS, SCA, supply chain security, audit report
majiayu000/claude-skill-registry 163
-
specification-management
Initialize and manage specification directories with auto-incrementing IDs. Use when creating new specs, checking spec status, tracking user decisions, or managing the docs/specs/ directory structure. Maintains README.md in each spec to record decisions (e.g., PRD skipped), context, and progress. Orchestrates the specification workflow across PRD, SDD, and PLAN phases.
majiayu000/claude-skill-registry 163
-
mocha-configuration
Use when mocha configuration including reporters, config files, plugins, and CI integration.
majiayu000/claude-skill-registry 163
-
code-review-kojder-photo-map-app
majiayu000/claude-skill-registry 163
-
rust-crate-creator-wcygan-sql-database
majiayu000/claude-skill-registry 163
-
corder-test-generation
Generate unit tests, integration tests, and test fixtures for code. Supports Jest, Mocha, pytest. Use when writing tests or improving test coverage.
This skill provides automated test generation:
- Unit tests with AAA pattern (Arrange, Act, Assert)
- Integration tests for APIs and databases
- Test fixtures and mocks
- Edge case identification
- Test coverage recommendations
Triggers: "generate tests", "create unit test", "add test coverage", "write tests", "テスト生成", "テストコード作成", "カバレッジ向上"
majiayu000/claude-skill-registry 163
-
ghe-report
Generate DETAILED reports with metrics, health checks, or epic-specific analysis. More comprehensive than quick status overview.
USE THIS SKILL WHEN:
- User asks for "metrics" or "statistics" or "performance report"
- User asks for "health check" or "workflow health" or "compliance check"
- User asks for "epic report" or "epic status for X"
- User asks for "detailed report" or "comprehensive report"
- User asks "how are we performing" or "what's our throughput"
- User asks about "cycle times" or "demotion rates"
- User wants analysis, not just current state
REPORT TYPES:
- metrics: Throughput, cycle times, first-pass rates, demotion rates
- health: Compliance status, stale threads, violation history, memory bank status
- epic: Single epic details with thread history, progress, decisions
DO NOT USE THIS SKILL WHEN:
- User just wants QUICK status overview (use ghe-status)
- User wants to CLAIM an issue (use ghe-claim)
- User wants to POST a checkpoint (use ghe-checkpoint)
- User wants to TRANSITION phases (use ghe-transition)
KEY DIFFERENCE FROM ghe-status:
- ghe-status = quick overview, current state, what's active
- ghe-report = detailed analysis, metrics, trends, health assessment
EXAMPLES:
<example>
Context: User wants performance metrics
user: "Show me the workflow metrics"
assistant: "I'll use ghe-report with type 'metrics' for detailed performance analysis"
</example>
<example>
Context: User wants to check workflow compliance
user: "Run a health check on the workflow"
assistant: "I'll use ghe-report with type 'health' to assess workflow compliance"
</example>
<example>
Context: User wants details on specific epic
user: "Give me a report on the jwt-auth epic"
assistant: "I'll use ghe-report with type 'epic' for jwt-auth"
</example>
<example>
Context: User asks about performance trends
user: "What's our first-pass review rate?"
assistant: "I'll use ghe-report with type 'metrics' to get performance statistics"
</example>
majiayu000/claude-skill-registry 163
-
composable-svelte-i18n
Internationalization (i18n) system for Composable Svelte. Use when implementing multi-language support, translations, date/number formatting, locale detection, or localizing applications. Covers translation loading, ICU MessageFormat, formatters (dates/numbers/currency), locale detection, SSR integration, and the i18n reducer.
majiayu000/claude-skill-registry 163
-
rapid-prototyper
Creates minimal working prototypes for quick idea validation. Single-file when possible, includes test data, ready to demo immediately. Use when user says "prototype", "MVP", "proof of concept", "quick demo".
majiayu000/claude-skill-registry 163
-
devflow-tdd-enforcer
Enforces TDD order in TASKS.md - Tests MUST be marked complete before Implementation tasks. Blocks violations in real-time.
majiayu000/claude-skill-registry 163
-
script-extractor
Detects inline logic anti-pattern in prompts and identifies opportunities to extract deterministic operations to scripts
majiayu000/claude-skill-registry 163
-
api-expert
Handles backend integration using best practices like expo/fetch and React Query. Use when the user needs to connect to an API, handle data fetching, or implement caching.
majiayu000/claude-skill-registry 163
-
terraform-provider-design
Comprehensive guide for designing and implementing Terraform providers using Test-Driven Development (TDD). Use when creating new Terraform providers, adding resources/data sources to existing providers, implementing TDD workflows (RED-GREEN-REFACTOR), designing provider architecture, or working in terraform-provider-* directories. Covers HashiCorp best practices, Plugin Framework patterns, acceptance testing, CRUD implementations, and parallel development workflows.
majiayu000/claude-skill-registry 163
-
distributed-tracing-specialist
Configure and use OpenTelemetry distributed tracing with Jaeger in HuleEdu services. Guides tracer initialization, span creation, W3C trace propagation, and correlation with logs/metrics. Integrates with Context7 for latest OpenTelemetry documentation.
majiayu000/claude-skill-registry 163
-
pydantic-ai-testing
Test PydanticAI agents using TestModel, FunctionModel, VCR cassettes, and inline snapshots. Use when writing unit tests, mocking LLM responses, or recording API interactions.
majiayu000/claude-skill-registry 163
-
playwright-blazor-e2e
End-to-end testing for Blazor applications using Playwright for .NET. Use when writing E2E tests, creating test infrastructure, testing MudBlazor components, handling Blazor WebAssembly loading, debugging test failures, or setting up CI/CD test pipelines.
majiayu000/claude-skill-registry 163
-
Testing Sybil
Your approach to handling testing sybil. Use this skill when working on files where testing sybil comes into play.
majiayu000/claude-skill-registry 163
-
testing-fundamentals
TDD workflow, comprehensive test strategies, test coverage, and quality assurance patterns
majiayu000/claude-skill-registry 163
-
browser-automation
Browser automation via HTTP server. Supports multiple concurrent sessions for multi-user testing, saved flows, and profile-based auth persistence.
majiayu000/claude-skill-registry 163
-
laravel-validation
Form request validation and comprehensive validation testing. Use when working with validation rules, form requests, validation testing, or when user mentions validation, form requests, validation rules, conditional validation, validation testing.
majiayu000/claude-skill-registry 163