wicked-understanding
NewAnalyze any codebase into installable, cross-CLI agent skills + a wiki + a routing CLAUDE.md — via npx skills.
Summary
md file.
- It helps developers quickly onboard to new projects, document codebases, and create reusable skill modules that work across different CLIs via npx skills.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/wicked-understanding.md
@wicked-understandingUse Cases
Usage Examples
/wicked-understanding analyze the current project and generate a wiki + skills
Run npx skills to create a CLAUDE.md and skill modules from this codebase
Generate installable agent skills and a routing file for the /src directory
Security Audits
Frequently Asked Questions
What is wicked-understanding?
Wicked Understanding transforms any codebase into a structured set of installable agent skills, a browsable wiki, and a routing CLAUDE.md file. It helps developers quickly onboard to new projects, document codebases, and create reusable skill modules that work across different CLIs via npx skills.
How to install wicked-understanding?
To install wicked-understanding: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/wicked-understanding.md. Finally, @wicked-understanding in Claude Code.
What is wicked-understanding best for?
wicked-understanding is a agent categorized under General. It is designed for: agent. Created by mikeparcewski.
What can I use wicked-understanding for?
wicked-understanding is useful for: Onboard to an unfamiliar codebase by generating a comprehensive wiki and skill set from its source code.; Create reusable, cross-CLI agent skills from existing code modules for team-wide sharing.; Automatically generate a CLAUDE.md file that routes Claude's behavior based on project structure.; Document a legacy codebase into an organized wiki without manual writing effort.; Standardize project onboarding by producing consistent skill and documentation outputs for multiple repositories.; Extract modular agent skills from a monorepo to enable targeted AI assistance per sub-project..