Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
repomix-cache-refresh
Post-workflow cache refresh for Repomix. Automatically refreshes compressed codebase representation after files are modified. Ensures next command has accurate context with 70% token savings. Invoke at end of any workflow that modifies source files. Takes ~2.4 seconds when refresh needed.
majiayu000/claude-skill-registry 163
-
versioning-skills
REQUIRED for all skill development. Automatically version control every skill file modification for rollback/comparison. Use after init_skill.sh, after every str_replace/create_file, and before packaging.
majiayu000/claude-skill-registry 163
-
expo-build-deploy
Building and deploying Expo React Native apps to iOS. Use when configuring EAS Build, submitting to TestFlight, App Store deployment, managing certificates, or troubleshooting build issues.
majiayu000/claude-skill-registry 163
-
Add Admin API Endpoint
Add a new endpoint or endpoints to Ghost's Admin API at `ghost/api/admin/**`.
majiayu000/claude-skill-registry 163
-
nma-methodology
Deep methodology knowledge for network meta-analysis including transitivity, consistency assessment, treatment rankings, and model selection. Use when conducting or reviewing NMA.
majiayu000/claude-skill-registry 163
-
prompt-enhancer
Enhance user prompts by analyzing project context (code structure, dependencies, conventions, existing patterns). Use when users provide brief development requests that would benefit from project-specific context to generate more accurate, contextually-aware prompts.
majiayu000/claude-skill-registry 163
-
plan-approval
Plan-approval workflow patterns for user control over AI actions in Claude Code Waypoint Plugin. Use when planning complex changes, need user approval before execution, want to prevent mistakes, or need to document proposed changes. Covers plan creation, approval checkpoints, plan deviation tracking, revision management, and learning from approved/rejected plans.
majiayu000/claude-skill-registry 163
-
consensus-building
From multiple perspectives, build genuine consensus on what's true
majiayu000/claude-skill-registry 163
-
Platform Integration (GitHub/GitLab)
This skill should be used when the user asks to "fetch GitHub issue", "get GitLab issue", "analyze GitHub PR", "search GitHub repo", "check GitLab commits", "use GitHub API", "use GitLab API", or mentions fetching data from GitHub or GitLab for incident investigation. Provides guidance for integrating with GitHub and GitLab APIs for RCA.
majiayu000/claude-skill-registry 163
-
analyze
Deep analysis and investigation
majiayu000/claude-skill-registry 163
-
aws-cdk-development
AWS Cloud Development Kit (CDK) expert for building cloud infrastructure with TypeScript/Python. Use when creating CDK stacks, defining CDK constructs, implementing infrastructure as code, or when the user mentions CDK, CloudFormation, IaC, cdk synth, cdk deploy, or wants to define AWS infrastructure programmatically. Covers CDK app structure, construct patterns, stack composition, and deployment workflows.
majiayu000/claude-skill-registry 163
-
study-note
학습 중 떠오른 아이디어와 메모를 아카이브 파일에 시간순으로 기록합니다. `scripts/study-note-helper.sh`를 사용하여 현재 KATA 프로젝트의 docs/study/아카이브.md에 노트를 추가합니다.
majiayu000/claude-skill-registry 163
-
investigate
Debug and investigate code issues using search and AI analysis. Use when stuck on bugs, tracing execution flow, or understanding complex code.
majiayu000/claude-skill-registry 163
-
arkit-visionos-developer
Build and debug ARKit features for visionOS, including ARKitSession setup, authorization, data providers (world tracking, plane detection, scene reconstruction, hand tracking), anchor processing, and RealityKit integration. Use when implementing ARKit workflows in immersive spaces or troubleshooting ARKit data access and provider behavior on visionOS.
majiayu000/claude-skill-registry 163
-
multi-agent-systems
マルチエージェントシステム設計を専門とするスキル。
複数のエージェント間の効果的な協調、ハンドオフプロトコルの設計、情報受け渡しメカニズムにより、
スケーラブルで保守性の高い分散システムを構築する。
Anchors:
• Building Microservices (Sam Newman) / 適用: サービス間の協調設計 / 目的: 疎結合で信頼性の高いエージェント連携
• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: ハンドオフパターン / 目的: 明確なプロトコル設計
• Working Effectively with Legacy Code (Michael Feathers) / 適用: 既存システムとの統合 / 目的: 段階的なエージェント導入
Trigger:
Use when designing multi-agent collaboration, defining handoff protocols, optimizing inter-agent communication, or managing agent dependencies.
multi-agent, agent collaboration, handoff protocol, delegation, chaining, parallel agents, feedback loop, orchestration
majiayu000/claude-skill-registry 163
-
subagent-driven-development
Use when executing implementation plans with independent tasks in the current session
majiayu000/claude-skill-registry 163
-
eld-model-law-discovery
コードベースや要件からVocabulary(語彙)とLaw(守るべき条件)を自動発見するスキル。
名辞抽象(Term/Type)と関係抽象(Law/制約)の両方を抽出し、
/lde-term-card および /lde-law-card への入力を生成する。
使用タイミング: (1) 新規プロジェクトでVocabulary/Lawを洗い出す時、
(2) 既存コードからLaw/Termを抽出する時、(3) 「Lawを発見して」「語彙を抽出して」、
(4) LDEをレトロフィットする時、(5) Phase A-Bで初期Catalogを作る時
majiayu000/claude-skill-registry 163
-
claude-typescript-sdk
Build AI applications with the Anthropic TypeScript SDK. Use when creating Claude integrations, building agents, implementing tool use, streaming responses, or working with the @anthropic-ai/sdk package.
majiayu000/claude-skill-registry 163
-
mcp-tool-developer
Expert in building MCP servers using the Official Python MCP SDK. Use this when defining tools, resources, and prompts that allow AI agents to manage application state.
majiayu000/claude-skill-registry 163
-
grey-haven-onboarding-coordination
Automate developer onboarding with personalized plans, Linear integration, knowledge base setup, and milestone tracking. Use when onboarding new developers, planning team expansion, or managing role transitions.
majiayu000/claude-skill-registry 163
-
sf-debug
Salesforce debugging and troubleshooting skill with log analysis, governor limit detection, and agentic fix suggestions. Parse debug logs, identify performance bottlenecks, analyze stack traces, and automatically suggest fixes.
majiayu000/claude-skill-registry 163
-
repo-clipboard
Snapshot the current directory into pseudo-XML for LLM context. Use when you need to share a repo (or a sub-tree) with Codex/LLMs, especially for code review/debugging, generating an agent-friendly “repo snapshot”, or piping context into tools like `llm` (see skill $llm-cli). Supports `.gitignore`-aware file discovery, common ignore patterns, extension filtering, regex include/exclude, optional file-list printing, line-range snippets, and writes `/tmp/repo_clipboard.{stdout,stderr}` for reuse.
majiayu000/claude-skill-registry 163
-
managing-project-rules
Creates and updates modular project rules for Claude Code in .claude/rules/ directory. Use when creating, updating, or modifying rule files, organizing project guidelines, setting up code standards, or when user mentions "create rules", "update rules", "add rules", or "rule configuration".
majiayu000/claude-skill-registry 163
-
Nodes Declarative Patterns
Build n8n nodes using declarative style with JSON-based routing configuration for REST API integrations. Use this skill when implementing standard CRUD operations, configuring requestDefaults, defining routing in operation options, setting up declarative pagination, adding query parameters via routing.send, or processing responses with postReceive. Apply when building REST API nodes with simple request/response patterns and automatic pagination handling.
majiayu000/claude-skill-registry 163