skill-writer

Guide creation and validation of custom Agent Skills for Claude Code.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill skill-writer-simoabid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/simoabid/ABID.Dev-Portfolio/tree/main/.agent/skills/skill-writer
Command: npx skills add https://github.com/simoabid/ABID.Dev-Portfolio --skill skill-writer-simoabid

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Skill Structure Guidance: Provides a step-by-step process for creating Skill directories and files.
  • Frontmatter Assistance: Helps define the mandatory name and description fields, crucial for Skill discovery.
  • Content Organization: Offers a template for structuring the SKILL.md content for clarity and usability.
  • Use Case: You have a repetitive task you want Claude to handle, like summarizing meeting notes. Use this Skill to guide you through creating a new Skill that Claude can use for this purpose.

Quick Start

Use the skill-writer to create a new skill for summarizing meeting notes.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I create custom Agent Skills for Claude Code?

To create custom Agent Skills for Claude Code, you define the skill scope, structure directories and files, and write the SKILL.md frontmatter and content. This guided process ensures validation and adherence to best practices for skill authoring.

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

A SKILL.md file requires mandatory frontmatter fields, specifically name and description, which are crucial for skill discovery. The content body should follow a structured template to ensure clarity and usability for the agent.

Can I use skill-writer to automate repetitive tasks like summarizing meeting notes?

Yes, you can use skill-writer to guide you through creating a new custom Skill designed to handle repetitive tasks such as summarizing meeting notes. It helps define the specific scope and structure needed for your use case.

Do I need any dependencies to author Agent Skills?

Authoring Agent Skills does not require external dependencies. The process focuses on defining skill scope, structuring directories, and writing the SKILL.md file using standard text formats and best practices.

What is the best way to validate custom Claude Code Skills?

The best way to validate custom Claude Code Skills is to follow the provided step-by-step guidance for skill authoring and troubleshooting. This ensures the directory structure and frontmatter are correctly formatted for discovery.