BeClaude

wicked-understanding

New
GitHub TrendingGeneralby mikeparcewski

Analyze any codebase into installable, cross-CLI agent skills + a wiki + a routing CLAUDE.md — via npx skills.

First seen 6/8/2026

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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/wicked-understanding.md

3
Invoke with @agent-name
@wicked-understanding

Use Cases

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.

Usage Examples

1

/wicked-understanding analyze the current project and generate a wiki + skills

2

Run npx skills to create a CLAUDE.md and skill modules from this codebase

3

Generate installable agent skills and a routing file for the /src directory

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..