my-skill-name

Generate and validate Claude skills from a standard template suite.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Freespirits/goran --skill my-skill-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-skill-name
Source: https://github.com/Freespirits/goran/tree/main/.claude/skills/skill-template
Command: npx skills add https://github.com/Freespirits/goran --skill my-skill-name

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Template provides a standardized, best-practice foundation for creating new Claude Skills, eliminating the overhead of starting from scratch. It ensures consistency and accelerates development, allowing you to focus on your skill's core logic.

Core Features & Use Cases

  • Structured Skill Development: Comes pre-configured with SKILL.md, examples.md, and reference.md files, guiding you through comprehensive documentation.
  • Modular Design: Includes optional scripts/ and templates/ directories, promoting organized and reusable code.
  • Use Case: When you need to develop a new Claude Skill, simply copy this template, fill in the details, and implement your specific automation logic, ensuring your skill is well-documented and easy to maintain.

Quick Start

  1. Copy the entire 'skill-template' directory to your desired skill location.
  2. Rename the copied directory to your new skill's name (e.g., 'my-new-skill').
  3. Edit the SKILL.md file's frontmatter and body with your skill's specific name, description, and instructions.
  4. Customize examples.md and reference.md to provide detailed usage and technical documentation.
  5. Implement your skill's core logic within the scripts/ directory and define any necessary assets/ or templates/.

Frequently Asked Questions about my-skill-name

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

FAQPage Schema
How do I create a new Claude skill with standardized documentation?

Skill templates automate creation of new Claude skills by providing pre-configured SKILL.md, examples.md, and reference.md files. Copy the template directory, rename it, edit the frontmatter with your skill's details, and implement your logic in the scripts/ directory to ensure consistent, well-documented skills.

What files and structure does a Claude skill template include?

A Claude skill template includes SKILL.md for core documentation, helper.py for utilities, reference.md for technical details, template.txt for boilerplate, examples.md for usage patterns, and optional scripts/ and assets/ directories. This structure ensures functional requirements, error handling, and RAG-indexable metadata are built in.

Can I customize a skill template for my specific automation needs?

Yes. After copying the template and renaming it, customize SKILL.md with your skill's name and description, edit examples.md and reference.md with your specific use cases, and implement automation logic in scripts/. The modular design supports reusable code and organized asset management.

What's the best way to document a new Claude skill for maintenance?

Use the template's structured approach: write comprehensive instructions in SKILL.md, provide step-by-step examples in examples.md, include technical reference in reference.md, and organize reusable code in scripts/. This ensures your skill is maintainable and easy for others to understand.

Do I need to start from scratch when building a new Claude skill?

No. A skill template eliminates starting from scratch by providing a standardized foundation with pre-configured documentation files, modular directory structure, and best-practice scaffolding. Copy, rename, customize, and implement your core logic.