create-agent-skills

Generate Claude Code Skills from natural language descriptions.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-agent-skills-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-agent-skills-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating Claude Code Skills by allowing users to describe their desired functionality in natural language, automating the generation of structured skill files.

Core Features & Use Cases

  • Natural Language Skill Creation: Users can describe their skill's purpose and functionality in plain language.
  • Automated Skill Generation: The Skill generates the necessary YAML frontmatter and Markdown content based on the user's description.
  • Use Case: A user could say "I want a skill that creates astrological natal charts from birth data," and the Skill would generate the necessary files and commands to achieve this.

Quick Start

Create a new skill for generating natal charts by describing what you want, like "I want to generate astrological natal charts from birth data."

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I create Claude Code skills from natural language descriptions?

You can create Claude Code skills by describing your desired functionality in plain language, which automates the generation of structured skill files including YAML frontmatter and Markdown content.

What is the best way to automate skill creation for domain-specific workflows?

Automating skill creation for domain-specific workflows is best handled by providing a natural language description of your purpose, allowing the system to generate the necessary files and commands automatically.

Do I need to understand YAML frontmatter and XML structure to generate skill files?

Understanding YAML frontmatter and XML structure is required for skill authoring, as the automated generation process applies these specific formats to manage reference files and progressive disclosure.

Can I use natural language to generate API integration skills for Claude Code?

Yes, you can use natural language to generate API integration skills for Claude Code by describing your desired API workflows, which the system translates into structured skill files.

How does natural language skill generation handle progressive disclosure and reference file management?

Natural language skill generation handles progressive disclosure and reference file management by translating your plain language descriptions into structured YAML frontmatter and Markdown content.

Are there limitations when using natural language to author complex Claude Code skills?

When using natural language to author complex Claude Code skills, limitations may arise if the description lacks the specificity needed to accurately map domain-specific workflows to the required XML structure and YAML frontmatter.