Show Config banner
claude-dev-suite claude-dev-suite

Show Config

Development community

Description

--- name: show-config description: Display current dev-suite configuration with enabled components allowed-tools: Read, Glob --- # Show Configuration Display the current dev-suite configuration in a readable format. ## Process 1. Read `.dev-suite.json` 2. Format and display: - Project info - Enabled stacks - Active agents and their skills - Documentation strategy - Active hooks - Enabled MCP servers ## Output Format ``` šŸ“¦ Project: {name} ({type}) šŸŽØ Frontend Framewor

Installation

Installs to ~/.claude/skills/claude-dev-suite-claude-dev-suite-show-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/claude-dev-suite-claude-dev-suite-show-config && curl -fsSL https://raw.githubusercontent.com/claude-dev-suite/claude-dev-suite/HEAD/commands/show-config.md -o ~/.claude/skills/claude-dev-suite-claude-dev-suite-show-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository