example-complete-skill
About
This skill provides comprehensive guidance for complex development tasks requiring multi-scenario handling and validation tools. It includes core workflows, extensive references, and working examples for advanced patterns. Use it when implementing complex features that need both basic and advanced guidance with testing.
Quick Install
Claude Code
Recommended/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/example-complete-skillCopy and paste this command in Claude Code to install this skill
Documentation
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:
- Preparation - Set up requirements
- Implementation - Apply core pattern
- Validation - Verify correctness
- Testing - Ensure reliability
- 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
| Task | Command | Notes |
|---|---|---|
| Basic validation | ./scripts/validate.sh | Quick check |
| Full validation | ./scripts/validate.sh --strict | Comprehensive |
| Run tests | ./scripts/test.sh | All scenarios |
| Check structure | ./scripts/check-structure.sh | File organization |
Key Patterns
| Pattern | Use When | Example |
|---|---|---|
| Pattern A | Scenario X | examples/basic-example.sh |
| Pattern B | Scenario Y | See references/patterns.md |
| Pattern C | Scenario Z | See 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 examplesreferences/advanced.md- Advanced techniques and edge casesreferences/troubleshooting.md- Common issues and solutionsreferences/migration.md- Upgrading from older approaches (if applicable)
Working Examples
Complete examples in examples/:
examples/basic-example.sh- Simple implementation for common caseexamples/intermediate-example.sh- Moderate complexity scenarioexamples/advanced-example.sh- Complex scenario with edge casesexamples/complete-example/- Full-featured implementation
Utility Scripts
Tools in scripts/:
scripts/validate.sh- Structure and correctness validationscripts/test.sh- Automated testing utilityscripts/check-structure.sh- File organization checkerscripts/generate-template.sh- Scaffold new implementation
Progressive Disclosure
This skill uses three-level loading:
- Always loaded: This SKILL.md with core concepts (~2,000 words)
- Load as needed: Reference files for detailed patterns
- 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 Repository
Related Skills
content-collections
MetaThis 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
MetaThis 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.
langchain
MetaLangChain 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.
Algorithmic Art Generation
MetaThis skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.
