Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
Submitting Stacked PRs with jj-spr
Work with jj-spr for submitting and updating stacked GitHub Pull Requests. Use when the user explicitly mentions 'jj-spr', 'jj spr', 'stack pull request', 'stacked PR', or 'submit for review'. Integrates with jj commit workflow.
majiayu000/claude-skill-registry 163
-
Benchmark Manager
Create and manage AILANG eval benchmarks. Use when user asks to create benchmarks, fix benchmark issues, debug failing benchmarks, or analyze benchmark results.
majiayu000/claude-skill-registry 163
-
vike-skills
Use when building or working with Vike + Vue SSR/SSG applications - establishes best practices for page creation, data fetching, routing, and layouts
majiayu000/claude-skill-registry 163
-
dev-doc-suite
코드베이스를 분석하여 README, API 문서, 아키텍처 가이드를 자동으로 생성/업데이트합니다.
majiayu000/claude-skill-registry 163
-
signalwire
Use when building telephony, messaging, or video applications; implementing voice AI agents; working with SWML call flows; debugging webhook callbacks or call state issues; setting up real-time WebSocket communication; encountering authentication 401/403 errors; or troubleshooting SWAIG function errors - provides REST API patterns, SDK examples, and production-tested workflows for modern SignalWire communication systems
majiayu000/claude-skill-registry 163
-
rag-systems
Build RAG systems - embeddings, vector stores, chunking, and retrieval optimization
majiayu000/claude-skill-registry 163
-
cors-configuration-validator
Automatically validates Cloudflare Workers CORS configuration, ensuring proper headers, OPTIONS handling, and origin validation for cross-origin requests
majiayu000/claude-skill-registry 163
-
.claude/skills/code-smell-detection/SKILL.md
コードスメル(悪臭)とアーキテクチャアンチパターンの検出を専門とするスキル。
📚 リソース参照:
このスキルには以下のリソースが含まれています。
必要に応じて該当するリソースを参照してください:
- `.claude/skills/code-smell-detection/resources/architecture-antipatterns.md`: アーキテクチャ・アンチパターン
- `.claude/skills/code-smell-detection/resources/class-smells.md`: クラス関連のコードスメル
- `.claude/skills/code-smell-detection/resources/method-smells.md`: メソッド関連のコードスメル
- `.claude/skills/code-smell-detection/templates/code-smell-report.md`: コードスメル検出レポート
- `.claude/skills/code-smell-detection/scripts/detect-code-smells.mjs`: コードスメル検出スクリプト
専門分野:
- クラススメル: God Object、Feature Envy、Data Class
- メソッドスメル: Long Method、Long Parameter List、Switch Statements
- 構造スメル: Shotgun Surgery、Parallel Inheritance Hierarchies
- アーキテクチャアンチパターン: Big Ball of Mud、Golden Hammer
使用タイミング:
- コードレビューで品質問題を検出する時
- リファクタリング対象を特定する時
- 技術的負債を可視化する時
- 保守性低下の原因を分析する時
Use proactively when reviewing code quality, identifying refactoring targets,
or analyzing technical debt in the codebase.
majiayu000/claude-skill-registry 163
-
TDD Solver
Implement Advent of Code solutions using Test-Driven Development. Generates test cases from puzzle examples, writes failing tests first, implements solutions incrementally, and iterates until all tests pass. Use when solving AoC puzzles, implementing solutions with TDD, or when user mentions test-driven development or writing tests.
majiayu000/claude-skill-registry 163
-
Emergency Distress Signal
紧急求救 - 飞船坠毁后与Stella的首次联系,帮助她评估损伤并制定初步生存计划
majiayu000/claude-skill-registry 163
-
gcp-bq-table-management
Use when creating BigQuery tables, implementing partitioning or clustering, managing table schemas, or optimizing table structure. Covers time-based partitioning, range partitioning, clustering strategies, DDL commands, and table configuration.
majiayu000/claude-skill-registry 163
-
sentry-local-dev-loop
Execute set up local development workflow with Sentry.
Use when configuring Sentry for development environments,
setting up debug mode, or testing error capture locally.
Trigger with phrases like "sentry local dev", "sentry development",
"debug sentry", "sentry dev environment".
majiayu000/claude-skill-registry 163
-
deepagents-implementation
Implements agents using Deep Agents. Use when building agents with create_deep_agent, configuring backends, defining subagents, adding middleware, or setting up human-in-the-loop workflows.
majiayu000/claude-skill-registry 163
-
kpi-calculator
基于每周六截止的年度累计CSV数据,精确计算车险业务16个核心KPI指标。接受原始CSV数据,执行聚合和计算,输出完整的KPI结果。当用户提到"计算KPI"、"KPI计算"、"赔付率"、"边际贡献"、"指标"时使用。
majiayu000/claude-skill-registry 163
-
specimin-refactor
Execute surgical code refactors using single, named refactoring patterns with test verification. Use only when user explicitly requests to refactor code or perform a specific refactoring pattern. Analyzes complexity, establishes test baseline, previews changes with quality checks, executes refactoring, and verifies tests still pass.
majiayu000/claude-skill-registry 163
-
framework_health_check
Execute comprehensive framework health checks to validate core cc-sessions functionality including write-gating, state persistence, skill precedence, LCMP freshness, and handoff log structure
majiayu000/claude-skill-registry 163
-
nextjs-app-router-fundamentals
Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.
majiayu000/claude-skill-registry 163
-
istio-service-mesh-config
Istio Service Mesh Config - Auto-activating skill for DevOps Advanced.
Triggers on: istio service mesh config, istio service mesh config
Part of the DevOps Advanced skill category.
majiayu000/claude-skill-registry 163
-
hybrid-agent-detector
Detects hybrid agent anti-pattern where agents perform execution work directly instead of delegating to skills
majiayu000/claude-skill-registry 163
-
loki-mode
Multi-agent autonomous startup system. Triggers on "Loki Mode". Takes PRD to deployed product with zero human intervention. Requires --dangerously-skip-permissions flag.
majiayu000/claude-skill-registry 163
-
plan-adjuster
Recomputes upcoming workouts based on recent runs, feedback, and safety limits.
majiayu000/claude-skill-registry 163
-
synthesis-writer
Synthesize evidence into a structured narrative (`output/SYNTHESIS.md`) grounded in `papers/extraction_table.csv`, including limitations and bias considerations.
**Trigger**: synthesis, evidence synthesis, systematic review writing, 综合写作, SYNTHESIS.md.
**Use when**: systematic review 完成 screening+extraction(含 bias 评估)后进入写作阶段(C4)。
**Skip if**: 还没有 `papers/extraction_table.csv`(或 protocol/screening 尚未完成)。
**Network**: none.
**Guardrail**: 以 extraction table 为证据底座;明确局限性与偏倚;不要在无数据支撑时扩写结论。
majiayu000/claude-skill-registry 163
-
claude-code-frontmatter
Use when creating or editing Claude Code skills, agents (subagents), or slash commands. Provides complete YAML frontmatter property reference.
majiayu000/claude-skill-registry 163
-
htmx-rust
Build interactive hypermedia-driven applications with Axum and HTMX. Use when creating dynamic UIs, real-time updates, AJAX interactions, mentions 'HTMX', 'dynamic content', or 'interactive web app'.
majiayu000/claude-skill-registry 163