From dev-toolkit-bundle
This skill should be used when the user asks to "demonstrate advanced skill structure", "show comprehensive skill patterns", "create skill with references", or needs a complete skill example with bundled resources. Showcases progressive disclosure and resource organization.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit-bundle:advanced-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill demonstrates a comprehensive skill structure with all optional components: references, examples, and scripts.
This skill demonstrates a comprehensive skill structure with all optional components: references, examples, and scripts.
Showcase best practices for organizing complex skills:
Keep SKILL.md lean by moving detailed content to references:
Organize skill resources by purpose:
For detailed guidance, consult:
references/detailed-patterns.md - Comprehensive implementation patternsreferences/advanced-techniques.md - Advanced techniques and edge casesreferences/api-reference.md - Complete API documentationWorking examples in examples/:
examples/basic-usage.sh - Basic usage exampleexamples/advanced-config.json - Advanced configuration exampleHelper scripts in scripts/:
scripts/validate.sh - Validation utilityscripts/generate.py - Code generation scriptUse this comprehensive pattern when:
This pattern ensures minimal context bloat while making detailed information discoverable when needed.
npx claudepluginhub karchtho/my-claude-marketplace --plugin dev-toolkit-bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends OpenCode's capabilities with specialized knowledge, workflows, or tool integrations.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.