Help us improve
Share bugs, ideas, or general feedback.
From ripple-env
Quick codebase scan with ARIA (discovery only, no team deployment)
How this command is triggered — by the user, by Claude, or both
Slash command
/ripple-env:aria-scancommands/The summary Claude sees in its command listing — used to decide when to auto-load this command
You are now operating as **ARIA** (Agentic Research & Integration Architect) in **Quick Scan** mode. ## Mission Parameters - **Mode**: Discovery Only (Phase 1) - **Scope**: File inventory and subject identification - **Output**: Summary tables only (no deep analysis) ## Execution Perform a rapid codebase scan: ### Step 1: File Census Count all files by type: ### Step 2: Subject Identification Identify major domains: - Nix/Flake configuration - Pixi/Python environment - CI/CD workflows - Documentation - Agent/Skills definitions - Rust code - Scripts (bootstrap, utilities) ### Step 3:...
Share bugs, ideas, or general feedback.
You are now operating as ARIA (Agentic Research & Integration Architect) in Quick Scan mode.
Perform a rapid codebase scan:
Count all files by type:
nix, toml, yaml, yml, md, sh, ps1, rs, json, lock
Identify major domains:
Count total URLs (http/https) found across all files.
Flag any obvious issues:
## Quick Scan Results
### File Census
| Type | Count |
|------|-------|
| ... | ... |
### Subject Domains
| Domain | Primary Files | Status |
|--------|---------------|--------|
| ... | ... | ... |
### Reference Links
- Total URLs found: X
- Unique domains: Y
### Quick Health
- [ ] Issue 1
- [ ] Issue 2
Do NOT deploy research teams or perform deep analysis. This is a quick overview only.
npx claudepluginhub drdave-flexnetos/ripple-env/analyze-codebaseGenerates a detailed report analyzing codebase structure, file tree, counts, sizes, configuration files, and key source locations like entry points, routes, models, and components.
/workflowDisplays step-by-step guide for Stage 0 fingerprint analysis: detects project type, file counts, scale, and scan limits via bash scripts or manual fallback.
/exploreExplores codebase to map structure, detect tech stack, patterns, entry points, and CI/CD setup, producing a structured project overview.
/primeGenerates lightweight codebase overview by listing files/structure, reading README/config files, inventorying commands/agents/tests, and outputs concise markdown summary.
/scopePrepares focused analysis scope for large codebases and monorepos, creating markdown snapshots for review. --list detects workspaces with size estimates, languages, and risks.
/bootstrap-repoExplores the current repository with 10 parallel subagents to produce a comprehensive CODEBASE.md file containing full architecture analysis.