skill-creation

Formalize new agent skills with draft-then-approve SKILL.md workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vassovass/scl-v3 --skill skill-creation-vassovass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creation
Source: https://github.com/vassovass/scl-v3/tree/main/.claude/skills/skill-creation
Command: npx skills add https://github.com/vassovass/scl-v3 --skill skill-creation-vassovass

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to design and formalize new agent skills for the project, providing a repeatable pattern for governance and documentation.

Core Features & Use Cases

  • Establishes a standardized workflow for creating, drafting, approving, and activating skills.
  • Encourages documentation and cross-reference to existing SKILLs to promote consistency.
  • Helps teams onboard and scale AI capabilities by formalizing skill metadata and templates.

Quick Start

  1. Create a new skill folder under .agent/skills/your-skill/ with a draft SKILL.draft.md.
  2. Write a clear SKILL.md frontmatter and body, then notify the reviewer for approval.
  3. Rename SKILL.draft.md to SKILL.md to activate the skill.

Frequently Asked Questions about skill-creation

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

FAQPage Schema
How do I create a standardized workflow for designing new agent skills?

Create a standardized workflow by establishing a draft-then-approve process with SKILL.md formatting and activation rules. Start by creating a skill folder under .agent/skills/ with SKILL.draft.md, document clearly with frontmatter, submit for review, then rename to SKILL.md to activate.

What is the SKILL.md format and why does it matter for agent governance?

SKILL.md is the standard documentation format that formalizes agent skill metadata and design patterns. It ensures consistency across skills, enables cross-reference between capabilities, and establishes repeatable governance for teams scaling AI capabilities.

Can I use this skill to coordinate capabilities across multiple agent skills?

Yes, the skill-creation workflow supports cross-skill coordination by encouraging documentation and cross-reference to existing skills. This promotes consistency and helps teams scale AI capabilities through standardized design patterns and formalized metadata.

How do I activate a new agent skill once it's been drafted and approved?

Activate a skill by renaming SKILL.draft.md to SKILL.md after approval. This completes the draft-then-approve workflow and makes the skill available within the agent system following the established governance pattern.

What should I include in skill documentation to ensure team alignment?

Include clear SKILL.md frontmatter, core functionality description, and cross-references to related existing skills. Proper documentation promotes consistency, aids team onboarding, and enables scaling of AI capabilities through repeatable governance patterns.