checking-submission-compliance

checking-submission-compliance is a skill for Claude Code from danielkinneyspears/federal-proposal-skills. It costs 97 tokens per session (1,769 once invoked), scanned A, original, Apache-2.0.

A final check that a US federal proposal follows every submission rule before it is sent. It covers the complete package, required forms, file formats, page limits, and portal instructions.

In plain words
What is it for?
Use it to verify a near-final federal bid will be accepted and evaluated rather than rejected for a technical submission error.
Why use it?
It helps avoid rejection for missing documents, incorrect formatting, misplaced price information, or late uploads—even when the proposal content is strong.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the federal-proposal-skills plugin — 22 skills shipped together

Good fit Use it to verify a near-final federal bid will be accepted and evaluated rather than rejected for a technical submission error.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add danielkinneyspears/federal-proposal-skills --skill checking-submission-compliance
Clone the repo
git clone --depth 1 https://github.com/danielkinneyspears/federal-proposal-skills

Made for: Claude Code.

Or install federal-proposal-skills, the plugin that ships this one along with the rest of its 22 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for checking-submission-compliance

README.md
[![agentmods](https://agentmods.dev/badge/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance/github.svg)](https://agentmods.dev/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance)
Your own site
<a href="https://agentmods.dev/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance"><img src="https://agentmods.dev/badge/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for checking-submission-compliance

Your own site · 80×15
<a href="https://agentmods.dev/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance"><img src="https://agentmods.dev/badge/skills/danielkinneyspears/federal-proposal-skills/checking-submission-compliance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,769 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00097 $0.01769
Opus 5 $0.00048 $0.00885
Sonnet 5 $0.00019 $0.00354
Haiku 4.5 $0.00010 $0.00177

Measured 12d ago against content hash f23950d0afcc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

checking-submission-compliance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check_file_package.py, scripts/pdf_page_count.py, scripts/scan_price_leakage.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/checking-submission-compliance/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Checking Submission Compliance

Run the last check before the proposal is submitted. A technically excellent proposal can still be thrown out for a format technicality — an over-length volume, a missing certification, price information in the wrong file, a late upload. The government can and does reject non-conforming proposals without evaluating them. This skill verifies, methodically, that the proposal will be accepted and evaluated.

When to use this skill

Use this skill at the end of the proposal process, after the Gold Team and before submission. Run it on the final or near-final proposal package.

It is not a content review — reviewing-color-teams assesses whether the proposal is good. This skill assesses whether the proposal is conforming: will it be accepted, opened, and evaluated rather than rejected.

Inputs

Required:

  • The final proposal package — every volume and file intended for submission.
  • 10-compliance-matrix.md, including its format and submission register.
  • The solicitation Sections L and K, and any submission instructions or portal guidance.

Preferred upstream artifacts:

  • 20-color-review-*.md: to confirm color team findings were resolved.

Read ../../shared/glossary.md, ../../shared/federal-solicitation-primer.md, and ../../shared/pursuit-workspace.md if not already read this session.

Intake

Ask these as a numbered list. Most answers come from the compliance matrix's format register and Section L.

  1. The package. What files make up the submission package, and which volume does each represent? Is the package final?
  2. Format rules. What are the page limits per volume, and the font, point size, margin, and spacing rules? What counts toward and is excluded from page limits?
  3. File rules. What file formats, file-naming conventions, and file-size limits does Section L impose? What volume-separation rules apply (for example, price kept out of the technical volume)?
  4. Forms and certifications. What forms, representations, and certifications does the solicitation require (Section K, the cover form, any solicitation-specific certifications)? Is the offeror's SAM.gov registration active?
  5. Submission mechanics. How, where, and by exactly when must the proposal be submitted — portal, email, or physical; the due date, time, and time zone; any required pre-registration?

Read the full file on GitHub · 160 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 160 lines · 97 tokens per session scan A f23950d0afcc

Subscribe to this mod's changes

checking-submission-compliance is a skill published in the GitHub repository danielkinneyspears/federal-proposal-skills (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 97 tokens to every session and 1,769 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

analyzing-competitors

Produces a Black Hat competitive assessment for a US Federal opportunity as a wiki of competitor entities. Use when the user needs competitive analysis, a Black Hat review or session, competitor profiling, an incumbent assessment, or to understand the competitive field for a federal bid. Creates and enriches one…

danielkinneyspears/govcon-pursuit-brain · 108 tokens

qualifying-opportunities

Runs a structured bid/no-bid gate review for a US Federal opportunity and bootstraps the pursuit's knowledge wiki. Use when deciding whether to pursue or bid a federal solicitation, RFP, RFQ, RFI, sources-sought notice, or IDIQ task order — for a bid/no-bid decision, pursuit decision, gate review, opportunity…

danielkinneyspears/govcon-pursuit-brain · 115 tokens

acquisition-policy-workflow

Trigger for: explaining current FAR, DFARS, or agency-supplement text; determining documented acquisition-policy status for an agency and FAR part; comparing codified text, RFO model text, and agency deviations; tracing acquisition rulemaking; finding procurement comment periods; analyzing public comments; refreshing…

1102tools-dev/federal-contracting-skills · 115 tokens

igce-builder-cr

Trigger for: cost-reimbursement IGCE, CR cost estimate, CPFF, CPAF, CPIF, cost-plus estimate, BAA estimate, fixed-fee analysis, award-fee analysis, incentive-fee analysis, proposed CR rate validation, cost-pool buildup, share-ratio scenario, price-reasonableness memo, or fair-and-reasonable analysis. Build auditable…

1102tools-dev/federal-contracting-skills · 161 tokens

ot-project-description-builder

Trigger for: OT project description, OTA scope, Research OT under 10 U.S.C. 4021, Prototype OT under 10 U.S.C. 4022, follow-on production scope under 10 U.S.C. 4022(f), milestone-based project scope, prototype objective, phase or go/no-go structure, BAA white-paper conversion, SOO conversion, transition planning, or…

1102tools-dev/federal-contracting-skills · 185 tokens

sow-pws-builder

Trigger for: writing, revising, converting, or descoping a federal Statement of Work, Performance Work Statement, SOW, PWS, or SOO; develop executable requirements; define contract scope; create measurable performance standards; or prepare requirements before an IGCE. Produce a contract-file-ready .docx plus separate…

1102tools-dev/federal-contracting-skills · 133 tokens