MCP HubMCP Hub
スキル一覧に戻る

claude-ecosystem

majiayu000
更新日 Yesterday
21 閲覧
58
9
58
GitHubで表示
メタwordaimcp

について

このスキルは、Claude Codeエコシステムを扱う専門知識を提供します。これにはCLIツール、エージェントやスキルなどの拡張機能、CLAUDE.mdプロジェクト指示が含まれます。Claude Code内での設定構成、カスタムコンポーネントの作成、MCPサーバーのセットアップ、問題のトラブルシューティングを行う際にご利用ください。開発者が機能を学び、統合をデプロイし、開発ワークフローを最適化するのに役立ちます。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/claude-ecosystem

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Claude Ecosystem

Comprehensive guide for Claude Code CLI tool, extensibility (agents/skills/output styles), and CLAUDE.md architecture.

Module Selection

NeedModuleReference
Setup/ConfigurationCLIreferences/getting-started.md, references/configuration.md
Slash CommandsCLIreferences/slash-commands.md
MCP ServersCLIreferences/mcp-integration.md
Hooks & PluginsCLIreferences/hooks-and-plugins.md
Create AgentsExtensibilityreferences/agent-development.md
Create SkillsExtensibilityreferences/skill-development.md
Output StylesExtensibilityreferences/skill-development.md
Init CLAUDE.mdArchitecturereferences/initialization-workflow.md
Optimize CLAUDE.mdArchitecturereferences/optimization-patterns.md
Enterprise/CI-CDCLIreferences/enterprise-features.md, references/cicd-integration.md
TroubleshootingCLIreferences/troubleshooting.md

Quick Reference

Extension Types

TypeInvocationPurposeLocation
AgentsTask toolSpecialized sub-processes.claude/agents/
SkillsModel-invokedDomain knowledge.claude/skills/{name}/
Output Styles/output-styleModify main agent.claude/output-styles/

Model Selection (Agents)

ModelUse WhenTarget Time
haikuFast tasks, exploration< 3s
sonnetBalanced, most use cases< 10s
opusComplex reasoning< 30s

CLAUDE.md Token Budget

ComplexityTarget Tokens
Simple100-200
Medium200-400
Complex400-800
Maximum1000

Extensibility Principles

Core Truths

TruthMeaning
Expertise TransferMake Claude think like expert, not follow steps
Flow, Not FrictionProduce output, not intermediate work
Voice Matches DomainSound like practitioner, not documentation
Focused Beats ComprehensiveConstrain ruthlessly

Decision Heuristics

RuleGuidance
3-File Rule3+ files → agent. Enhances YOUR work → skill.
Delegation TestRuns independently? Agent. Guides you? Skill.
Activation BreadthTrigger on 80% of relevant requests
Tool ConstraintStart with 2-3 essential tools

Activation Keywords

The description field is your activation gate. Include:

  1. Task verbs: create, build, debug, fix, deploy
  2. Problem descriptions: slow, broken, failing
  3. Artifact types: component, API, database
  4. Casual synonyms: "make it faster" → optimize

Common Workflows

Create Agent

---
name: agent-name
description: "Use when [use case]. PROACTIVELY for [triggers].\n\nExamples:\n<example>\nContext: [situation]\nuser: [request]\nassistant: [response]\n</example>"
tools: Grep, Glob, Read, Bash
model: haiku
---

# Agent Name

Mission statement.

## Strategy
[Approach]

## Does NOT Do
- [boundary] (use X instead)

Create Skill

---
name: skill-name
description: "[Core purpose]. [Technologies]. Capabilities: [list].
  Actions: [verbs]. Keywords: [triggers]. Use when: [scenarios]."
allowed-tools: Read, Grep, Glob
---

# Skill Name

## Patterns

### [Pattern Name]
**When you see:** [Observable trigger]
**This indicates:** [Expert insight]
**Therefore:** [Action]
**Watch out:** [Pitfall]

Initialize CLAUDE.md

  1. Analyze codebase (language, framework, structure)
  2. Extract code style, commands, patterns
  3. Generate with template, customize
  4. Validate commands, check token count
  5. Target <400 lines, prefer <250

Detailed: references/initialization-workflow.md

Optimize CLAUDE.md

  1. Evaluate token efficiency
  2. Find redundancy, outdated info
  3. Apply token reduction techniques
  4. Target 40%+ reduction
  5. Verify critical info retained

Detailed: references/optimization-patterns.md


Anti-Patterns

PatternProblemFix
Kitchen Sink Agent10+ tools, handles "everything"Constrain to 3-5 tools
Echo SkillRestates docs without insightAdd expert layer
Invisible TriggerDescription uses only formal termsInclude user language
Procedure ManualStep 1, 2, 3...Teach patterns, not steps
Over-DocumentationCLAUDE.md > 400 linesDocument project-specific only

Quality Signals

Good Signs

  • Frontmatter reads like "when to use" guide
  • First 10 lines provide actionable guidance
  • Expert would nod "yes, that's how I think"
  • Explicit constraints on what it does NOT handle

Warning Signs

  • 50% reference tables or field definitions

  • No mention of "when NOT to use"
  • Generic language for any domain
  • Body exceeds 600 lines

References

CLI Tool

  • references/getting-started.md - Installation, setup, auth
  • references/slash-commands.md - Complete command catalog
  • references/mcp-integration.md - MCP server configuration
  • references/hooks-and-plugins.md - Hook types, plugin structure
  • references/configuration.md - Settings hierarchy
  • references/enterprise-features.md - IAM, SSO, sandboxing
  • references/cicd-integration.md - GitHub Actions, GitLab CI
  • references/ide-integration.md - VS Code, JetBrains
  • references/advanced-features.md - Extended thinking, caching
  • references/troubleshooting.md - Common issues
  • references/api-reference.md - Admin, Messages, Skills APIs
  • references/best-practices.md - Project organization, security
  • references/agent-skills.md - Creating skills via CLI

Extensibility

  • references/agent-development.md - Full YAML structure, system prompts
  • references/skill-development.md - Structure, triggers, hooks

CLAUDE.md

  • references/initialization-workflow.md - Creating new CLAUDE.md
  • references/optimization-patterns.md - Token reduction techniques
  • references/integration-strategies.md - Global config, MCP tools
  • references/output-templates.md - Standard output formats

Related Skills

IMPORTANT: When creating/editing prompts, use prompt-architect skill.

Skill("prompt-architect") → Create/enhance skill/agent prompt content

Documentation:

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/data/0-claude

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る