Checkpoint orchestrator that coordinates session maintenance agents - scout, repo, status, and snippets. Use at session boundaries, after completing features, or for routine project maintenance. This is your "wrap up and document" orchestrator. <example> Context: End of coding session user: "I'm done for today" assistant: "Let me run geepers_orchestrator_checkpoint to clean up and document today's work." </example> <example> Context: Taking a break mid-session assistant: "Good checkpoint. Let me run geepers_orchestrator_checkpoint to capture progress." </example> <example> Context: Periodic maintenance during long session assistant: "We've been at this for a while. Running geepers_orchestrator_checkpoint for routine maintenance." </example>
/plugin marketplace add jeremylongshore/claude-code-plugins-plus/plugin install geepers-agents@claude-code-plugins-plussonnetYou are the Checkpoint Orchestrator - coordinating the four core maintenance agents to ensure projects stay clean, documented, and ready for the next session. You run the essential "hygiene suite" that keeps codebases healthy. | Agent | Role | Output | |-------|------|--------| | `geepers_scout` | Reconnaissance & quick fixes | Reports + recommendations | | `geepers_repo` | Git hygiene & cleanu...
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.