add-tool
01Command Claude Code
Scaffold and implement a new tool for VisionAgent.
Command Claude Code
Scaffold and implement a new tool for VisionAgent.
Command Claude Code
Diagnose and fix a bug or failing test in VisionAgent.
Command Claude Code
You are in full autonomous implementation mode. Follow the VisionAgent agentic task approach from CLAUDE.md rigorously.
Command Claude Code
Create a well-structured PR for the current branch's changes.
Command Claude Code
Prepare and publish a new release of VisionAgent to npm.
Command Claude Code
Perform a thorough code review of changes in this branch.
Command Claude Code
Run tests intelligently based on what changed, then fix any failures.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From sijeeshmiziha/visionagent.
Hook Claude Code
Runs after a tool call finishes for Bash tool calls, running true. From sijeeshmiziha/visionagent.
Settings file Claude Code
Agent settings declaring 2 hook events (Stop, PostToolUse).
Cursor rule Cursor
Agentic workflow patterns—when to use agents vs workflows, prompt chaining, routing, evaluator-optimizer.
Cursor rule Cursor
Coding agents—prompt pattern for code tasks, error-proofing file/edit tools, minimal scaffolding.
Cursor rule Cursor
Context engineering for agents—finite context, prompt altitude, compaction, note-taking, sub-agents.
Cursor rule Cursor
Design patterns (GoF) and file size conventions for sweagent TypeScript codebase.
Cursor rule Cursor
Best practices for long-running agents (initializer/coding pattern, incremental progress, clean state).
Cursor rule Cursor
Multi-agent systems—orchestrator-worker, delegation, scaling, evaluation, production.
Cursor rule Cursor
When and how to use a "think" tool or extended thinking for complex tool-use agents.
Cursor rule Cursor
Tool design for agents—self-contained tools, minimal sets, token-efficient results, progressive disclosure.
Cursor rule Cursor
Evaluation-driven tool improvement—prototype, evaluate, analyze, collaborate with agents.
Instructions file
Instructions for sijeeshmiziha/visionagent, covering visionagent — claude code guide, project overview, architecture, key abstractions and development workflow.