example-skill

Demonstrate the Skills-as-Containers pattern for PAI v1.2.0.

2|1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/rafaelcalleja/claude-market-place --skill example-skill-rafaelcalleja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/rafaelcalleja/claude-market-place/tree/main/plugins/personal-ai-infrastructure/skills/example-skill
Command: npx skills add https://github.com/rafaelcalleja/claude-market-place --skill example-skill-rafaelcalleja

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

New skill developers often struggle with understanding the structure, best practices, and capabilities of Claude Skills. This skill provides a fully functional example to guide them, accelerating their learning curve.

Core Features & Use Cases

  • Core Feature Demonstration: Illustrates how to define a skill's purpose, activation triggers, and core workflows.
  • Resource Integration: Shows how to link to external references, assets, and sub-workflows for comprehensive documentation.
  • Workflow Examples: Includes templates for simple, complex, and parallel tasks, providing practical implementation patterns.
  • Best Practices: Highlights effective documentation and organization for maintainable and scalable skills.
  • Use Case: As a new AI developer, quickly grasp how to structure your first Claude Skill by examining a working example that showcases various components and best practices.

Quick Start

Use the example-skill to understand how to structure a simple task workflow.

Frequently Asked Questions about example-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Claude Skill with workflows and assets?

Structure a Claude Skill by organizing SKILL.md metadata, workflow definitions for simple/complex/parallel tasks, and linked assets in a self-contained package. This example demonstrates metadata-driven routing, progressive disclosure, and activation patterns for PAI v1.2.0.

What are best practices for documenting AI skill development?

Best practices include clear purpose definitions, activation trigger documentation, resource linking, and maintainable organization. This template showcases effective documentation patterns and self-contained packaging to accelerate learning and enable scalable skill design.

How do I implement simple, complex, and parallel task workflows?

Implement task workflows by defining step sequences in SKILL.md: simple tasks execute linearly, complex tasks handle conditional logic and dependencies, parallel tasks run operations concurrently. This skill provides working examples of all three patterns with routing from user intent to execution.

Can I use this template to understand skill activation and natural-language routing?

Yes. This template demonstrates natural-language routing from user intent through skill activation to workflow selection and execution. It illustrates how metadata drives routing decisions and connects user queries to appropriate task patterns.

What should a new skill developer know before building their first Claude Skill?

New developers should understand skill structure, activation triggers, workflow composition, asset integration, and documentation standards. This working example covers all core components, reducing the learning curve and providing a reference for maintainable, scalable skill development.