example-skill

Structure AI capabilities using the Skills-as-Containers architecture template.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/noahrasheta/claude-skills --skill example-skill-noahrasheta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/noahrasheta/claude-skills/tree/main/example-skill
Command: npx skills add https://github.com/noahrasheta/claude-skills --skill example-skill-noahrasheta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes workflows (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a clear, runnable template for understanding and implementing the "Skills-as-Containers" architecture. It helps developers quickly grasp how to structure and organize their own complex AI capabilities, significantly reducing the learning curve and initial setup complexity for new skill development.

Core Features & Use Cases

  • Architectural Blueprint: Demonstrates the recommended file structure for organizing skills, workflows, and assets for optimal clarity and reusability.
  • Workflow Patterns: Includes examples of simple, complex, and parallel task workflows, showcasing different levels of automation and agent orchestration.
  • Natural Language Routing: Illustrates how to define trigger phrases for seamless skill activation and workflow selection using natural language commands.
  • Use Case: A developer wants to create a new Claude Skill to automate their daily stand-up report. They can use this example-skill as a template, copying its structure and adapting the complex-task.md workflow to generate and distribute their report efficiently.

Quick Start

Show me a simple example of how skills work.