Initialize agent knowledge base
init-deepskillsetup L2★61,462
code-yeongyu/oh-my-openagent ↗What it does
Initialize codebase documentation with multi-path CLAUDE.md
Best for
Rapidly documenting complex codebases when you need a living CLAUDE.md that grows with the project.
Inputs
- · codebase structure and purpose
- · existing docs (optional)
- · project type hints
Outputs
- · CLAUDE.md with architecture, onboarding, troubleshooting, workflow, and deployment sections
Requires
- · init skill from code-yeongyu/oh-my-openagent
- · codebase read-only exploration
Preconditions
Codebase accessible; CLAUDE.md does not exist
Failure modes
- · Placeholder sections remain
- · No onboarding path for new contributor
- · Deployment/troubleshooting missing
Trust signals
- · Multi-path structure (expert vs new contributor vs operator)
- · Deployment and troubleshooting sections included
- · Architecture decisions explained, not just code structure