writing-skills

Standardize agent skill creation with decision trees, templates, and authoring standards.

2.1k|471|Updated Jul 18, 2013
One-click install
npx skills add https://github.com/MCCTeam/Minecraft-Console-Client --skill writing-skills-mccteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/MCCTeam/Minecraft-Console-Client/tree/main/.skills/writing-skills
Command: npx skills add https://github.com/MCCTeam/Minecraft-Console-Client --skill writing-skills-mccteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps authors and teams reliably create, improve, and standardize agent skills so agents can discover and follow them consistently. It addresses mismatched metadata, weak discovery triggers, overlooked anti-rationalization, and missing tests that cause agents to ignore or bypass skills.

Core Features & Use Cases

  • Decision Tree Dispatcher: Guides you to Tier 1, Tier 2, or Tier 3 architectures based on complexity.
  • Ready Templates: Technique, Reference, Discipline, Pattern, and Platform templates for fast, consistent authoring.
  • Standards & CSO: Naming, YAML frontmatter, and discovery-optimized description guidance to make skills findable.
  • Anti-Rationalization & Testing: Concrete rules, red flags, rationalization tables, and RED-GREEN-REFACTOR testing checklists to enforce compliance.
  • Use Cases: Create a new skill from scratch, modularize a sprawling SKILL.md, fix skills agents ignore, or verify metadata and tests before deployment.

Quick Start

Use the writing-skills skill to select the correct tier and template, produce a matching SKILL.md frontmatter and decision-tree overview, and apply the CSO and testing checklist.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I standardize agent skill creation to ensure reliable discovery and execution?

To standardize agent skill creation, use decision trees, ready templates, and authoring standards that enforce consistent SKILL.md frontmatter, discovery triggers, and anti-rationalization discipline across all deployed skills.

What is the best way to structure a sprawling SKILL.md file for better agent compliance?

The best way to structure a sprawling SKILL.md is to modularize it using a decision tree dispatcher to select Tier 1-3 architectures, then apply technique, reference, pattern, or platform templates for scalable progressive disclosure.

Why does my agent ignore custom skills despite having correct metadata?

Agents ignore custom skills due to weak discovery triggers, overlooked anti-rationalization controls, or missing tests. Fix this by applying discovery-optimized description guidance and enforcing RED-GREEN-REFACTOR testing checklists.

How do I choose the right architecture tier when authoring a new agent skill?

Choose the right architecture tier by using a decision tree dispatcher that evaluates skill complexity and guides you to Tier 1, Tier 2, or Tier 3 architectures for appropriate technique, reference, and platform implementations.

What testing checklists are needed to verify metadata and enforce anti-rationalization in skills?

To verify metadata and enforce anti-rationalization, apply CSO checklists, review rationalization red flag tables, and execute RED-GREEN-REFACTOR testing checklists before deployment to ensure strict agent compliance.

Can I use writing-skills to fix broken discovery triggers for existing agent skills?

Yes, you can fix broken discovery triggers for existing agent skills by validating naming conventions, optimizing YAML frontmatter descriptions, and applying discovery-optimized standards to ensure agents find and follow the skills consistently.