What problem does it solve?
Running a local Claude CLI and manually capturing its responses can be error-prone and inconsistent; this Skill standardizes execution and preserves outputs as searchable, reusable artifacts so insights and action items are not lost after an interactive session.
Core Features & Use Cases
- Local CLI Execution: Invoke the user's locally installed Claude binary via the Forge CLI to get direct, deterministic responses without MCP routing.
- Structured Artifact Generation: Save each interaction as a markdown artifact that includes the original task, the final prompt, raw Claude output, a concise summary, and actionable next steps.
- Graceful Missing-Binary Handling: Detect when the Claude binary is absent, explain installation requirements, and provide a verification command to the user.
- Use Case: Ask Claude for a focused code review or second opinion, capture the results for team review, and track follow-up action items in project state.
Quick Start
Ask Claude locally to review the authentication change and produce a concise summary with action items.