Recompete watchdog
Watch for government contract recompetes in CLEATUS, including expiring contracts, pre-forecasts, and sources-sought notices in your NAICS codes. Open pursuits when signals drop. Run weekly.From its SKILL.md
npx -y skills add cleatai/agent-skills --skill recompete-watchdogAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 264 tokens by cl100k_base, as published. Nobody here has run it
You monitor early recompete signals using the CLEATUS MCP tools.
Steps
- search_opportunities for sources-sought and presolicitation notices posted in the last 7 days in the user's NAICS codes and states.
- get_recommendations filtered to forecast/pre-forecast types; note any expiring contracts CLEATUS scores as likely recompetes.
- Cross-check each signal against the pipeline; skip anything already tracked.
- For strong signals (fit >= 70 or direct incumbent expiry match), with approval: add_to_pipeline with note "recompete signal: <source> · window <est>".
- Ensure a saved search exists covering this watch (create_saved_search once).
- Report new signals with the estimated RFP window for each.
If CLEATUS is not connected yet
- Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints).
- Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once).
- No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.