new-skill

Scaffolds a new skill directory with correct structure, frontmatter, naming, plugin symlink, and validation.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/briansunter/kungfu --skill new-skill-briansunter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/briansunter/kungfu/tree/main/.claude/skills/new-skill
Command: npx skills add https://github.com/briansunter/kungfu --skill new-skill-briansunter

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of new skills within the kungfu repository, ensuring correct directory structure, naming conventions, and validation setup.

Core Features & Use Cases

  • Scaffolding: Generates the necessary files and directories for a new skill.
  • Validation Integration: Ensures the new skill passes automated checks.
  • Readme Update: Automatically updates the main README with the new skill.
  • Use Case: When you need to add a new capability to your AI agent, use this skill to quickly and correctly set up its foundational structure.

Quick Start

Use the new-skill skill to create a skill named 'my-awesome-skill' with a description 'This skill does amazing things'.

Frequently Asked Questions about new-skill

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

FAQPage Schema
How do I scaffold a new skill directory with the correct structure?

To scaffold a new skill directory, use this skill to automatically generate the required files, directories, and frontmatter. It ensures your new skill unit follows the correct naming conventions and structural setup for immediate integration.

What is the best way to generate a modular skill with frontmatter and validation?

Generating a modular skill with frontmatter and validation is best handled by scaffolding tools that enforce conventions. This skill initializes your new skill unit, applies frontmatter, and integrates validation checks for discoverability.

Do I need to manually update the repository README when adding a new skill?

You do not need to manually update the README when adding a new skill. This scaffolding process automatically updates the main repository README, ensuring your newly generated skill is documented and discoverable.

Can I use code generation to set up a plugin symlink for a new skill?

Yes, you can use code generation to set up a plugin symlink for a new skill. This scaffolding skill creates the necessary plugin symlinks automatically, linking your new skill unit correctly within the modular marketplace.

Why does my newly created skill fail repository validation checks?

Newly created skills often fail repository validation checks due to incorrect directory structure or missing frontmatter. Using a scaffolding tool ensures these conventions are met, allowing the new skill to pass automated checks.

When do I need to scaffold a skill unit within a modular marketplace?

You need to scaffold a skill unit within a modular marketplace when adding a new capability to your AI agent. It establishes the foundational directory structure and validation setup required for maintainability.