example-skill

Create custom Claude Code plugin skills with a SKILL.md template.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tktaf/codex --skill example-skill-tktaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/tktaf/codex/tree/main/skills/example-skill
Command: npx skills add https://github.com/tktaf/codex --skill example-skill-tktaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear template and guidance for developing new Claude Code plugin skills, simplifying the process of creating custom AI capabilities.

Core Features & Use Cases

  • Skill Structure Definition: Outlines the required and optional file structure for a skill.
  • Frontmatter Guidance: Explains essential fields like name, description, version, and license.
  • Best Practices: Offers advice on writing effective descriptions, keeping skills focused, and testing.
  • Use Case: A developer needs to create a new skill to interact with an external API. They can use this example skill as a starting point to understand the required format and best practices for their new skill.

Quick Start

Use the example-skill to understand the basic structure of a Claude Code plugin skill.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I structure a custom Claude Code plugin skill?

To structure a custom Claude Code plugin skill, you need a mandatory SKILL.md file and can include optional directories like scripts, references, and assets to organize supporting content.

What frontmatter options are required for Claude Code skill discovery?

Required frontmatter options for Claude Code skill discovery include the name, description, version, and license fields, which configure how the skill is identified and interacted with by the AI.

What's the best way to write descriptions for AI plugin skills?

The best way to write descriptions for AI plugin skills is to keep them focused and clear, following provided best practices to ensure optimal AI interaction and accurate skill discovery.

Can I use a template to develop new AI capabilities for Claude?

Yes, you can use a plugin template to develop new AI capabilities for Claude, providing a foundational structure that simplifies creating custom skills for external API interactions.

When do I need to create a SKILL.md file for code plugin development?

You need to create a SKILL.md file for code plugin development whenever you are building a new custom skill, as it is the mandatory file that defines the skill's core structure and processing logic.