writing-skills

Create and validate SKILL.md-based agent skills with structured frontmatter.

Updated Jun 30, 2026
One-click install
npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill writing-skills-jiangaustin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-skills
Source: https://github.com/JiangAustin/Money_Never_Sleep/tree/main/.claude/skills/writing-skills
Command: npx skills add https://github.com/JiangAustin/Money_Never_Sleep --skill writing-skills-jiangaustin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires graphviz.

What problem does it solve?

This Skill helps create, edit, and validate reusable AI skills so future agents can reliably discover the right guidance and follow it under pressure.

Core Features & Use Cases

  • Skill design for reusable workflows, clear metadata, and discoverable naming.
  • Documentation structure for progressive disclosure, references, scripts, and examples.
  • Testing and hardening skills with baseline scenarios, pressure cases, and rationalization blocking.
  • Use it when building a new skill, updating SKILL.md, or checking whether an existing skill is ready to ship.

Quick Start

Ask the skill to help you draft or validate a skill for a specific workflow and have it produce the SKILL.md content plus any needed supporting files.

Frequently Asked Questions about writing-skills

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

FAQPage Schema
How do I create and validate reusable agent skills from markdown?

To create and validate agent skills, you structure reusable workflows using frontmatter and instructional markdown. This process ensures future agents can reliably discover guidance and follow instructions under pressure by satisfying discovery, documentation, and deployment requirements.

What is progressive disclosure in skill documentation?

Progressive disclosure in skill documentation is a structure that organizes references, scripts, and examples so agents can process instructions efficiently. It allows skills to present baseline guidance first, preventing cognitive overload when agents execute complex workflows.

How do I test and harden AI skills against pressure cases?

You test and harden AI skills by applying baseline scenarios, pressure cases, and rationalization blocking to the instructional markdown. This validation step ensures the skill holds up under pressure and prevents agents from deviating from the intended workflow.

Do I need Graphviz to build and edit SKILL.md directories?

Graphviz is required as a dependency to build and edit SKILL.md directories. You need it installed in your environment to fully utilize the skill creation, hardening, and validation features for your reusable agent workflows.

What's the best way to structure metadata for discoverable AI skills?

The best way to structure metadata for discoverable AI skills is to use clear frontmatter with rationalized naming conventions. This ensures agents can accurately discover the right guidance and follow it when deploying skill directories.

Why are my agent skills failing to follow instructions under pressure?

Agent skills fail under pressure when they lack proper hardening through baseline scenarios and rationalization blocking. You must validate the SKILL.md instructional markdown and supporting files to ensure robust execution and prevent deviation.