plugin-skill-create

Generate standardized skill scaffolding with frontmatter, eval stubs, and memory-hook configurations.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill plugin-skill-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-skill-create
Source: https://github.com/alex-voloshin-dev/ai-skills/tree/main/plugin/skills/plugin-skill-create
Command: npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill plugin-skill-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the friction of manually scaffolding new agent skills by automating the creation of spec-conformant frontmatter, eval test-case stubs, and memory-hook wiring, ensuring consistency across the ai-skills plugin ecosystem.

Core Features & Use Cases

  • Standardized Scaffolding: Automatically generates directory structures and files that adhere to the agentskills.io specification and ai-skills plugin conventions.
  • Integrated Testing: Pre-wires eval test-case stubs and judge-rubric templates to ensure new skills are testable from day one.
  • Use Case: When you need to add a new workflow skill to the plugin, use this tool to generate the required SKILL.md, eval cases, and memory-write points in one command, ensuring your new skill passes the mandatory audit.

Quick Start

Use the plugin-skill-create skill to scaffold a new workflow named project-analyzer with agent-spawn capabilities.

Frequently Asked Questions about plugin-skill-create

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

FAQPage Schema
How do I scaffold a new AI agent skill that passes the mandatory audit?

To scaffold an AI agent skill that passes mandatory audits, generate spec-conformant frontmatter, eval test-case stubs, and memory-hook configurations simultaneously. This automated scaffolding ensures your new skill meets agentskills.io specification requirements and internal plugin conventions for schema validation.

What is included in standardized skill scaffolding for the ai-skills plugin architecture?

Standardized skill scaffolding includes directory structures, SKILL.md files with schema-validated frontmatter, eval test-case stubs with judge-rubric templates, and memory-write point configurations. These components ensure new workflow, knowledge, or companion skills comply with agentskills.io specifications from creation.

Can I use automated scaffolding to generate eval test-case stubs for new workflow skills?

Yes, automated scaffolding pre-wires eval test-case stubs and judge-rubric templates when generating new workflow skills. This integrated testing approach ensures skills are testable from day one and satisfy agentskills.io specification requirements within the plugin/skills/ directory.

Does the skill scaffolding process support G7 spawn payloads and agent-spawn capabilities?

Yes, the scaffolding process supports G7 spawn payloads and agent-spawn capabilities for new skills. It generates schema-validated frontmatter and memory-hook wiring that satisfy internal ai-skills plugin conventions for G7 spawn payload structures.

What's the best way to create spec-compliant frontmatter for agent skills?

The best way to create spec-compliant frontmatter is through automated scaffolding that applies agentskills.io specification requirements and internal plugin conventions. This ensures schema validation passes without manual formatting errors when developing new workflow, knowledge, or companion skills.

Why does manually creating new plugin skills fail the mandatory audit?

Manual skill creation often fails mandatory audits due to missing or non-compliant frontmatter, absent eval test-case stubs, and incomplete memory-hook wiring. Automated scaffolding eliminates this friction by enforcing agentskills.io specification compliance and internal ai-skills plugin conventions uniformly.