write-a-skill

Create standardized agent skills with SKILL.md templates and review checklists.

25|5|Updated Apr 22, 2017
One-click install
npx skills add https://github.com/assofohdz/subspace-infinity --skill write-a-skill-assofohdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-a-skill
Source: https://github.com/assofohdz/subspace-infinity/tree/main/.agents/skills/write-a-skill
Command: npx skills add https://github.com/assofohdz/subspace-infinity --skill write-a-skill-assofohdz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating custom agent skills often results in inconsistent structure, poor discoverability, and missing best practices for progressive disclosure and resource bundling, making skills hard to maintain and use effectively.

Core Features & Use Cases

  • Standardized Creation Process: Guides users through requirement gathering, drafting, and review to ensure skills meet all validity requirements.
  • Built-in Templates & Checklists: Provides ready-to-use SKILL.md templates, description formatting guidelines, and review checklists to avoid common mistakes.
  • Resource Bundling Guidance: Includes rules for when to add executable utility scripts, split content into separate reference files, or organize assets to optimize token usage and performance.
  • Use Case Example: If you want to build a skill that automates GitHub pull request reviews, this skill helps you structure the SKILL.md with clear trigger terms, add a validation script for PR label compliance, and split detailed review criteria into a separate reference file.

Quick Start

Use the write-a-skill skill to create a new skill that automates formatting your team's Markdown documentation to match your brand style guide.

Frequently Asked Questions about write-a-skill

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

FAQPage Schema
How do I structure reusable agent skills for task automation?

To structure reusable agent skills, use a standardized creation process that enforces mandatory SKILL.md frontmatter, optional script directories, and optimized description formatting for reliable agent discovery.

What is progressive disclosure in AI workflow development?

Progressive disclosure in AI workflow development is a technique that splits detailed criteria into separate reference files and bundles executable utility scripts to optimize token usage and performance.

How to create a SKILL.md file that meets agent discovery requirements?

Create a SKILL.md file by applying built-in templates, formatting guidelines, and review checklists to ensure valid frontmatter and clear trigger terms that meet agent discovery requirements.

When should I add executable utility scripts to an agent skill?

Add executable utility scripts to an agent skill when you need to enforce specific validation rules, such as checking pull request label compliance, following resource bundling guidance to optimize performance.

Why do custom agent skills have poor discoverability and fail to work correctly?

Custom agent skills have poor discoverability due to inconsistent structure and missing best practices, which makes them hard to maintain and prevents agents from effectively triggering the correct workflow.

Can I use this skill to build a GitHub pull request review automation?

Yes, you can build a GitHub pull request review automation by structuring the SKILL.md with trigger terms, adding a validation script for label compliance, and splitting detailed review criteria into reference files.