From dev-toolkit-bundle
This skill should be used when the user asks to "demonstrate minimal skill", "show basic skill structure", or needs a simple skill example. Provides a minimal working skill template.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-toolkit-bundle:example-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a minimal skill example demonstrating the simplest possible skill structure.
This is a minimal skill example demonstrating the simplest possible skill structure.
Demonstrate the minimum requirements for a valid skill:
A skill needs only a SKILL.md file to be valid. Everything else (references, examples, scripts) is optional.
Use this minimal pattern when:
This skill would trigger when a user asks:
npx claudepluginhub karchtho/my-claude-marketplace --plugin dev-toolkit-bundleProvides reference template, structure, frontmatter options, content guidelines, and best practices for creating Claude Code plugin skills.
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.