Example skill demonstrating the Skills-as-Containers pattern with workflows, assets, and natural language routing. This is a teaching tool showing the complete PAI v1.2.0 architecture. USE WHEN user says 'show me an example', 'demonstrate the pattern', 'how do skills work', 'example skill'
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install personal-ai-infrastructure@claude-market-placeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdassets/reference.mdassets/template.mdworkflows/complex-task.mdworkflows/parallel-task.mdworkflows/simple-task.mdPurpose: This skill exists to demonstrate the Skills-as-Containers pattern introduced in PAI v1.2.0. Use it as a template for creating your own skills.
Skills in PAI v1.2.0 are organized as self-contained containers with:
This skill includes three example workflows demonstrating different complexity levels:
Purpose: Basic single-step workflow Trigger: User says "simple example", "basic task" Demonstrates: Minimal workflow structure
Purpose: Multi-step workflow with dependencies Trigger: User says "complex example", "multi-step task" Demonstrates: Structured workflow with validation
Purpose: Agent orchestration for parallel execution Trigger: User says "parallel example", "parallel task" Demonstrates: Multi-agent coordination pattern
Natural language automatically routes to the right workflow:
User Intent → Skill Activation → Workflow Selection → Execution
Example Flow:
"Show me a simple example"
↓ (matches trigger)
example-skill loads
↓ (analyzes intent: "simple")
simple-task.md selected
↓
Workflow executes
This skill includes example assets in the assets/ directory:
template.md - Example template filereference.md - Example reference materialThese demonstrate how to organize supporting resources.
User: "Show me a simple example"
→ Loads example-skill
→ Executes simple-task.md workflow
→ Returns basic workflow demonstration
User: "I need a complex multi-step example"
→ Loads example-skill
→ Executes complex-task.md workflow
→ Returns structured multi-step demonstration
User: "How do I parallelize work?"
→ Loads example-skill
→ Executes parallel-task.md workflow
→ Returns agent orchestration demonstration
Use this skill as a template:
Copy the structure:
cp -r ~/.claude/skills/example-skill ~/.claude/skills/your-skill-name
Update SKILL.md:
Create workflows:
Add assets (optional):
Test activation:
example-skill/
├── SKILL.md # This file (core definition)
├── workflows/ # Specific task workflows
│ ├── simple-task.md
│ ├── complex-task.md
│ └── parallel-task.md
├── assets/ # Supporting resources
│ ├── template.md
│ └── reference.md
└── README.md # Overview documentation
~/Projects/PAI/docs/ARCHITECTURE.md~/Projects/PAI/docs/MIGRATION.md~/.claude/skills/create-skill/This is a template skill - customize it for your needs!
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.