Prepper

Generate pre-session project briefings with git activity, GitHub state, CI status, dependency health, and recall context. TRIGGER when: user asks for a "briefing", "what's the state of this project", "catch me up", "prep me", or invokes "/prepper". DO NOT TRIGGER when: user is working on prepper agent code itself.

DROOdotFOO 383ecd4 2 files · 3.4 KB Updated

File contents

Prepper

Pre-session context builder. Gathers git activity, GitHub state, CI status, dependency health, and recall knowledge into a priority-sorted briefing.

What You Get

  • Priority-sorted briefing with HIGH/MEDIUM/LOW sections
  • Git activity summary (recent commits, branch state)
  • GitHub state (open PRs, issues, CI status)
  • Dependency health and recall context
  • Markdown file or raw terminal output

CLI Usage

# Generate briefing for current repo
prepper brief

# With GitHub integration and recall context
prepper brief --repo owner/repo --project myproject

# Write to file
prepper brief --output briefing.md

# Claude Code: write .claude/prepper-briefing.md
prepper inject --repo owner/repo --project myproject

# Codex: emit raw context from a .codex/hooks.json SessionStart hook
prepper brief --raw --repo owner/repo --project myproject

# Cross-agent alert view
prepper alerts --agent sentinel --limit 20

Reference

File Topic
mcp-setup.md MCP server, auto-inject hook, install

DROOdotFOO/agent-skills/tree/main/skills/prepper commit 383ecd4098

Frequently asked questions

npx skillmds@latest add droodotfoo/prepper