skill-creator

Create structured Agent Skills with SKILL.md templates and validation.

1|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/dopsonbr/agent-kit --skill skill-creator-dopsonbr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dopsonbr/agent-kit/tree/main/content/skills/skill-creator
Command: npx skills add https://github.com/dopsonbr/agent-kit --skill skill-creator-dopsonbr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill eliminates the complexity of creating well-structured skills by providing templates, best practices, and automated validation during creation.

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 well-structured Agent Skill from scratch?

Create an Agent Skill by using standardized templates that handle frontmatter requirements, SKILL.md structure, and organized asset/reference/script directories. This Skill provides templates and automated validation to streamline the entire creation workflow across Claude Code, GitHub Copilot, VS Code, and OpenAI Codex, ensuring consistent structure and best practices.

What are the best practices for Agent Skill development?

Agent Skill best practices include satisfying frontmatter requirements, organizing slash command templates, integrating agent-validator validation, and following progressive loading guidelines. This Skill codifies these patterns into reusable templates so you avoid common structural mistakes and maintain consistency across skill projects.

Can I use these templates with GitHub Copilot, VS Code, and other platforms?

Yes, the templates and structure apply across Claude Code, GitHub Copilot, VS Code, and OpenAI Codex. The standardized skill development workflow works across these platforms, enabling you to create skills that integrate consistently regardless of which development environment you use.

How do I validate my Agent Skill during development?

Agent Skill validation happens through agent-validator integration built into the creation workflow. The Skill automates validation checks so you catch structural and frontmatter errors early, reducing iteration cycles and ensuring your skill meets requirements before deployment.

What directory structure should my Agent Skill follow?

Agent Skills require organized directories for scripts, references, and assets alongside SKILL.md documentation and frontmatter. This Skill provides ready-made directory templates and examples so you create properly organized skills that follow the standardized structure required by Agent platforms.