From dev-forge
Create, update, and audit .claude/ system configuration including agents, skills, memory, rules, hooks, and CLAUDE.md
How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-forge:claude-system-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create, update, or audit `.claude/` system configuration to ensure all components are consistent, current, and aligned with the project's codebase.
Create, update, or audit .claude/ system configuration to ensure all components are consistent, current, and aligned with the project's codebase.
.claude/agents/*.md)Frontmatter schema (all keys required):
---
name: <lowercase-hyphenated>
description: <one-line summary>
tools: [Read, Glob, Grep] or [Bash, Read, Glob, Grep]
model: sonnet
maxTurns: <8-15>
---
Content structure:
# Agent Name — title## Role — one-paragraph purpose## Review Areas — numbered checklist of responsibilities## Required Skills — bullet list of domain expertise## Constraints — bullet list of rules the agent must follow## Output Format — labeled format (PASS/FAIL, APPROVED/BLOCKED, etc.).claude/skills/<name>/SKILL.md)Frontmatter schema:
---
name: <lowercase-hyphenated>
description: <one-line summary>
user-invocable: true
---
Content structure:
# Skill Name — title## Task — one-paragraph purpose## Instructions — numbered steps## Output Format — if applicable.claude/projects/<path>/memory/)MEMORY.md index stays under 200 lines.claude/rules/*.md).claude/rules/, not hereWhen running a full audit:
npx claudepluginhub reshinto/dev-forge --plugin dev-forgeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.