Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
archive-work
Archive completed scratchpads and session logs to project history. Invoke when user says "archive this work", "clean up scratchpad", "archive scratchpad", or after PR is merged.
majiayu000/claude-skill-registry 163
-
acc-readme-template
Generates README.md files for PHP projects. Creates structured documentation with badges, installation, usage, and examples.
majiayu000/claude-skill-registry 163
-
strategy-research
Use when developing or documenting trading strategies - guides edge hypothesis formation, validates statistical significance, documents strategy rules systematically (entry, exit, risk management). Activates when user says "research this strategy", "document my approach", "test this idea", mentions "trading strategy", "edge", or uses /trading:research command.
majiayu000/claude-skill-registry 163
-
example-data-processor
Process CSV data files by cleaning, transforming, and analyzing them. Use this when users need to work with CSV files, clean data, or perform basic data analysis tasks.
majiayu000/claude-skill-registry 163
-
react-hoc-patterns
Higher-Order Component patterns for TMNL. Covers cross-cutting concerns, behavior injection, and composition. Use for patterns like withSliderDebug, withDraggable, withLayering.
majiayu000/claude-skill-registry 163
-
clearml-architect
Recognize/Describe clearML architecture and extension points
majiayu000/claude-skill-registry 163
-
portfolio-tradeoff
majiayu000/claude-skill-registry 163
-
plugin-author
Guide for creating, configuring, and distributing Claude Code plugins with hooks, skills, commands, and MCP servers. Use when user asks to create a plugin, set up hooks, add plugin functionality, create a marketplace, or distribute custom Claude Code extensions.
majiayu000/claude-skill-registry 163
-
gh-create-pr-linked
Create a pull request properly linked to a GitHub issue using gh pr create --issue. Use when creating a PR that implements or addresses a specific issue.
majiayu000/claude-skill-registry 163
-
a2a-protocol-impl
Implement Agent-to-Agent (A2A) protocol for inter-agent communication. Use for agent discovery, agent cards, task delegation, and multi-agent orchestration. Triggers on "A2A protocol", "agent-to-agent", "agent discovery", "agent card", "multi-agent", "agent delegation", "agent communication", or when implementing spec/api/017-a2a-protocol.md.
majiayu000/claude-skill-registry 163
-
documentation-management
Keep project documentation accurate when behavior changes. EXCLUSIVE to project-manager agent.
majiayu000/claude-skill-registry 163
-
work-wp
majiayu000/claude-skill-registry 163
-
youtube-chapters
Generate chapter summaries with timestamps for YouTube videos using AI. Use when asked to create chapters, summarize video sections, or generate video outline.
majiayu000/claude-skill-registry 163
-
app
Imported skill app from langchain
majiayu000/claude-skill-registry 163
-
RViz Visualization Skill
RViz configuration and custom visualization for robot development and debugging
majiayu000/claude-skill-registry 163
-
pdf-text-replace
Replace text in fillable PDF forms by updating form field values. This skill should be used when users need to update names, addresses, dates, or other text in PDF form fields.
majiayu000/claude-skill-registry 163
-
.claude/skills/agent-lifecycle-management/SKILL.md
エージェントライフサイクル管理を専門とするスキル。
起動、実行、状態管理、終了、バージョニング、メンテナンスにより、
エージェントの継続的な品質を保証します。
📖 参照書籍:
- 『The Pragmatic Programmer』(Andrew Hunt, David Thomas): 手順設計
📚 リソース参照:
- `resources/Level1_basics.md`: レベル1の基礎ガイド
- `resources/Level2_intermediate.md`: レベル2の実務ガイド
- `resources/Level3_advanced.md`: レベル3の応用ガイド
- `resources/Level4_expert.md`: レベル4の専門ガイド
- `resources/execution-protocol.md`: execution-protocol の詳細ガイド
- `resources/legacy-skill.md`: 旧SKILL.mdの全文
- `resources/versioning-guide.md`: バージョニングガイド
- `scripts/check-lifecycle.mjs`: ライフサイクル検証スクリプト
- `scripts/log_usage.mjs`: 使用記録・自動評価スクリプト
- `scripts/validate-skill.mjs`: スキル構造検証スクリプト
- `templates/lifecycle-template.md`: ライフサイクルテンプレート
- `resources/requirements-index.md`: 要求仕様の索引(docs/00-requirements と同期)
Use proactively when designing agent lifecycle or versioning strategies.
majiayu000/claude-skill-registry 163
-
git-workflow-helper
Guide Git workflows including branching, merging, rebasing, and conflict resolution. Use when managing Git operations or resolving complex Git scenarios.
majiayu000/claude-skill-registry 163
-
customerio-load-scale
Implement Customer.io load testing and scaling.
Use when preparing for high traffic, load testing,
or scaling integrations for enterprise workloads.
Trigger with phrases like "customer.io load test", "customer.io scale",
"customer.io high volume", "customer.io performance test".
majiayu000/claude-skill-registry 163
-
temp-file-management
一時ファイルと中間ファイルの作成・管理ルールを提供します。tmp/ディレクトリの使用、ファイル命名規則、クリーンアップのベストプラクティスをカバーします。一時ファイルや中間ファイルを作成する時にアクティベートします。
majiayu000/claude-skill-registry 163
-
mathematical-logic-expert
Expert in formal logic, model theory, computability, and foundations of mathematics
majiayu000/claude-skill-registry 163
-
trading-expert
Expert-level algorithmic trading, market systems, quantitative analysis, and trading platforms
majiayu000/claude-skill-registry 163
-
sql-batching
Prevent D1 "too many SQL variables" errors when using Drizzle ORM. Use this skill whenever writing database queries with `inArray()`, bulk inserts/updates, or any query with dynamic arrays. Critical for queries where array size is unbounded (user teams, registrations, IDs from prior queries).
majiayu000/claude-skill-registry 163
-
investigation-workflow
6-phase investigation workflow for understanding existing systems. Auto-activates for research tasks.
Optimized for exploration and understanding, not implementation. Includes parallel agent deployment
for efficient deep dives and automatic knowledge capture to prevent repeat investigations.
majiayu000/claude-skill-registry 163