skill-writer

Create modular agent skills with YAML frontmatter and structured SKILL.md templates.

2|2|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/CrypticSwarm/Swarmforge --skill skill-writer-crypticswarm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/CrypticSwarm/Swarmforge/tree/main/opencode/config/skills/skill-writer
Command: npx skills add https://github.com/CrypticSwarm/Swarmforge --skill skill-writer-crypticswarm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agent skills often lack structure, making creation, revision, and maintenance error-prone. The skill-writer provides a disciplined template and workflow to ensure consistent skill packaging, activation behavior, and governance across the agent's capabilities.

Core Features & Use Cases

  • Lean, repeatable skill scaffolds with a frontmatter and structured body.
  • Guidance for maintaining triggers, workflows, and associated resources (scripts/references/assets).
  • Real-world use case: when expanding an agent's capabilities, use this skill to standardize SKILL.md and ensure proper activation.

Quick Start

Scaffold a new skill with the provided tool and tailor SKILL.md and resources.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I structure an agent skill with YAML frontmatter and a SKILL.md file?

To structure an agent skill, you need a SKILL.md file containing YAML frontmatter with name and description fields, followed by a concise body defining workflows and triggers for proper skill activation.

What is the best way to standardize modular AI agent skill packaging?

Standardizing modular AI agent skill packaging requires using a disciplined template that enforces consistent structure across SKILL.md files, triggers, and asset directories to make creation and maintenance error-free.

How does skill-writer help maintain and revise agent capabilities?

Skill-writer maintains and revises agent capabilities by providing a guided workflow that standardizes skill design sessions, ensuring consistent activation behavior and governance across updates to triggers and associated resources.

Can I use scripts and references directories when scaffolding a new agent skill?

Yes, you can use optional scripts, references, and assets directories when scaffolding a new agent skill to support disciplined skill packaging and manage associated resources alongside the main SKILL.md file.

When do I need a structured template for creating AI agent skills?

You need a structured template for creating AI agent skills when expanding an agent's capabilities to ensure proper activation, enforce consistent structure, and prevent errors during skill design and onboarding sessions.