MCP HubMCP Hub
スキル一覧に戻る

example-complete-skill

majiayu000
更新日 Yesterday
20 閲覧
58
9
58
GitHubで表示
メタdesign

について

このスキルは、複数のシナリオ処理と検証ツールを必要とする複雑な開発タスクに対する包括的なガイダンスを提供します。コアワークフロー、豊富なリファレンス、高度なパターンの実践例を含みます。基本的なガイダンスと高度なガイダンス、およびテストを両方必要とする複雑な機能を実装する際にご利用ください。

クイックインストール

Claude Code

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

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

ドキュメント

Example Complete Skill

When to Use This Skill

Primary Triggers (Explicit)

Use this skill when the user says:

  • "perform complex task"
  • "implement advanced pattern"
  • "handle multiple scenarios"
  • "need comprehensive validation"

Contextual Triggers (Implicit)

Use this skill when:

  • Domain is complex with multiple patterns
  • Users need both basic and advanced guidance
  • Validation and testing are important
  • Task has many edge cases or variations

Purpose

Provide comprehensive guidance for complex tasks that require:

  • Core concepts and workflows in SKILL.md
  • Extensive reference documentation
  • Multiple working examples for different scenarios
  • Validation and testing utilities

Core Concepts

Concept 1: Fundamental Pattern

The foundational approach for this domain:

[Brief explanation with essential code]

Key principles:

  • Principle 1 - Core idea
  • Principle 2 - Core idea
  • Principle 3 - Core idea

Concept 2: Standard Workflow

The recommended workflow:

  1. Preparation - Set up requirements
  2. Implementation - Apply core pattern
  3. Validation - Verify correctness
  4. Testing - Ensure reliability
  5. Iteration - Refine based on results

Concept 3: Advanced Patterns

For complex scenarios, see references/advanced.md.

Quick overview:

  • Pattern A - For scenario X
  • Pattern B - For scenario Y
  • Pattern C - For scenario Z

Quick Reference

Common Tasks

TaskCommandNotes
Basic validation./scripts/validate.shQuick check
Full validation./scripts/validate.sh --strictComprehensive
Run tests./scripts/test.shAll scenarios
Check structure./scripts/check-structure.shFile organization

Key Patterns

PatternUse WhenExample
Pattern AScenario Xexamples/basic-example.sh
Pattern BScenario YSee references/patterns.md
Pattern CScenario ZSee references/advanced.md

Validation

Verify implementation using provided scripts:

# Basic structure validation
./scripts/validate.sh path/to/implementation

# Strict validation (all checks)
./scripts/validate.sh --strict path/to/implementation

# Run full test suite
./scripts/test.sh path/to/implementation

Manual validation checklist:

  • Structure matches requirements
  • Core concepts applied correctly
  • Edge cases handled
  • Tests pass
  • Documentation complete

Additional Resources

Reference Files

Detailed documentation in references/:

  • references/patterns.md - Comprehensive pattern catalog with examples
  • references/advanced.md - Advanced techniques and edge cases
  • references/troubleshooting.md - Common issues and solutions
  • references/migration.md - Upgrading from older approaches (if applicable)

Working Examples

Complete examples in examples/:

  • examples/basic-example.sh - Simple implementation for common case
  • examples/intermediate-example.sh - Moderate complexity scenario
  • examples/advanced-example.sh - Complex scenario with edge cases
  • examples/complete-example/ - Full-featured implementation

Utility Scripts

Tools in scripts/:

  • scripts/validate.sh - Structure and correctness validation
  • scripts/test.sh - Automated testing utility
  • scripts/check-structure.sh - File organization checker
  • scripts/generate-template.sh - Scaffold new implementation

Progressive Disclosure

This skill uses three-level loading:

  1. Always loaded: This SKILL.md with core concepts (~2,000 words)
  2. Load as needed: Reference files for detailed patterns
  3. Copy/execute: Examples and scripts when required

Keep SKILL.md focused on essential workflows. Move detailed content to references/.

Summary

This complete skill structure provides:

  • Lean SKILL.md with essential concepts (1,500-2,500 words)
  • Comprehensive reference documentation (in references/)
  • Multiple working examples (in examples/)
  • Validation and testing utilities (in scripts/)
  • Progressive disclosure for efficient context usage

Use this structure for complex domains requiring extensive documentation and tooling.

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/complete-skill

関連スキル

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.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

polymarket

メタ

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る