スキル一覧に戻る
artimath

claude-code-meta

by artimath

0🍴 0📅 2025年12月22日
GitHubで見るManusで実行

SKILL.md


name: claude-code-meta description: Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.

Claude Code Meta

Create any Claude Code extension component. This skill routes to specific builders based on what you need.

What Are You Building?

ComponentWhen to UseCommand
SkillExtend Claude with specialized knowledge, workflows, tool integrations/build-skill
HookAutomated validation, context injection, workflow automation/build-hook
PluginBundle skills/hooks/commands for distribution/build-plugin
MarketplaceDistribute plugins (local, GitHub, git)/build-marketplace
Slash CommandUser-invoked /command prompts/build-command

Quick Decision Guide

"I want to add knowledge/workflows to Claude" → Skill

"I want automated task execution" → Agent (invokes Skills for guidance)

"I want to validate/inject context automatically" → Hook

"I want to bundle and distribute extensions" → Plugin + Marketplace

"I want a quick user-typed command" → Slash Command

Component Relationships

Plugin (distribution package)
├── Skills (knowledge bases)
├── Agents (task executors that use Skills)
├── Hooks (automation triggers)
└── Commands (user-invoked prompts)

Marketplace (distributes Plugins)

Key insight: Agents are executors, Skills are knowledge. An agent invokes a skill for guidance, then executes.

Usage

  1. Identify what you're building from table above
  2. Read the corresponding reference file
  3. Follow the patterns and examples there
  4. For official Anthropic docs, use claude-code-docs-reference skill

Builder Commands

This plugin includes commands that can create components deterministically:

  • /build-skill - Creates skills with proper structure and patterns
  • /build-hook - Creates hooks for automation
  • /build-plugin - Creates plugins for distribution
  • /build-marketplace - Creates marketplaces for plugin distribution
  • /build-command - Creates slash commands

Invoke with: /command-name [details about what to build]

Additional References

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です