Skip to main content
UncategorizedSkill Writing351 lines

Skill Composition Patterns

Quick Summary18 lines
Skills rarely exist in isolation. Complex tasks require combining multiple skills, and understanding composition patterns helps you design skills that work well together. This skill covers how to decompose complex topics into composable skill units, define interfaces between skills, and architect skill packs that are greater than the sum of their parts.

## Key Points

1. Inline reference (within a section):
2. Prerequisites block (at the top):
- Familiarity with REST API concepts
- Node.js project with Express installed
3. Next steps (at the bottom):
- Add authorization rules
- Set up monitoring
4. Comparison reference:
- Planning a new skill pack with multiple related skills
- Deciding how to split a large topic across skill files
- Reviewing a skill pack for structural coherence
- Adding a new skill to an existing pack
skilldb get skill-writing-skills/skill-composition-patternsFull skill: 351 lines

Install this skill directly: skilldb add skill-writing-skills

Get CLI access →