One-click install
npx skills add https://github.com/spontus-reach/spontus --skill write-a-skill-spontus-reach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-a-skill
Source: https://github.com/spontus-reach/spontus/tree/main/.agents/skills/write-a-skill
Command: npx skills add https://github.com/spontus-reach/spontus --skill write-a-skill-spontus-reach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create new agent skills with consistent structure, clear progressive disclosure, and reusable bundled resources instead of ad-hoc markdown.

Core Features & Use Cases

  • Requirements gathering: Clarifies the domain, target use cases, whether scripts are needed, and which reference materials to include.
  • Structured skill drafting: Produces a ready-to-paste SKILL.md plus optional supporting files when content is large or more detailed documentation is helpful.
  • Review-driven refinement: Presents the draft back to the user and prompts for missing details, ambiguity, and level-of-detail adjustments.

Quick Start

Tell the agent what the new skill should do, including the domain, the specific use cases, and whether deterministic scripts and reference materials are required.

Frequently Asked Questions about write-a-skill

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

FAQPage Schema
How do I create an agent skill with YAML frontmatter and a proper directory structure?

To create an agent skill, generate a compliant SKILL.md entry point with valid YAML frontmatter and organize instructions into a predictable folder structure with optional reference files and deterministic scripts.

What is progressive disclosure in agent skill authoring?

Progressive disclosure in agent skill authoring structures documentation so the SKILL.md entry point provides core instructions, while optional supporting reference files contain detailed documentation to avoid overwhelming the agent.

How do I package deterministic scripts and reference materials into a new agent capability?

Package deterministic scripts and reference materials by placing them in a structured skill directory alongside the SKILL.md entry point, ensuring bundled resources support reliable onboarding and execution.

Do I need prior agent framework experience to write and package a new skill?

No prior agent framework experience is strictly required to write a skill, but you must clarify the target domain, specific use cases, and whether deterministic scripts are needed during the requirements gathering phase.

What's the best way to ensure my SKILL.md description includes triggers for agent discovery?

The best way to ensure discovery triggers is to include concrete, domain-specific use case descriptions in the YAML frontmatter and SKILL.md content so the agent framework can accurately match the skill to relevant tasks.

Why use a structured skill directory instead of ad-hoc markdown for agent capabilities?

A structured skill directory replaces ad-hoc markdown by enforcing consistent folders, YAML frontmatter validation, and progressive disclosure, which produces reusable bundled resources and reliable onboarding.