skill-writer

Guide creation and validation of Agent Skills for Claude Code.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/B4san/Calix-Pass --skill skill-writer-b4san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writer
Source: https://github.com/B4san/Calix-Pass/tree/main/.gemini/skills/skill-writer
Command: npx skills add https://github.com/B4san/Calix-Pass --skill skill-writer-b4san

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating and validating Agent Skills for Claude Code, ensuring adherence to best practices and technical requirements.

Core Features & Use Cases

  • Skill Creation Guidance: Provides step-by-step instructions for structuring new Skills.
  • Frontmatter Validation: Helps define and validate SKILL.md's name and description fields.
  • Use Case: You need to build a new Skill to help users manage their GitHub repositories. Use this Skill to guide you through creating the SKILL.md file, defining its scope, and structuring the content.

Quick Start

Use the skill-writer to help you create a new Skill for analyzing code quality.

Frequently Asked Questions about skill-writer

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

FAQPage Schema
How do I create an Agent Skill for Claude Code?

To create a Claude Skill, structure a `SKILL.md` file with defined `name` and `description` frontmatter, establish the skill scope, and organize supporting scripts or references to meet content quality and testing requirements.

What is a SKILL.md file and how does it work?

A `SKILL.md` file defines an Agent Skill for Claude Code by providing frontmatter like `name` and `description` for discoverability, alongside content that structures the skill's scope and functional logic.

How do I validate frontmatter for a Claude Agent Skill?

You validate frontmatter by ensuring the `name` and `description` fields in your `SKILL.md` adhere to specific naming conventions and content quality requirements for optimal agent functionality and discoverability.

Does skill creation for Claude Code require supporting files?

Yes, organizing supporting files like scripts and references alongside your `SKILL.md` is required to validate the Agent Skill, ensure proper testing, and maintain structured content quality for agent development.

What are the naming conventions for Agent Skills?

Naming conventions for Agent Skills require adhering to specific structural rules within the `SKILL.md` frontmatter to ensure the skill is discoverable and functions correctly within Claude Code.

Why is my Claude Skill not showing up in searches?

Your Claude Skill may not be discoverable if its `SKILL.md` frontmatter fails to meet naming conventions, or if the description lacks the quality and structure required for validation and testing.