add-skill

Add craft-aligned skills to agents via /add-skill workflows.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/antoinersw/pbi-versioning --skill add-skill-antoinersw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-skill
Source: https://github.com/antoinersw/pbi-versioning/tree/main/.claude/skills/add-skill
Command: npx skills add https://github.com/antoinersw/pbi-versioning --skill add-skill-antoinersw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables teams to extend agents with craft-aligned skills, ensuring consistent behavior and growth.

Core Features & Use Cases

  • Adds craft-aligned skills to agents via a centralized workflow that validates, documents, and archives skill definitions.
  • Supports discovery, activation, and scoped skill application, including optional scope paths.
  • Provides a reusable process for skill generation, validation, and storage in the .clean-claude/skills repository.

Quick Start

Run /add-skill architect DDD to add a craft-aligned skill to an agent.

Frequently Asked Questions about add-skill

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

FAQPage Schema
How do I add a skill to an agent?

To add a skill to an agent, run the /add-skill command followed by the skill name and scope, such as /add-skill architect DDD. This activates the workflow to validate, document, and archive the skill definition in the central repository.

What is a craft-aligned skill for agents?

Craft-aligned skills are validated capability extensions for agents that ensure consistent behavior and growth. They are generated, validated, and stored in a central skill repository to maintain architectural and documentation standards across teams.

How do I list available skills for an agent?

You can list available skills for an agent by running the --list workflow during a conversation. This supports skill discovery and scoped application by showing existing skill definitions stored in the repository.

Does adding a skill require a specific repository structure?

Yes, adding a skill requires the .clean-claude/skills repository for storage. The workflow enforces craft validation and generates skill documentation directly within this centralized repository structure.

Can I scope a skill to a specific path when adding it to an agent?

Yes, you can apply scoped skill application by specifying optional scope paths during the /add-skill workflow. This ensures the added skill activates only within the defined conversational or architectural boundaries.

What is the best way to validate and document agent skills?

The best way to validate and document agent skills is using the centralized /add-skill workflow. It enforces craft validation and automatically generates skill documentation before storing the results in the central skill repository.