fandhe-ai/agent-reference-skills

anthropic-claude-code-extend

Claude Code (code.claude.com) の拡張機能リファレンス。 Agent Skills (SKILL.md), slash commands, output styles, subagents, agent teams, agent view, workflows, routines, scheduled tasks, hooks (PreToolUse / PostToolUse), plugins, plugin marketplace, MCP 設定 (.mcp.json / claude mcp add), managed MCP, channels (--channels / claude/channel push events, webhook / telegram / discord / imessage), tools-reference, advisor, ultrareview。

First seen Aug 7, 2026

Installation

$ npx skills add fandhe-ai/agent-reference-skills --skill anthropic-claude-code-extend

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fandhe-ai/agent-reference-skills · top by installs.

npx skills add fandhe-ai/agent-reference-skills

Browse all from fandhe-ai/agent-reference-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 5,238 B
  • docs SUMMARY.md 483 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 88 installs

SKILL.md

anthropic-claude-code-extend

Claude Code (code.claude.com) — CLI 本体を拡張する機能群のリファレンス。Agent Skills(SKILL.md)・ slash commands・output styles、subagents / agent teams / agent view / workflows / routines / scheduled tasks、hooks、plugins / plugin marketplace、MCP 設定、channels(--channels / claude/channel push events)、built-in tools(advisor / ultrareview 含む)をカバーする。

CLI 本体(インストール・設定・セッション)は anthropic-claude-code、Agent SDK の Skills / MCP / subagents / hooks は anthropic-agent-sdk、Claude API 側の Agent Skills / Skills API / MCP connector は anthropic-api-tools-mcp を参照(本スキルは Claude Code CLI から使う拡張機能の設定・仕様を担当)。

ディレクトリ構成

skills/anthropic-claude-code-extend/
  SKILL.md
  references/
    skills-commands/
      README.md
      commands.md
      output-styles.md
      prompt-library.md
      skills.md
    subagents/
      README.md
      agent-teams.md
      agent-view.md
      agents.md
      desktop-scheduled-tasks.md
      routines.md
      routines-fire.md
      scheduled-tasks.md
      sub-agents.md
      workflows.md
    hooks/
      README.md
      hooks.md
      hooks-guide.md
    plugins/
      README.md
      discover-plugins.md
      plugin-dependencies.md
      plugin-hints.md
      plugin-marketplaces.md
      plugin-relevance.md
      plugins.md
      plugins-reference.md
    mcp/
      README.md
      managed-mcp.md
      mcp.md
      mcp-quickstart.md
    channels/
      README.md
      channels.md
      channels-reference.md
    tools/
      README.md
      advisor.md
      tools-reference.md
      ultrareview.md
  samples/
    README.md
    skill-definition.md
    slash-command.md
    hook-config.md
    subagent-definition.md
    plugin-manifest.md
    plugin-marketplace.md
    mcp-config.md
    output-style.md

探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

  1. 下記マッピング表でタスクに対応するカテゴリを探す
  2. そのカテゴリの references/{category}/README.mdsamples/ は直下の README.md)を参照して目的のページを特定する
  3. 該当ページの .md を Read して詳細を確認する

タスク → カテゴリ マッピング

タスク カテゴリ 参照 README
Agent Skills(SKILL.md)を定義したい・slash command を作りたい・output style や SDLC prompt library を使いたい skills-commands [references/skills-commands/README.md](references/skills-commands/README.md)
subagent を定義したい・agent teams で複数インスタンスを協調させたい・agent view でバックグラウンド session を管理したい・並列実行の 4 アプローチを比較したい・routines / scheduled tasks(/loop, /fire)で自動化したい・Desktop アプリの Routines ページからローカル定期タスクを設定したい・workflows で大規模 orchestration を組みたい subagents [references/subagents/README.md](references/subagents/README.md)
セッション lifecycle イベント(SessionStart / PreToolUse / PostToolUse / PermissionRequest 等)で hook を設定・実装したい hooks [references/hooks/README.md](references/hooks/README.md)
plugin を作成・配布したい・plugin marketplace を構築したい・plugin.json manifest や dependency constraint を確認したい plugins [references/plugins/README.md](references/plugins/README.md)
Claude Code から MCP サーバーへ接続したい(.mcp.json / claude mcp add)・organization 単位で managed MCP access を制御したい mcp [references/mcp/README.md](references/mcp/README.md)
実行中セッションへ webhook / アラート / チャットメッセージを push したい・--channels で channel plugin(telegram / discord / imessage)を有効化したい・独自 channel MCP サーバー(claude/channel capability)を実装したい channels [references/channels/README.md](references/channels/README.md)
built-in tool(Agent / Bash / Read / Edit / Skill 等)の完全リファレンスを確認したい・advisor tool や ultrareview を使いたい tools [references/tools/README.md](references/tools/README.md)
典型的な使い方を知りたい(SKILL.md 定義, slash command, hook 設定, subagent 定義, plugin manifest / marketplace, .mcp.json, output style) samples [samples/README.md](samples/README.md)