prepperlisted
Install: claude install-skill DROOdotFOO/agent-skills
# 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
```bash
# 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
# Inject into .claude/prepper-briefing.md for auto-loading
prepper inject --repo owner/repo --project myproject
# Cross-agent alert view
prepper alerts --agent sentinel --limit 20
```
## Reference
| File | Topic |
|------|-------|
| [mcp-setup.md](mcp-setup.md) | MCP server, auto-inject hook, install |