Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
behavioral-modes
Defines different operational modes for AI behavior. Each mode optimizes for specific scenarios like brainstorming, implementation, or debugging.
majiayu000/claude-skill-registry 163
-
command-performance-optimization
コマンドのパフォーマンス最適化(トークン効率化/並列実行/モデル選択/速度改善)を整理し、性能改善の判断と適用を支援するスキル。
計測観点、最適化手順、テンプレート運用を一貫して整理する。
Anchors:
• High Performance Browser Networking (Ilya Grigorik) / 適用: パフォーマンス測定 / 目的: レイテンシー削減
• Design of Computer Programs (Peter Norvig) / 適用: 最適化設計 / 目的: 実行速度向上
• Programming Pearls (Jon Bentley) / 適用: トークン効率化 / 目的: リソース削減
Trigger:
Use when optimizing command performance, reducing token usage, or designing parallel execution flows and model selection.
command performance, token optimization, parallel execution, model selection
majiayu000/claude-skill-registry 163
-
mind-palace
Navigate Mind Palace to query entity knowledge about codebase subsystems. Use when understanding architecture, exploring how systems work, or checking for hazards/gotchas before modifying code.
majiayu000/claude-skill-registry 163
-
rust-review
Expert-level Rust audits covering ownership, concurrency, unsafe blocks, traits, and Cargo dependencies. Use for Rust-specific code review.
majiayu000/claude-skill-registry 163
-
security-django
Review Django security audit patterns for settings and middleware. Use for auditing SECRET_KEY, DEBUG, CSRF, and auth decorators. Use proactively when reviewing Django apps (settings.py or manage.py present).
Examples:
- user: "Audit my Django settings.py" → check SECRET_KEY, DEBUG, and ALLOWED_HOSTS
- user: "Check Django views for auth" → verify @login_required and permission classes
- user: "Review Django CSRF config" → check middleware and @csrf_exempt usage
- user: "Scan for SQL injection in Django" → find raw SQL usage instead of ORM
- user: "Audit Django REST framework config" → check default permissions and auth
majiayu000/claude-skill-registry 163
-
crypto-api
majiayu000/claude-skill-registry 163
-
Using the Block Collection and Block Party
The Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
majiayu000/claude-skill-registry 163
-
pop-knowledge-lookup
Queries cached external documentation and blog content for authoritative, up-to-date information. Sources include Claude Code docs, engineering blog, and configured knowledge bases with 24-hour TTL caching. Use when you need current information about Claude Code features, hooks, or best practices. Do NOT use for general coding questions - rely on training knowledge or web search instead.
majiayu000/claude-skill-registry 163
-
fix-git
Guide for recovering lost Git commits, resolving detached HEAD states, and fixing common Git repository issues. This skill should be used when users need help recovering from Git mistakes such as lost commits, detached HEAD situations, accidental resets, or when commits appear to be missing from branches.
majiayu000/claude-skill-registry 163
-
oracle-consultation
Use before invoking Oracle to ensure appropriate usage of this expensive reasoning resource
majiayu000/claude-skill-registry 163
-
Writing Hookify Rules
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
majiayu000/claude-skill-registry 163
-
rollup-config-generator
Generate Rollup configuration files for bundling JavaScript libraries. Triggers on "create rollup config", "generate rollup configuration", "rollup setup", "library bundler config".
majiayu000/claude-skill-registry 163
-
discord-get-messages
Retrieve messages from Discord channels via the Discord API. Use this skill when the user wants to read, search, or analyze messages from a Discord channel.
majiayu000/claude-skill-registry 163
-
my-pr-comments
Loads the pr review comments for the current branch.
majiayu000/claude-skill-registry 163
-
yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management,
CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent
validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations
with deep understanding of YAML specifications and common anti-patterns.
majiayu000/claude-skill-registry 163
-
gemini-manager
This skill should be used when the user wants Claude Code to act purely as a manager/architect while Gemini CLI does all the coding work. Claude Code drives Gemini like an intern - issuing tasks, reviewing output, requesting fixes - but never writes code itself. Use when user says "manage gemini", "architect mode", "drive gemini", or wants to delegate all implementation to Gemini.
majiayu000/claude-skill-registry 163
-
iphone-screen-capture
Start the iPhone screen capture app to mirror a connected iPhone's screen on macOS. Use when the user wants to view their iPhone screen, mirror their device, or start screen capture.
majiayu000/claude-skill-registry 163
-
new-column
conventions for new columns
majiayu000/claude-skill-registry 163
-
claude-mcp-expert
Expert on Model Context Protocol (MCP) integration, MCP servers, installation, configuration, and authentication. Triggers when user mentions MCP, MCP servers, installing MCP, connecting tools, MCP resources, MCP prompts, or remote/local MCP servers.
majiayu000/claude-skill-registry 163
-
git-squash-commits
Squash multiple git commits into a single commit with an auto-generated comprehensive commit message based on the changes made.
majiayu000/claude-skill-registry 163
-
astro
Astro framework patterns for SSR/SSG, middleware, and TypeScript. Use when working with Astro pages, API routes, middleware configuration, or debugging rendering issues. Trigger phrases include "Astro", "prerender", "middleware", "SSR", "SSG", "static site".
majiayu000/claude-skill-registry 163
-
managing-branches
Git branching strategy expertise with flow-aware automation. Auto-invokes when branching strategies (gitflow, github flow, trunk-based), branch creation, branch naming, merging workflows, release branches, hotfixes, environment branches, or worktrees are mentioned. Integrates with existing commit, issue, and PR workflows.
majiayu000/claude-skill-registry 163
-
cooking-best-practices
Reference for how I like to cook.
majiayu000/claude-skill-registry 163
-
codetographer
Generates interactive code flow diagrams (.cgraph files).
Invoke when users ask: "how does X work", "show me the flow of Y",
"visualize the architecture", "diagram the data flow",
"create a graph of the codebase", or similar queries about
understanding code structure and relationships.
majiayu000/claude-skill-registry 163