skill-writer

Create and validate Agent Skills with YAML frontmatter for Claude Code.

1.9k|448|Updated Mar 14, 2025
One-click install
npx skills add https://github.com/BidingCC/BuildingAI --skill skill-writer-bidingcc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/BidingCC/BuildingAI/tree/main/skills/skill-writer
Command: npx skills add https://github.com/BidingCC/BuildingAI --skill skill-writer-bidingcc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users in creating well-structured Agent Skills for Claude Code, validating SKILL.md frontmatter, and enforcing a clean Skill directory structure.

Core Features & Use Cases

  • Guides the creation and validation of SKILL.md frontmatter (name and description) and the overall Skill directory layout.
  • Provides step-by-step guidance for progressive disclosure using optional files (references, examples, scripts, assets).
  • Assists troubleshooting Skill discovery, converting prompts into Skills, and maintaining consistency across Skills.

Quick Start

Draft a new Skill with proper frontmatter and a clear, structured guide for Claude Code.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I create a Claude Code Skill with valid YAML frontmatter?

To create a Claude Code Skill, draft a SKILL.md file with properly formatted YAML frontmatter containing the required name and description fields, then structure the directory layout to enforce best practices for Skill discovery and validation.

What is progressive disclosure when building Agent Skills for Claude Code?

Progressive disclosure in Agent Skills is an approach where you provide step-by-step guidance using optional files like references, examples, scripts, and assets, allowing Claude Code to load detailed context only when needed.

Why is my Claude Code Skill not being discovered during troubleshooting?

Skill discovery issues often stem from invalid YAML frontmatter or incorrect directory structure; this Skill helps troubleshoot and validate your SKILL.md file to ensure it meets the required schema and is properly recognized.

Can I convert existing prompts into structured Agent Skills for Claude Code?

Yes, you can convert existing prompts into structured Agent Skills by applying this Skill's validation workflows to generate proper YAML frontmatter and organize the content into a clean directory layout for Claude Code.

What is the best way to maintain consistency across multiple Agent Skills?

Maintaining consistency across multiple Agent Skills requires enforcing best practices for SKILL.md frontmatter validation and directory structure, ensuring each personal or project Skill follows the same progressive disclosure patterns.