skillspec

Inspect skill repositories and import SKILL.md skills from local folders or public URIs.

820|59|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/modiqo/skillspec --skill skillspec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillspec
Source: https://github.com/modiqo/skillspec/tree/main/plugins/skillspec/skills/skillspec
Command: npx skills add https://github.com/modiqo/skillspec --skill skillspec

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

SkillSpec addresses the challenge of ensuring that agents follow the rules and guidelines specified in SKILL.md, providing a risk report and a way to enforce compliance with a recordable contract.

Core Features & Use Cases

  • Risk Assessment: Run one command to get a risk report on a skill.
  • Skill Contract Enforcement: Turn any skill into a contract that the agent must follow with a recordable outcome.
  • Use Case: For instance, you can use SkillSpec to ensure that a skill adheres to certain rules before it is deployed, reducing the risk of errors or misbehavior.

Quick Start

Run the SkillSpec doctor on your skill with the command: skillspec doctor ./my-skill

Frequently Asked Questions about skillspec

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

FAQPage Schema
How do I run a risk assessment on an agent skill before deployment?

To perform a risk assessment on an agent skill, execute `skillspec doctor ./my-skill` to generate a risk report. This evaluates the skill's shape and identifies potential rule violations or errors before deployment.

How can I enforce agent compliance with a SKILL.md file?

You can enforce agent compliance with a SKILL.md file by turning the skill into a recordable contract. SkillSpec compiles the reviewed skill rules into a contract that the agent must follow, yielding a recordable compliance outcome.

Can I import existing SKILL.md skills from public URIs into my workspace?

Yes, you can import existing SKILL.md skills from local folders or public URIs. SkillSpec supports importing these skills and installing compiled workspaces with visibility planning for your repository.

How do I map multi-skill repositories before importing them?

You can map multi-skill repositories before fanout import by inspecting the repository shape. SkillSpec analyzes the plugin-shaped repository structure to plan the import and compile the skills effectively.

What is the best way to inspect a skill repository for structural issues?

The best way to inspect a skill repository for structural issues is using the SkillSpec doctor command. It inspects the skill and repo shape to identify compliance risks and structural anomalies before compilation.