new-skill

Creates scaffolding for a new Claude Code skill with automated checks.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/julianjab/ia-tools --skill new-skill-julianjab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/julianjab/ia-tools/tree/main/plugins/scaffold/skills/new-skill
Command: npx skills add https://github.com/julianjab/ia-tools --skill new-skill-julianjab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines creating a new Claude Code skill by delegating design to a dedicated subagent, scaffolding the required directory structure, and ensuring an audit-ready SKILL.md.

Core Features & Use Cases

  • Delegates initial design to a skill-author subagent and validates outputs with /audit-skill.
  • Creates the skills/<name>/ directory and prepares scaffolding for a new command/subcommand skill.
  • Automates integration with existing tooling and reduces setup time for new skills.

Quick Start

Run /new-skill <name> to scaffold a new Claude Code skill.

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 Claude Code skill from scratch?

The scaffolding process validates your destination directory, collects parameters, delegates design to a skill-author subagent, creates the directory, and runs a post-generation audit to ensure the result is ready.

What is the best way to automate boilerplate creation for Claude Code skills?

This approach reduces manual setup time by automating parameter collection, directory validation, and post-generation auditing to ensure your new command or subcommand skill is audit-ready.

Do I need any dependencies installed to create a Claude Code skill?

The toolchain handles parameter collection and validation natively without external dependencies, ensuring a clean setup for your new slash-command skill.

Can I use this scaffolding tool for existing development workflows?

It creates the skills directory and prepares the necessary scaffolding while ensuring compatibility with your existing Claude Code development tools and processes.

Why does my newly created Claude Code skill need an audit?

The post-generation auditing step validates the output directory and scaffolding to catch any structural or design issues early in the development process.