Claude Skills for federal acquisition deliverables: SOW / PWS, IGCEs, OT project descriptions, OT cost analyses. Six orchestration skills that handle scope decisions, cost buildup, FAR citations, and document generation.
Website: 1102tools.com
Before you build: Not every acquisition capability should be an AI tool. Dozens of potential skills were evaluated and several were intentionally excluded because they cross the line from data assembly into professional judgment. See ai-boundaries.md.
For federal API data (SAM.gov, BLS wages, GSA CALC+ rates, GSA Per Diem, USASpending, eCFR, Federal Register, Regulations.gov), use the companion repo:
federal-contracting-mcps — eight MCP servers packaged as Claude Desktop Extensions (.mcpb). One-click install. No Terminal. No JSON config editing. API keys prompted at install time.
The two repos work together: MCPs handle data, skills handle deliverables.
The five API data-source skills (BLS OEWS, GSA CALC+, GSA Per Diem, SAM.gov, USASpending) were removed from this repo in April 2026. They moved to the MCP companion repo.
Reasons:
- Deterministic tool calls. MCP servers execute tested Python code. Claude does not generate API-call code on the fly. Skills drifted across runs; MCPs do not. Same input, same output.
- One-click install for Claude Desktop.
.mcpbbundles prompt for API keys at install time and register tools automatically. Contracting officers install them the same way they install any app. - Less context cost. Tool schemas are ~100 tokens each. The old API skills cost 500-1000 lines of context per run.
- Production-hardened. Each MCP went through 3-6 audit rounds with live testing against the production API. Roughly 350 bugs fixed during hardening across the eight MCPs.
- Cross-client support. MCP is an open standard. Same servers run in Claude Desktop, Claude Code, Cursor, Cline, Zed, Continue.
The orchestration skills in this repo stay as skills. Their value is decision trees, FAR-compliant narrative, and document generation, not API calls.
| Skill | Requires | Description |
|---|---|---|
| SOW/PWS Builder | — | Structured scope decision tree producing contract-file-ready SOW or PWS. FAR 37.102(d) compliant: staffing handoff for the IGCE Builder delivered as chat output, never embedded in the document body. |
| IGCE Builder: FFP | BLS OEWS, GSA CALC+, GSA Per Diem MCPs | Firm-fixed-price IGCEs with layered wrap rate buildup (fringe, overhead, G&A, profit). |
| IGCE Builder: LH/T&M | BLS OEWS, GSA CALC+, GSA Per Diem MCPs | Labor Hour and Time-and-Materials IGCEs with burden multiplier pricing. |
| IGCE Builder: Cost-Reimbursement | BLS OEWS, GSA CALC+, GSA Per Diem MCPs | CPFF, CPAF, CPIF IGCEs with fee structure analysis and statutory fee caps. |
| Skill | Requires | Description |
|---|---|---|
| OT Project Description Builder | — | Milestone-based project descriptions for prototype OT agreements under 10 USC 4021/4022. Replaces the SOW/PWS for OTs: structures work around TRL progression phases and go/no-go gates. Handles NDC, small business, traditional (with cost sharing), and consortium-brokered agreements. |
| OT Cost Analysis | BLS OEWS, GSA CALC+, GSA Per Diem MCPs | Should-cost estimates and price reasonableness analyses for OT agreements. Milestone-based pricing citing 10 USC 4021 instead of FAR 15.404. Handles cost-sharing math, consortium management fees, fixed-price and cost-type milestone payments. |
"Requires" lists the MCP servers each skill calls at runtime. Install them from the companion repo.
- Install Claude Desktop.
- Install the MCPs you need from federal-contracting-mcps (one-click,
.mcpbfiles). - Download a skill folder from this repo. In Claude Desktop: Customize > Skills > + > Create skill > Upload a skill. Drag in each
SKILL.mdfile individually. - Ask naturally. The skill reads its instructions and calls the MCP tools.
MIT
Built by James Jenrette, lead systems analyst and contracting officer. Independently developed and not endorsed by any federal agency.
