${SKELETON_NAME}:sample-skill

Prototype a minimal AI skill workflow with frontmatter and Markdown body.

3|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/hcross/crewrig --skill skeleton-name-sample-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ${SKELETON_NAME}:sample-skill
Source: https://github.com/hcross/crewrig/tree/main/extension-skeleton/skill/skills/sample-skill
Command: npx skills add https://github.com/hcross/crewrig --skill skeleton-name-sample-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prototype a minimal AI skill workflow to enable quick experimentation and learning for developers building new skills.

Core Features & Use Cases

  • Lightweight scaffold that demonstrates activation flow and basic messaging.
  • Useful for developers to test prompts, routing, and context before building full skills.
  • Use Case: a new skill team wants to verify activation triggers in Gemini Code and Claude Code before integrating.

Quick Start

Provide a simple prompt to initiate the sample skill and observe its activation flow.

Frequently Asked Questions about ${SKELETON_NAME}:sample-skill

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

FAQPage Schema
How do I prototype an AI skill workflow for early-stage development?

A minimal AI skill workflow prototype provides a lightweight scaffold to validate activation flow, routing, and basic prompts before building full skills. It uses a minimal Markdown body and frontmatter for host system loading.

What is a skeleton skill used for in AI development testing?

In AI development testing, a skeleton skill verifies prompts, routing, and context. New skill teams use it to validate activation triggers in environments like Gemini Code and Claude Code before full integration.

Can I use a minimal skill scaffold to test activation triggers in Gemini Code and Claude Code?

Yes, you can use a minimal skill scaffold to test activation triggers in Gemini Code and Claude Code. It allows developers to verify activation, routing, and basic prompts during early-stage development and testing before integration.

How do I start building a skill prototype to validate routing and basic prompts?

To start building a skill prototype, provide a simple prompt to initiate the sample skill and observe its activation flow. This validates routing and basic prompts using the included minimal Markdown body and frontmatter.

Do I need dependencies to run a minimal AI skill workflow prototype?

No dependencies are required to run this minimal AI skill workflow prototype. It operates as a lightweight scaffold with zero dependencies, requiring only a simple prompt to initiate and observe its activation flow.