create-agent-skill

Generate agent skill directories and template SKILL.md files.

Updated Jun 18, 2017
One-click install
npx skills add https://github.com/wwsun/wwsun.github.io --skill create-agent-skill-wwsun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skill
Source: https://github.com/wwsun/wwsun.github.io/tree/main/.agent/skills/create-agent-skill
Command: npx skills add https://github.com/wwsun/wwsun.github.io --skill create-agent-skill-wwsun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating new agent skills, ensuring consistency and providing a clear starting point for development.

Core Features & Use Cases

  • Guided Skill Creation: Walks users through the essential steps of setting up a new skill.
  • Automated File Generation: Creates the necessary directory structure and the SKILL.md file with a predefined template.
  • Use Case: A developer needs to quickly add a new capability to their agent, such as a "weather lookup" skill. This tool helps them create the basic structure for that skill in seconds.

Quick Start

Use the create-agent-skill to make a new skill called 'image-generator'.

Frequently Asked Questions about create-agent-skill

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

FAQPage Schema
How do I automate agent skill creation for new functionalities?

Automate agent skill creation by generating the required directory structure and a template SKILL.md file. This provides a structured starting point for developing new agent capabilities and ensures consistency across projects.

What is the correct naming convention to use when scaffolding a new agent skill?

When scaffolding a new agent skill, you must use kebab-case for the naming convention. This standardizes directory names and ensures compatibility with the automated file generation process.

How do I generate the SKILL.md template for a new agent capability?

Generate the SKILL.md template by running the skill creation process, which automatically outputs a predefined structured file. This template includes sections for skill descriptions and instructions to guide development.

Can I use this automated scaffolding tool to onboard new developers?

Yes, automated scaffolding is applicable for onboarding new developers. It walks users through essential setup steps and generates a standardized starting structure, reducing initial configuration overhead.

Does the skill creation process require any external dependencies?

No, the skill creation process requires no external dependencies. It independently generates the necessary directories and the template SKILL.md file without needing additional components.

What is the best way to add a weather lookup capability to my agent?

The best way to add capabilities like a weather lookup is using guided skill creation to instantly generate the basic directory structure and template files. This allows you to quickly start writing the specific logic.