From prism-devtools
Use to analyze and document any project codebase. Creates comprehensive reference documentation for AI-assisted development including architecture and patterns.
npx claudepluginhub resolve-io/.prismThis skill uses the workspace's default tool permissions.
- **Project Documentation**: Document any codebase for AI understanding
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Provides patterns for autonomous Claude Code loops: sequential pipelines, agentic REPLs, PR cycles, de-sloppify cleanups, and RFC-driven multi-agent DAGs. For continuous dev workflows without intervention.
Applies NestJS patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production TypeScript backends with project structure and bootstrap examples.
Guides you through building comprehensive project documentation:
.prism/core-config.yaml{{output_folder}}/index.mdOutput Location: docs/project/ (or as configured)
The workflow follows 10 sequential steps. For detailed instructions, see Workflow Steps Reference.
| Step | Name | Purpose |
|---|---|---|
| 0 | Load Configuration | Read .prism/core-config.yaml |
| 1 | Check Existing | Detect existing docs, choose mode |
| 2 | Select Scan Level | Quick/Deep/Exhaustive |
| 3 | Initialize State | Create tracking file |
| 4 | Detect Structure | Classify project type |
| 5 | Scan Project | Execute selected scan depth |
| 6 | Deep-Dive Mode | (If selected) Detailed area analysis |
| 6.5 | Check Existing Docs | Avoid duplicates via Smart Connections |
| 7 | Generate Index | Create master entry point |
| 8-10 | Validate & Complete | Verify, fill gaps, finalize |
| Level | Time | What It Does |
|---|---|---|
| Quick | 2-5 min | Pattern-based analysis, configs only |
| Deep | 10-30 min | Critical directories, selective file reading |
| Exhaustive | 30-120 min | ALL source files (excludes node_modules) |
Core files generated (as applicable):
index.md - Master entry pointproject-overview.md - Executive summaryarchitecture.md - Technical architecturetechnology-stack.md - Complete tech stackdevelopment-guide.md - Setup and workflowapi-contracts.md - API endpointsdata-models.md - Database schemasource-tree-analysis.md - Directory structure