Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
basic-workflow
Daily Git workflow - add, commit, push, pull cycle for everyday development
majiayu000/claude-skill-registry 163
-
dev-doc-suite
코드베이스를 분석하여 README, API 문서, 아키텍처 가이드를 자동으로 생성/업데이트합니다.
majiayu000/claude-skill-registry 163
-
coding-comments
My personal best practices for writing clear and effective code comments.
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
-
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
-
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
-
skill-creation-guide
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
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
-
event-sourcing
Implement event sourcing and CQRS patterns using event stores, aggregates, and projections. Use when building audit trails, temporal queries, or systems requiring full history.
majiayu000/claude-skill-registry 163
-
kpi-calculator
基于每周六截止的年度累计CSV数据,精确计算车险业务16个核心KPI指标。接受原始CSV数据,执行聚合和计算,输出完整的KPI结果。当用户提到"计算KPI"、"KPI计算"、"赔付率"、"边际贡献"、"指标"时使用。
majiayu000/claude-skill-registry 163
-
violation-scanner
Delegates coding standards violation scanning to a lightweight agent. Use when checking files for violations without loading full source files into context.
majiayu000/claude-skill-registry 163
-
mmd-cli
Use the MIDI Markdown Compiler (mmdc) CLI for compiling MMD to MIDI, validating syntax, real-time playback with TUI, exporting to different formats (JSON, CSV, table), and managing device libraries. Use when the user wants to compile, validate, play, inspect MMD files, or work with device libraries.
majiayu000/claude-skill-registry 163
-
skills-oleksandr-rud-aura-sdd
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
-
Subagent System
Create and manage specialized Claude Code subagents for task-specific workflows. Use when delegating work to specialized agents, configuring agent permissions, or understanding subagent architecture and best practices.
majiayu000/claude-skill-registry 163
-
gh-pr-merge
Merge GitHub pull requests using gh CLI. Supports merge, squash, and rebase strategies with auto-merge option. Use when PR is approved and ready to merge.
majiayu000/claude-skill-registry 163
-
diagnostic-handshake-protocol
Execute diagnostic handshake to verify system state and calibration.
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
-
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
-
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
majiayu000/claude-skill-registry 163
-
cloudflare-coder
This skill guides provisioning Cloudflare infrastructure with OpenTofu/Terraform. Use when managing zones, DNS records, WAF rules, SSL settings, Page Rules, or cache configuration.
majiayu000/claude-skill-registry 163
-
gitignore-checker
コミット前に .gitignore に追加すべきファイルをチェックする。「gitignore チェック」「コミット前チェック」「機密ファイル確認」「.gitignore 確認」「追加すべきファイル」「無視すべきファイル」「gitignore 推奨」などで起動。機密情報や不要なファイルがコミットされないように確認。
majiayu000/claude-skill-registry 163
-
absolute-path-checker
実装のテスト、リファクタリング、ポータビリティ、ディレクトリ階層について議論する際に、絶対パスが実装コードに存在しないことを確認する
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