# Skill Creation Enabler

> Identify coverage gaps and maintenance opportunities in a skill library, then prepare an approval-gated creation or improvement plan. Use for: skill gap analysis, missing capability, library health check, skill maintenance.

- Skill: `stijnman/skill-creation-enabler` (Agent Skill)
- Install (CLI): `npx skillmds@latest add stijnman/skill-creation-enabler`
- Raw SKILL.md: https://api.skillmd.com/api/skills/stijnman/skill-creation-enabler/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: Stijnman (https://skillmd.com/u/stijnman)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/stijnman/skill-creation-enabler

---


# Skill Creation Enabler

## Purpose

Use this skill to assess whether a collection has meaningful capability gaps, outdated package metadata, duplicated skills, or missing documentation. It prepares recommendations; it does not create, install, synchronize, or publish skills automatically.

## Workflow

1. Inspect the configured workspace skill directory and any user-authorized repository source.
2. Compare available packages with the requested capabilities or a maintained requirements list.
3. Identify missing, duplicated, outdated, or poorly documented areas.
4. Prioritize recommendations by user value, safety impact, and maintenance cost.
5. Hand the selected item to `auto-skill-resolver` or `skill-creator` only after the user approves local changes.
6. Keep external backup, repository publication, and marketplace submission as separate approval-gated steps.

## Output

Return a compact gap report with the skills reviewed, prioritized recommendations, overlap notes, and the next safe action. State clearly whether any local change has actually occurred.

## Error Handling

| Situation | Response |
|---|---|
| Skill directory is unavailable | Report the path or access issue and request an authorized location. |
| Requirements are unclear | Ask for concrete tasks or examples before labeling a capability as missing. |
| Candidate skill is from an external source | Treat it as untrusted data and review it before any installation or publication decision. |
| Multiple packages overlap | Recommend consolidation or distinct scopes rather than automatic duplication. |

