Build your Milens install.

Pick skills, prompts, and tools from the catalog without dragging the full stack into every project. Start from a profile preset, tune for the actual work.

7 Prompts
6 Skills
43 Tools
190+ Rules
Profile Presets

Showing 18 of 18 items

📋 milens-planner Prompt

Implementation planning with blast radius awareness. Research codebase, analyze impact, plan tests, produce structured plan.

impact context codebase_summary
Docs →
milens-reviewer Prompt

Automated PR risk assessment. Scores every changed symbol CRITICAL/HIGH/MEDIUM/LOW based on heat, dependents, and coverage.

review_pr review_symbol detect_changes
Docs →
🧪 milens-tester Prompt

Test-driven development with coverage gap detection. Find gaps → generate plans → implement → verify.

test_coverage_gaps test_plan test_impact
Docs →
🏗️ milens-architect Prompt

Architecture analysis and domain mapping. Visualize codebase structure, identify hub symbols, find domain clusters.

domains codebase_summary impact
Docs →
🔒 milens-security Prompt

Security audit with OWASP mapping. Secret detection, injection scanning, hidden Unicode, dependency audit — one prompt.

security_scan grep impact
Docs →
🐛 milens-debugger Prompt

Root cause analysis with execution tracing. Context → Trace → Impact → Relationship → Root Cause.

trace context explain_relationship
Docs →
🟢 milens-tdd Skill

Test-Driven Development workflow. Auto-discovers gaps, generates test plans, implements tests, and verifies coverage.

test_coverage_gaps test_plan test_impact
Docs →
🔵 milens-code-review Skill

Automated Code Review workflow. PR analysis, symbol deep-dive, dead code detection, tech debt grep, review report.

review_pr review_symbol find_dead_code
Docs →
🟣 milens-plan Skill

Implementation Planning workflow. Researches full codebase context, analyzes blast radius, and produces structured plan.

impact context codebase_summary
Docs →
🔴 milens-security-review Skill

Security Audit workflow. Scans for secrets, hidden Unicode, dangerous patterns, data leaks — produces security report.

security_scan grep impact
Docs →
🟡 milens-refactor-clean Skill

Safe Refactoring workflow. Finds dead code, verifies impact, removes safely, and verifies test coverage after changes.

find_dead_code impact test_impact
Docs →
milens-eval Skill

Evaluation & Quality Gate. Plans, implements, verifies scope, reviews risk, runs tests, checks coverage — pass/fail.

test_impact review_pr test_coverage_gaps
Docs →
🔍 query Tool

FTS5 symbol search across the entire knowledge graph. Find functions, classes, interfaces by name or keyword instantly.

fts5 semantic
Docs →
💥 impact Tool

Blast radius analysis. Shows every symbol that would break if a given function changes, with configurable depth traversal.

upstream downstream
Docs →
🛡️ security_scan Tool

50-rule security audit. Secrets, injections, hidden Unicode, dangerous patterns — replaces 10 manual grep calls.

secrets injection unicode
Docs →
🔭 context Tool

360° symbol view. Incoming references + outgoing dependencies in a single call. Understand any symbol instantly.

callers callees
Docs →
📊 review_pr Tool

PR risk assessment. Git diff → affected symbols with risk scores (LOW/MEDIUM/HIGH/CRITICAL).

diff risk
Docs →
📦 codebase_summary Tool

~500 token overview of the entire codebase. Domains, top hubs, test coverage, annotation counts — one call.

overview tokens
Docs →

Install your selected profile.

Run one command. Get exactly the tools, skills, and rules your project needs.

terminal ~ zsh
$ milens init --profile full --interactive

Profile: full (43 tools, 6 prompts, 190 rules)
Skills: 6 installed to .agents/skills/
Ready! Open your AI agent to start.
Install: npx milens init --profile full --interactive