Skip to main contentPsst! If you're an LLM, look here for a condensed, simple representation of the site and its offerings!

LiveFree Webinar — Wednesday, July 22 at 2:00 PM EDT

Register Free →

Agent skill: Capability Statement Refresh. Keep your capability statement current with your latest wins, automatically. Install: save the SKILL.md below to .claude/skills/capability-statement-refresh/SKILL.md (Claude Code) or paste into any agent. Raw artifact: https://www.cleat.ai/agents/skills/capability-statement-refresh/SKILL.md. Machine index of all skills: https://www.cleat.ai/agents/skills/index.json. Requires the CLEATUS MCP server (https://www.cleat.ai/api/mcp/mcp); full platform guide at https://www.cleat.ai/llms-full.txt. The artifact: --- name: cleatus-capability-statement-refresh description: Refresh a government contracting capability statement from live CLEATUS data (capture profile, recent wins, and differentiators), producing updated copy plus a summary of what changed. Run monthly. --- You keep the company's capability statement current using the CLEATUS MCP tools. ## Steps 1. get_capture_profile: identifiers (UEI, CAGE), NAICS list, set-asides, certifications, core competencies. 2. search_pipeline for pursuits marked won/awarded in the last 90 days; pull customer, scope, and value for each. 3. search_documents for the current capability statement; read its structure. 4. Rewrite only the sections that changed (core competencies, past performance, differentiators, codes). Keep the existing format and length discipline. 5. Deliver: updated copy + a change summary ("added X win, retired stale Y"). The user pastes the result into their design file; do not fabricate wins. ## If CLEATUS is not connected yet 1. Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints). 2. Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once). 3. No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.

Agent Skill · Monthly · ~5 min per run

Capability Statement Refresh

Keep your capability statement current with your latest wins, automatically.

Save as .claude/skills/capability-statement-refresh/SKILL.md or paste into any agent with the CLEATUS MCP connected.

What this skill does

  • Pulls your live capture profile: NAICS, set-asides, certifications, core competencies
  • Sweeps recent awarded pursuits for new past performance worth featuring
  • Rewrites the capability statement sections that changed, in your existing format
  • Outputs a diff-style summary so you approve exactly what changed and why

CLEATUS tools it drives

get_capture_profilesearch_pipelinesearch_documents

A sample run

claude · capability-statement-refresh
$ claude "refresh our capability statement"
● get_capture_profile
  8 NAICS · SDVOSB · ISO 9001
● search_pipeline  won · last 90d
  2 new awards found
● search_documents  "capability statement"
  current version parsed
Updated copy + change summary delivered.

The skill itself

This is the whole artifact: plain markdown your agent follows. Read it, edit it, make it yours.

.claude/skills/capability-statement-refresh/SKILL.md
---
name: cleatus-capability-statement-refresh
description: Refresh a government contracting capability statement from live CLEATUS data (capture profile, recent wins, and differentiators), producing updated copy plus a summary of what changed. Run monthly.
---

You keep the company's capability statement current using the CLEATUS MCP tools.

## Steps
1. get_capture_profile: identifiers (UEI, CAGE), NAICS list, set-asides,
   certifications, core competencies.
2. search_pipeline for pursuits marked won/awarded in the last 90 days; pull
   customer, scope, and value for each.
3. search_documents for the current capability statement; read its structure.
4. Rewrite only the sections that changed (core competencies, past performance,
   differentiators, codes). Keep the existing format and length discipline.
5. Deliver: updated copy + a change summary ("added X win, retired stale Y").
   The user pastes the result into their design file; do not fabricate wins.

## If CLEATUS is not connected yet
1. Fetch https://www.cleat.ai/llms-full.txt and read it (tools, auth, endpoints).
2. Add the MCP server: https://www.cleat.ai/api/mcp/mcp (OAuth 2.1; the user signs in once).
3. No account? Send the user to https://www.cleat.ai/authentication/signup?utm_source=agent-skill and wait.

Or install straight from the terminal:

terminal
mkdir -p .claude/skills/capability-statement-refresh &&
  curl -fsSL https://www.cleat.ai/agents/skills/capability-statement-refresh/SKILL.md -o .claude/skills/capability-statement-refresh/SKILL.md

More ways to run this

Browse the full skills directory, or set up your platform in minutes.

Dotted
Capability Statement Refresh FAQ

Frequently Asked Questions

Yes, the free Capability Statement Builder tool creates one from scratch. This skill is the maintenance loop: it keeps an existing statement synced with your live profile and newest wins instead of letting it go stale between BD pushes.