skill-creator

Scaffold modular Agent Skills with SKILL.md frontmatter and resource directories.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/serguei9090/Agentic-Governance-Framework --skill skill-creator-serguei9090
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/serguei9090/Agentic-Governance-Framework/tree/main/MasterPrompts/.agents/skills/skill-creator
Command: npx skills add https://github.com/serguei9090/Agentic-Governance-Framework --skill skill-creator-serguei9090

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Creator helps teams define and maintain modular Agent Skills within the Morphic Framework, enabling reusable capabilities and standardized governance across agent ecosystems.

Core Features & Use Cases

  • Scaffolding: Rapidly bootstrap new skills with a consistent structure (SKILL.md frontmatter, body, and optional resources).
  • Templates & References: Provide built-in templates and reference materials to ensure consistency and quality.
  • Governance & Reuse: Enforce naming, description, and resource directories to simplify discovery and reuse of skills across projects.
  • Use Case: When starting a new capability for an AI assistant, use this skill to generate a ready-to-use skill directory with all required sections and example scripts.

Quick Start

Run the Skill Initializer to scaffold a new skill directory under .agents/skills.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new agent skill with a consistent directory structure?

Scaffolding a new agent skill requires bootstrapping a directory with standardized SKILL.md frontmatter, a procedural Markdown body, and optional scripts, references, and assets folders for reusable capabilities.

What is the best way to standardize AI governance workflows across multiple agent skills?

Standardizing AI governance workflows involves enforcing consistent naming, descriptions, and resource directories across skill folders to simplify discovery, reuse, and quality control within agent ecosystems.

What do I need to include in the frontmatter when bootstrapping a modular agent skill?

Bootstrapping a modular agent skill requires frontmatter that explicitly includes the skill name and description to ensure proper indexing, standardized governance, and rapid discovery across projects.

Can I add custom scripts and reference materials to a skill directory after scaffolding?

You can wire in scripts, references, and assets directories after scaffolding to provide built-in templates and reference materials that extend the procedural guidance and workflows of the agent skill.

How does rapid skill bootstrapping improve modularity in agent ecosystems?

Rapid skill bootstrapping improves modularity by generating ready-to-use skill directories with standardized sections and example scripts, enabling teams to define and maintain reusable capabilities efficiently.

Are there limitations to using templates for agent skill generation in governance workflows?

Templates for agent skill generation enforce structural consistency but may require manual adjustments to align with specific procedural workflows, meaning complex capabilities might need custom Markdown body modifications.