From search-research
AI-Distiller wrapper for code analysis - refactoring, security, performance, architecture.
How this skill is triggered — by the user, by Claude, or both
Slash command
/search-research:aidThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interface to AI-Distiller (aid.exe) for intelligent code distillation — extracting essential structure while preserving semantic information for LLM consumption. Provides comprehensive code analysis including refactoring, security, performance, architecture, and documentation.
Interface to AI-Distiller (aid.exe) for intelligent code distillation — extracting essential structure while preserving semantic information for LLM consumption. Provides comprehensive code analysis including refactoring, security, performance, architecture, and documentation.
$__CSF_ROOT/src\commands\aid\aid.py$__CSF_ROOT/tools\ai-distiller-optimized\aid.exeP://.aid/[ANALYSIS-TYPE].[timestamp].[filename].mdP://.aid/ for timestamped output filesUse /aid when you need to:
| Shortcut | Purpose | Example |
|---|---|---|
refactor | Refactoring analysis | /aid refactor src/main.py |
arch | Codebase architecture | /aid arch . --format md |
security | Security audit (OWASP) | /aid security . --private |
perf | Performance analysis | /aid perf src/ |
best | Best practices review | /aid best core.py |
bugs | Bug hunting | /aid bugs . |
docs | Documentation | /aid docs file.py |
diagrams | Mermaid diagrams (10x) | /aid diagrams src/ |
flow | Analysis workflow | /aid flow . --stdout |
multi | Multi-file docs | /aid multi src/ |
git | Git history | /aid git 50 |
| Option | Purpose |
|---|---|
| `--format md | text |
--stdout | Print to stdout (in addition to file) |
--private/--protected/--internal | Visibility control |
--implementation | Include function bodies |
--include "*.py,*.ts" | File patterns to include |
--exclude "*test*" | File patterns to exclude |
Results saved to P://.aid/[ANALYSIS-TYPE].[timestamp].[filename].md
| File | Contents |
|---|---|
references/capabilities-and-examples.md | Key capabilities (refactoring, security, perf, arch, docs), git mode, use-case examples |
references/integration-and-technical.md | CSF NIP integration, technical details (version, languages, compression), constitutional notes |
npx claudepluginhub enduser123/search-researchGuides users through a choose-your-own-adventure writing process that turns raw markdown material into a structured article by grounding concepts before they are used.