example-skill

Create new Claude Skills using a standardized template structure.

9|2|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/eighteyes/tx --skill example-skill-eighteyes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/eighteyes/tx/tree/main/.claude/skills/example-skill
Command: npx skills add https://github.com/eighteyes/tx --skill example-skill-eighteyes

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

New skill creation can be complex and inconsistent. This Skill provides a standardized, easy-to-follow template, eliminating guesswork and ensuring best practices from the start. It helps you quickly build robust, reusable AI capabilities.

Core Features & Use Cases

  • Structured Development: Guides you through organizing scripts, references, and assets for clarity and maintainability.
  • Progressive Disclosure: Teaches efficient context management, keeping SKILL.md lean and loading detailed information only when needed.
  • Reusable Components: Encourages modular design with executable scripts for deterministic tasks and templates for consistent outputs.
  • Use Case: When you need to create a new Claude Skill for a specific domain (e.g., "financial analysis" or "code generation"), use this template to ensure your skill is well-organized, efficient, and easy for Claude to use.

Quick Start

To create a new skill, copy this example-skill directory and customize its contents. Then, update the SKILL.md frontmatter with your new skill's name and description.