Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
comment-lister
List comments on issues with optional filtering via Fractary CLI
majiayu000/claude-skill-registry 163
-
Perf Reviewer
Review code for performance issues and run benchmarks. Use when user asks to analyze performance, compare AILANG vs Python vs Go, run benchmarks, or review code for optimization opportunities.
majiayu000/claude-skill-registry 163
-
sync-claude-md
Synchronize project CLAUDE.md with recent codebase changes by analyzing git history, reviewing against official Anthropic best practices using parallel agents, and proposing comprehensive updates. Use when CLAUDE.md is outdated or doesn't exist.
majiayu000/claude-skill-registry 163
-
codebase-discovery-expert
Expert in codebase archaeology and documentation retrieval. Use this when starting new project phases, refactoring large modules, or integrating new frameworks.
majiayu000/claude-skill-registry 163
-
refactor-form-to-builder
将传统表单页面重构为使用 FormBuilderWrapper 的声明式表单。自动检测表单字段,检查是否有对应的封装 field 组件,如果没有则先创建 field 包装器,然后将表单转换为 FormFieldConfig 列表形式,减少重复代码
majiayu000/claude-skill-registry 163
-
automem-search
Search, filter, and retrieve Claude/Codex history indexed by the automem CLI. Use when the user wants to index history, run lexical/semantic/hybrid search, fetch full transcripts, or produce LLM-friendly JSON output for RAG.
majiayu000/claude-skill-registry 163
-
pal-mcporter
Run PAL MCP tools (precommit, codereview, secaudit, debug, apilookup, listmodels, etc.) via the `mcporter` CLI against the PAL stdio MCP server (`uvx … pal-mcp-server`) instead of configuring PAL as a Codex MCP server in `~/.codex/config.toml`. Use when you want shell/script-friendly PAL runs, want to avoid MCP tool-schema context overhead, or need PAL access in an environment without Codex MCP wiring.
majiayu000/claude-skill-registry 163
-
safe-file-reader
Read files without making changes. Use when you need read-only file access.
majiayu000/claude-skill-registry 163
-
base
Define reusable capabilities for an agent, enabling complex workflows and enhancing functionality without code.
majiayu000/claude-skill-registry 163
-
pushing-code
Commits and pushes code changes. Used when work should be committed and/or pushed to Git.
majiayu000/claude-skill-registry 163
-
aws-prescriptive-guidance
AWS Prescriptive Guidance for best practices and architectural patterns. Use for AWS architecture recommendations, SageMaker AI endpoints guidance, deployment patterns, and AWS solution architectures.
majiayu000/claude-skill-registry 163
-
claude-skills
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.
majiayu000/claude-skill-registry 163
-
pre-commit-review
ADVISORY validation of code against design principles that linters cannot enforce. Use after linter passes and tests pass to validate design quality. Categorizes findings as Design Debt, Readability Debt, or Polish Opportunities. Does NOT block commits.
majiayu000/claude-skill-registry 163
-
audit_logging
Ensure every critical action is logged (vital for UAG/Trust Room).
majiayu000/claude-skill-registry 163
-
devcontainer-maintenance
Maintain or change the devcontainer environment for this repo. Use when editing .devcontainer files, changing toolchains, or requesting environment rebuilds.
majiayu000/claude-skill-registry 163
-
documentation-generator
Automatically generate documentation when user mentions needing API docs, README files, user guides, developer guides, or changelogs. Analyzes code and generates appropriate documentation based on context. Invoke when user mentions "document", "docs", "README", "API documentation", "guide", "changelog", or "how to document".
majiayu000/claude-skill-registry 163
-
artifact-migrator
Help migrate and update existing Claude Code artifacts (Skills, Commands, Subagents, Hooks) when specifications change or best practices evolve. Detect outdated patterns, suggest improvements, and guide migration process. Use when artifacts stop working, need updates, or when Claude Code specifications change.
majiayu000/claude-skill-registry 163
-
readme-generator
GitHubプロジェクト用の高品質なREADME.mdファイルを生成します。プロジェクトドキュメント、READMEファイル、オープンソースプロジェクトのドキュメント作成時、またはユーザーがドキュメント作成、README作成、プロジェクトセットアップガイドのヘルプを求めた時に使用します。複数のプロジェクトタイプ(ライブラリ、Webアプリ、CLIツール)に対応し、テンプレート、バッジ、ベストプラクティスを提供します。
majiayu000/claude-skill-registry 163
-
voicemode
Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.
majiayu000/claude-skill-registry 163
-
license-file-generator
Generate LICENSE files for open source projects (MIT, Apache, GPL, etc.). Triggers on "create license file", "generate license", "mit license", "apache license".
majiayu000/claude-skill-registry 163
-
game-builder
majiayu000/claude-skill-registry 163
-
pr-worktree-manager
Manages the complete lifecycle of feature development using git worktrees and pull requests. Use when user wants to create feature branches with worktrees, manage PR workflow, clean up after merge, or needs guidance on worktree best practices.
majiayu000/claude-skill-registry 163
-
02-meta-skill-forge-150
[02] META. Create new skills when existing ones don't cover the task. Analyze unique requirements, build framework (Frame → Research → Plan → Execute), integrate risks, and declare new skill. Use when facing novel problems that existing skills can't address.
majiayu000/claude-skill-registry 163
-
git-hygiene-enforcer
Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes. Provides hook configurations, workflow templates, and emergency bypass instructions. Use when users request "setup git hooks", "enforce commit conventions", "add PR templates", or "standardize git workflow".
majiayu000/claude-skill-registry 163