skill-writer

Guide creation of Claude Code Agent Skills with SKILL.md structure.

567|82|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/pedronauck/skills --skill skill-writer-pedronauck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/pedronauck/skills/tree/main/skills/skill-writter
Command: npx skills add https://github.com/pedronauck/skills --skill skill-writer-pedronauck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of AI agent Skills, ensuring they are well-structured, discoverable, and adhere to best practices for Claude Code.

Core Features & Use Cases

  • Skill Structure Guidance: Provides a step-by-step process for creating Skill directories and files.
  • SKILL.md Authoring: Details requirements for YAML frontmatter (name, description) and Markdown content.
  • Use Case: You want to create a new Skill to help manage GitHub pull requests. Use this Skill to guide you through defining the Skill's purpose, structure, and SKILL.md content.

Quick Start

Use the skill-writer to help you create a new skill for managing GitHub pull requests.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I create AI agent skills for Claude Code?

To create AI agent skills for Claude Code, you structure a specific directory and author a SKILL.md file containing required YAML frontmatter and organized Markdown content. This provides a step-by-step process for defining the skill's purpose and capabilities.

What is the required structure for a SKILL.md file?

The required structure for a SKILL.md file includes YAML frontmatter with specific name and description fields, followed by organized Markdown content. This formatting ensures the AI agent can properly discover and interpret the skill's capabilities.

How are agent skills discovered by Claude Code?

Agent skills are discovered by Claude Code through proper naming conventions and structured SKILL.md files. Adhering to specific directory structures and YAML frontmatter requirements ensures your skill is correctly parsed and made available to the agent.

What are the best practices for writing AI agent skills?

Best practices for writing AI agent skills involve focusing on clear content organization, defining precise purposes, and following YAML frontmatter requirements. Properly structuring your SKILL.md file ensures the agent can effectively utilize the provided instructions.

Can I use skill-writer to guide GitHub pull request management tasks?

Yes, you can use skill-writer to guide the creation of a custom skill for managing GitHub pull requests. It helps you define the specific purpose, directory structure, and SKILL.md content needed to automate your development workflow.

Do I need prior prompt engineering experience to build agent skills?

You do not need extensive prompt engineering experience to build agent skills, as the process focuses on structuring markdown content and YAML frontmatter. The skill provides step-by-step guidance for defining capabilities and organizing files.