How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-creator:skill-templatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- User invokes `/skill-creator:templates`
/skill-creator:templatesUse when: Skill should trigger automatically based on context
---
name: auto-formatter
description: Automatically formats code when pasted
user-invocable: false
---
## When to Use
Auto-activates when:
- User pastes code block
- Code has formatting issues
- Keywords detected: "format", "clean up"
Use when: Skill is explicitly called by user
---
name: generate-docs
description: Generate documentation for code
---
## When to Use
- User invokes /plugin:generate-docs
- User asks "document this code"
- User requests documentation generation
Use when: Skill provides learning material
---
name: design-patterns
description: Reference guide for design patterns
---
## When to Use
- User invokes /plugin:design-patterns
- User asks "what are design patterns?"
- Can reference during code review
Use when: Skill manages multi-step workflow
---
name: orchestrator
description: Main workflow conductor
user-invocable: false
---
## When to Use
Auto-activates when:
- User invokes /plugin:start
- User begins structured workflow
Use when: Skill integrates with another plugin
---
name: task-integration
description: Integrates with task-management plugin
user-invocable: false
---
## When to Use
Auto-activates when:
- task-management plugin detected
- User creates workflow tasks
Shows template list with:
npx claudepluginhub tomazwang/agent-toolkit --plugin skill-creatorProvides reference template, structure, frontmatter options, content guidelines, and best practices for creating Claude Code plugin skills.
Create new Skills for Claude Code including YAML frontmatter, descriptions, instructions, and structure. Use when creating, building, or designing skills, or when asked about skill creation, structure, best practices, or debugging skills that don't activate properly.
Create, improve, and test SKILL.md files to extend Claude Code with project-specific knowledge and reusable workflows.