create-skill

Guide users through creating Claude Code Skills with SKILL.md files.

2|Updated Aug 6, 2025
One-click install
npx skills add https://github.com/jclfocused/claude-agents --skill create-skill-jclfocused
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/jclfocused/claude-agents/tree/main/skills/create-skill
Command: npx skills add https://github.com/jclfocused/claude-agents --skill create-skill-jclfocused

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new Claude Code Skills, enabling users to define reusable functionalities for Claude.

Core Features & Use Cases

  • Skill Creation: Guides users through defining a new skill's purpose, triggers, and structure.
  • Documentation Fetching: Emphasizes fetching the latest documentation to ensure adherence to best practices.
  • Contextual Awareness: Leverages conversation context to infer skill purpose and arguments when not explicitly provided.
  • Use Case: A team lead wants to create a new skill for Claude to automatically summarize meeting transcripts. They can use this skill to initiate the creation process, defining the skill's name, description, and how it should be triggered.

Quick Start

Use the create skill command to build a new skill for summarizing meeting notes.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I build new Claude Code skills for developer automation workflows?

To build new Claude Code skills, you define the skill's purpose, triggers, and structure. This process guides you through creating the skill directory and SKILL.md file while fetching the latest documentation to ensure best practices.

What is the process for defining reusable Claude Code functionalities?

Defining reusable Claude Code functionalities involves understanding user needs, asking clarifying questions, and establishing the skill directory structure. The process leverages conversation context to infer the skill purpose and arguments when not explicitly provided.

Do I need to manually specify triggers when I create a Claude Code skill?

You do not always need to manually specify triggers when you create a Claude Code skill. The creation process leverages conversation context to infer skill purpose and arguments, but it will ask clarifying questions to ensure the triggers are correctly defined.

How do I start creating a skill to automate tasks like summarizing meeting notes?

To start creating a skill for summarizing meeting notes, initiate the skill creation process. It will guide you through defining the skill's name, description, and how it should be triggered, ensuring it adheres to the latest Claude documentation.

Can I use conversation context to generate skill definitions for Claude Code?

You can use conversation context to generate skill definitions for Claude Code. The creation process emphasizes leveraging contextual awareness to infer the skill purpose and arguments when they are not explicitly provided by the user.