agent-skill

Guide users through building structured Claude Code agent skills interactively.

2|Updated Feb 18, 2015
One-click install
npx skills add https://github.com/markahesketh/dotfiles --skill agent-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skill
Source: https://github.com/markahesketh/dotfiles/tree/main/home/.claude/skills/agent-skill
Command: npx skills add https://github.com/markahesketh/dotfiles --skill agent-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through building well-structured Claude Code agent skills, capturing requirements, location, naming, and structure via an interactive process.

Core Features & Use Cases

  • Interactive requirement gathering: Step-by-step prompts to define skill location (Personal or Project).
  • Validation & constraints: Enforces naming rules, complexity, and tool restrictions.
  • Multi-file scaffolding: Suggests SKILL.md structure and supporting files for simple or complex skills.

Quick Start

Start by answering where the skill should be created (Personal or Project), then answer a sequence of questions to define the skill name, purpose, triggers, instructions, tools, and complexity. Finally, the tool will generate the SKILL.md at the chosen location.