skill-creator
Meta-skill for creating new DLM diagnostic skills. Use this skill when you need to author a new troubleshooting guide (SKILL.md + reference files) that follows the project's conventions. Produces a complete skill directory structure that can be dropped into .github/skills/ and .claude/skills/. Published by microsoft in purview-dlm-mcp.
What is skill-creator?
Meta-skill for creating new DLM diagnostic skills. Use this skill when you need to author a new troubleshooting guide (SKILL.md + reference files) that follows the project's conventions. Produces a complete skill directory structure that can be dropped into .github/skills/ and .claude/skills/. Published by microsoft in purview-dlm-mcp. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use skill-creator
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/purview-dlm-mcp
- Skill file: .claude/skills/skill-creator/SKILL.md
What it does
Meta-skill for creating new DLM diagnostic skills. Use this skill when you need to author a new troubleshooting guide (SKILL.md + reference files) that follows the project's conventions. Produces a complete skill directory structure that can be dropped into .github/skills/ and .claude/skills/.
Skill instructions
Skill Creator Create new diagnostic skills for the DLM Diagnostics MCP server. Each skill is a self-contained directory with a SKILL.md and supporting reference files. Prerequisites - Familiarity with the existing skill structure (see .github/skills/dlm-diagnostics/ as the canonical example). - Knowledge of the PowerShell cmdlet allowlist in src/powershell/allowlist.ts. - Understanding of the project's read-only safety model. Safety Rules 1. Only reference read-only cmdlets — allowed verb prefixes: Get-, Test-, Export-. 2. Never include mutating commands in diagnostic steps — Set-, New-, Remove-, Enable-, Start-, Invoke- must only appear in the "Recommended Actions" output section, clearly marked as manual-review-only. 3. All cmdlets used in the skill must exist in src/powershell/allowlist.ts — if a new Get- cmdlet is needed, add it to the allowlist as a separate change. 4. No credentials or secrets — never embed tokens, passwords, or connection strings in skill files. SKILL.md Templat
Explore related resources
Frequently asked questions
What is skill-creator?
skill-creator is a open-source AI agent skill with Copy skill directory. Meta-skill for creating new DLM diagnostic skills. Use this skill when you need to author a new troubleshooting guide (SKILL.md + reference files) that follows the project's conventions.
Who is skill-creator best for?
skill-creator is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install skill-creator?
Install or run skill-creator using Copy skill directory. Check skill-creator for the latest setup command.
Is skill-creator actively maintained?
skill-creator may need a closer maintenance check before production use.
Auto-fetched from GitHub.