skill-creator

Create, edit, and validate AgentSkills and SKILL.md frontmatter.

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill skill-creator-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/skills/skill-creator
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill skill-creator-p-sree-sai-pavan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing and standardizing AgentSkills and their SKILL.md frontmatter can be error-prone and inconsistent; this skill provides lean templates, validation guidance, and a clear structure to streamline skill creation.

Core Features & Use Cases

  • Lean frontmatter templates enforce required fields and keep metadata clean.
  • Structured layouts define where to place resources (scripts, references, assets) and how to organize workflows.
  • Validation guidance helps catch structural errors early and maintain consistency across skills.
  • Edit workflow guidance reduces brittleness by outlining practical steps for updating skills.

Quick Start

Initialize a new skill by running the included template script with your skill name and target directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and validate AgentSkills with frontmatter templates?

You can create and validate AgentSkills by using a skeletal template and local tooling that enforces required name and description fields in SKILL.md frontmatter, catching structural errors early while keeping metadata clean.

What is the best way to structure resource directories for agent-skills?

The best way to structure resource directories for agent-skills is to use structured layouts that define where to place scripts, references, and assets, ensuring organized workflows and maintainable skill definitions.

How do I edit and update existing skill definitions without breaking metadata?

To edit existing skill definitions without breaking metadata, follow a guided edit workflow that reduces brittleness by outlining practical steps for updating skills and validating frontmatter consistency.

What fields are required in SKILL.md frontmatter when building automation templates?

The required fields in SKILL.md frontmatter are name and description, while optional metadata is also supported to keep the automation templates lean and maintainable across different skill definitions.

Why does my skill validation fail when frontmatter metadata is inconsistent?

Skill validation fails when frontmatter metadata is inconsistent because the validation guidance checks for the presence of required fields and structural errors, ensuring standardization across all generated agent-skills.