instruction-create

Create standardized instruction units with frontmatter and README registration.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill instruction-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instruction-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/instruction-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill instruction-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the tedium and inconsistency of creating new instruction units by enforcing a standardized frontmatter, sections, and README registration.

Core Features & Use Cases

  • Standardized frontmatter with name, description, and optional fields (standard, standard-version, index, allowed-tools, argument-hint).
  • Automatic registration in repository README to improve discoverability.
  • Supports optional supplementary directories (scripts/, references/, assets/) to extend the instruction unit as needed.

Quick Start

Create a new instruction unit using the command template and fill in the required fields in SKILL.md.

Frequently Asked Questions about instruction-create

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

FAQPage Schema
How do I create standardized instruction units with yaml frontmatter?

To create instruction units with frontmatter, use a command template to generate a SKILL.md file. This enforces consistent metadata fields like name, description, standard, and index across your repository, ensuring standardized documentation structure.

What is the best way to standardize readme and documentation structure across a repository?

Standardizing documentation structure across a repository is achieved by enforcing consistent frontmatter fields and automatically registering new instruction units in the README. This maintains uniform process standards and improves discoverability.

Can I include optional scripts and references directories when generating new process standards?

Yes, you can include optional supplementary directories like scripts, references, and assets when generating new process standards. These directories extend the instruction unit as needed to support specific workflow requirements.

Do I need to manually update the repository README when adding new workflow templates?

You do not need to manually update the repository README when adding new workflow templates. The instruction creation process automatically registers the new unit in the README to improve discoverability and reduce manual tedium.

What frontmatter fields are validated when creating documentation templates?

Validated frontmatter fields for documentation templates include name, description, standard, index, and optional fields like standard-version, allowed-tools, and argument-hint. This ensures consistent metadata and documentation structure across generated files.