RFP Responder
Generates structured RFP/RFI responses from knowledge bases. Covers compliance matrix population, win theme integration, and response quality scoring.
Governance Receipt
- Signer
- sovereign-claw-ed25519
- Signed At
- 6/4/2026
- Risk Tier
- T2
- Receipt Hash
- 0ac6369e
- Manifest Hash
- 39d7904951426c55e8f5a4729c45f8c84f0c97682f84008efb6214abc8f6d260
- Signature
- 44chAYuI
- Root Public Key
- 349b0348
Skill Details
- Gate Verdict
- Elevated · Review
- Publication State
- published
- Risk Tier
- T2
- Manifest Hash
- 39d79049
Download Attested Bundle
Install RFP Responder
Each bundle is served from the attested copy of RFP Responder, so the file you download is the one covered by the governance receipt on this page rather than whatever currently sits at the upstream source.
Claude Code skill
curl -L "https://atestiv.com/api/download/6706da7a-c873-4a1a-9e80-f663613874ee?format=claude-code" -o 6706da7a-c873-4a1a-9e80-f663613874ee.skill.mdMCP tool definitions
curl -L "https://atestiv.com/api/download/6706da7a-c873-4a1a-9e80-f663613874ee?format=mcp" -o 6706da7a-c873-4a1a-9e80-f663613874ee.mcp-tools.jsonRaw attested bundle
curl -L "https://atestiv.com/api/download/6706da7a-c873-4a1a-9e80-f663613874ee?format=raw" -o 6706da7a-c873-4a1a-9e80-f663613874ee.bundle.jsonVerify the bundle against its manifest hash
shasum -a 256 6706da7a-c873-4a1a-9e80-f663613874ee.bundle.jsonProvenance
- Catalog identifier:
6706da7a-c873-4a1a-9e80-f663613874ee - Harvested from the upstream repository.
- The manifest hash below is what the signing key committed to. A bundle whose digest does not match it is not the attested RFP Responder.
- Anything published here has been through the same gate, so a missing receipt is itself a signal rather than an omission.
More Skills
Rules Extraction
Extract cross-cutting principles from skill libraries and distill them into reusable rule files. Scan skills for repeated patterns, consolidate into rule sets, and output as appendable rule definitions.
Rust Patterns
Idiomatic Rust patterns: ownership, borrowing, lifetimes, error handling with thiserror/anyhow, trait design, concurrency with tokio, and performance optimization for safe systems programming.
Rust Testing
Rust testing patterns: unit tests, integration tests, async testing with tokio::test, property-based testing with proptest, mocking strategies, and coverage measurement with cargo-tarpaulin.