{name}

Generate a project-specific skill scaffold with skill.md and expertise.yaml.

11|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/brolag/neural-claude-code --skill name-brolag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {name}
Source: https://github.com/brolag/neural-claude-code/tree/main/commands/meta
Command: npx skills add https://github.com/brolag/neural-claude-code --skill name-brolag

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to rapidly prototype and standardize new Claude Skills by guiding users through parsing input, creating a ready-to-use skill directory, and ensuring consistent metadata.

Core Features & Use Cases

  • Ability to generate a new skill scaffold with the main skill.md and an initial expertise.yaml.
  • Overwrite checks and directory setup to avoid accidental data loss.
  • Auto-discovery-ready metadata and examples to accelerate integration.

Quick Start

Provide a name and purpose to generate a ready-to-use skill scaffold with skill.md and expertise.yaml.

Frequently Asked Questions about {name}

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

FAQPage Schema
How do I generate a Claude skill scaffold automatically?

To generate a Claude skill scaffold, provide a name and purpose to automatically create a standardized directory with skill.md and expertise.yaml, ready for autodiscovery.

What is the best way to standardize metadata for new Claude skills?

Standardizing metadata for new Claude skills is achieved by generating a scaffold with expertise.yaml and auto-discovery-ready examples, ensuring consistent metadata across teams.

Can I overwrite an existing skill directory when generating a new skill?

Yes, the skill generation process includes overwrite checks and directory setup to validate overwrite conditions, preventing accidental data loss when creating a new skill scaffold.

How does autodiscovery work for newly created Claude skills?

Autodiscovery for newly created Claude skills works by setting up a proper directory structure with auto-discovery-ready metadata and examples to accelerate integration.

Do I need to manually create skill.md and expertise.yaml files for automation?

No, you do not need to manually create skill.md and expertise.yaml files; the automation parses your input and generates these files automatically within a standardized directory.