skill-creator

Create Claude Skills with standardized SKILL.md files for AgentStack.

2|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/raphaelmansuy/k8s-agent-stack --skill skill-creator-raphaelmansuy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/raphaelmansuy/k8s-agent-stack/tree/main/archive/skills/skill-creator
Command: npx skills add https://github.com/raphaelmansuy/k8s-agent-stack --skill skill-creator-raphaelmansuy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provides comprehensive guidance and patterns for creating Claude Skills that extend AgentStack capabilities with reusable design patterns and references.

Core Features & Use Cases

  • Skill anatomy & workflow: Clear structure for SKILL.md, optional scripts/references/assets.
  • Design patterns: Progressive loading, script-first, template-based, multi-framework patterns.
  • Usage guidance: Step-by-step workflow to plan, implement, test, and iterate skills.

Quick Start

Use the skill-creator to initialize a new skill named my-skill and start populating SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Skill for AgentStack?

Creating a Claude Skill involves structuring a SKILL.md file with YAML frontmatter and Markdown body, organizing scripts and references, applying design patterns like progressive loading, and integrating with AgentStack resources. Follow the standardized format to build reusable skills that extend platform capabilities.

What is the SKILL.md format and why does it matter?

SKILL.md is the standardized format for Claude Skills, combining YAML frontmatter for metadata with Markdown body for documentation and instructions. This enforced structure ensures consistent skill initialization, progressive loading, trigger handling, and proper integration with AgentStack resources.

What design patterns should I use when building a skill?

Skill design patterns include progressive loading, script-first workflows, template-based approaches, and multi-framework patterns. These patterns provide reusable guidance for structuring skills consistently, handling triggers, and organizing references and assets to meet functional and technical requirements.

Can I use references and assets within a skill?

Yes, skills support optional references and assets alongside the core SKILL.md file. These components enable domain-specific guidance, resource organization, and integration with AgentStack, supporting comprehensive skill design beyond the frontmatter and Markdown body.

What's the workflow for planning and testing a new skill?

The skill development workflow covers planning, implementation, testing, and iteration stages. Start by initializing the skill structure, populate SKILL.md with frontmatter and body content, organize scripts and references, then validate against functional and technical requirements before deployment.

Do I need existing AgentStack experience to create skills?

While AgentStack familiarity helps, the skill-creator provides step-by-step guidance on skill anatomy, workflow structure, and design patterns. Clear documentation on SKILL.md format, progressive loading, and trigger handling supports both newcomers learning skill design and experienced developers optimizing existing skills.