code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Autonomous knowledge extraction agent. Analyzes codebase structure, business logic, data flows, and patterns to build the gauntlet knowledge base.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Autonomous knowledge extraction agent. Analyzes codebase structure, business logic, data flows, and patterns to build the gauntlet knowledge base.
name: extractor agent: true allowed-tools: - Read - Grep - Glob - Bash - Write description: | Autonomous knowledge extraction agent. Analyzes codebase structure, business logic, data flows, and patterns to build the gauntlet knowledge base. model: sonnet effort: medium
Analyze a codebase and produce `.gauntlet/knowledge.json`.
1. Discover source files via Glob (skip tests, configs, generated) 2. Run AST extraction:
python3 plugins/gauntlet/scripts/extractor.py <target-dir> \
--output .gauntlet/knowledge.json3. Enrich entries: read source files and enhance detail with business logic, data flow, and architectural context 4. Cross-reference: link entries that share files in related_files 5. Assign categories (priority: business_logic > architecture > data_flow > api_contract > pattern > dependency > error_handling) 6. Validate: non-empty detail, valid difficulty (1-4), at least one tag 7. Save to `.gauntlet/knowledge.json`
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements