agent-skill-md-writer

Standardize SKILL.md playbooks with YAML frontmatter and non-interactive safety guidance.

3|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill agent-skill-md-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skill-md-writer
Source: https://github.com/Cogni-AI-OU/cogni-ai-agent-skills/tree/main/agent-skill-md-writer
Command: npx skills add https://github.com/Cogni-AI-OU/cogni-ai-agent-skills --skill agent-skill-md-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It standardizes how you write and refine portable SKILL.md files so agent skills are discoverable, consistent, and safe to execute without getting stuck or mis-triggered.

Core Features & Use Cases

  • Skill Authoring Workflow: Produces SKILL.md content that follows the repository’s required structure and tone for coding agents.
  • Activation Quality Control: Improves YAML frontmatter name/keyword-dense description to reduce false positives and missed activations.
  • Non-interactive Safety Guardrails: Ensures the workflow avoids interactive prompts and autonomous execution hangs.
  • Context Budget Management: Encourages moving large details into references/ to keep SKILL.md concise.

Quick Start

Load the agent-skill-md-writer skill, then rewrite your SKILL.md to match the required sections, enforce precise activation wording in the YAML description, and ensure the body contains only non-interactive operational instructions.

Frequently Asked Questions about agent-skill-md-writer

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

FAQPage Schema
How do I write a SKILL.md playbook for coding agents?

To write a SKILL.md playbook, standardize the file structure by enforcing mandatory YAML frontmatter fields, concise operational instructions, and specific activation triggers. This ensures agent skills are discoverable and reliably activated without getting stuck.

What is YAML frontmatter used for in agent skill authoring?

YAML frontmatter provides activation quality control in agent skill authoring by defining the skill name and a keyword-dense description. This metadata reduces false positives and missed activations when coding agents evaluate whether to trigger the workflow.

How do I prevent coding agents from hanging during non-interactive workflows?

To prevent coding agents from hanging during non-interactive workflows, apply safety-focused guardrails that avoid interactive prompts and autonomous execution loops. The SKILL.md body must contain only strict non-interactive operational instructions.

Does agent skill authoring work with large reference files?

Yes, agent skill authoring works with large reference files by encouraging context budget management. You move extensive details into a dedicated references directory to keep the SKILL.md file concise and prevent context bloat during execution.

What's the best way to structure a portable agent skill?

The best way to structure a portable agent skill is to follow a specific repository directory and formatting convention, separating concise instructions from large references. This discipline maintains consistency and safety across different coding agent environments.

Why does my agent skill fail to activate on relevant keywords?

Agent skills fail to activate when the YAML frontmatter description lacks sufficient keyword density or precise activation wording. Refining the name and description fields ensures the agent correctly identifies and triggers the workflow for relevant tasks.