# AcqAgent > I have spent 14 years in federal acquisition and procurement and the last few years convinced that AI can do something bigger than automate tasks. AcqAgent is my attempt to build a space where practitioners can learn together, share knowledge, and apply AI to real acquisition work, all in the open and free for anyone who wants in. — Tommy Kim AcqAgent is built in the open by and for the federal contracting community: contracting officers and specialists (the GS-1102 community), program managers, vendor-side acquisition leads, and the engineers who build acquisition tooling alongside them. The code lives at https://github.com/acqagent and is free to use. ## Pages - [Home](https://acqagent.ai/): Overview of AcqAgent and the ways to get involved (install a skill, contribute, browse examples and resources). - [About](https://acqagent.ai/about): Mission and what AcqAgent exists to do. - [Skills](https://acqagent.ai/skills): Drop-in Claude skills for federal acquisition. Self-contained bundles installable into Claude Code or claude.ai. ## Skills - [Skills index](https://acqagent.ai/skills): Catalog of drop-in Claude skills. - [FAR Clause Checker (v2.2)](https://acqagent.ai/skills/far-clause-checker): Validates FAR provisions and clauses against the Revolutionary FAR Overhaul (RFO) and HHS Agency Deviation Matrix. Bundles the 29 April 2026 DAU Provision & Clause Matrix and produces a standalone .docx compliance report. Install paths and example prompts on the page. FAR only — no DFARS. ### Install via Claude Code plugin marketplace The AcqAgent marketplace is hosted at https://github.com/acqagent/skills. In Claude Code: ``` /plugin marketplace add acqagent/skills /plugin install far-clause-checker@acqagent ``` Once installed, the skill auto-triggers from intent — no slash command needed. Manual download (.skill / .zip bundles) is also available from each skill's page on this site. ## Channels - [GitHub organization](https://github.com/acqagent): Source code and contribution. - [GitHub Discussions](https://github.com/acqagent/community/discussions): Public Q&A, ideas, announcements. - [Discord server](https://discord.gg/Tz6GHUqDXH): Real-time chat for practitioners. - [Email](mailto:acqagent.ai@gmail.com): Direct contact for ideas, feedback, or partnership. ## Allied resources - [1102 Tools](https://1102tools.com): A colleague's collection of tools and resources for the GS-1102 contracting community. ## FAQ ### What is AcqAgent? AcqAgent is an open-source set of AI tools for federal contracting work. It is built to handle the FAR research, clause checks, and compliance groundwork that slow acquisition teams down, so people can spend more time on the decisions that actually matter. ### Who is AcqAgent for? Federal contracting officers and contract specialists (the GS-1102 community), program managers, vendor-side acquisition leads, and the engineers who build tooling alongside them. If you spend your days inside the FAR, AcqAgent is built with you in mind. ### Is AcqAgent free? Yes. The code is open source and the project is built in the open. There is no paywall today, and the goal is for the core tooling to stay accessible to anyone working in federal acquisition. ### Is AcqAgent open source? Yes. Source lives at https://github.com/acqagent. Pull requests are welcome — see the Contribute card on the homepage or open a PR directly. ### What can I do with AcqAgent today? The first installable skill is live: the FAR Clause Checker (v2.2) at https://acqagent.ai/skills/far-clause-checker. Drop it into Claude Code or upload to claude.ai and ask FAR/RFO compliance questions. More skills are in active development. ### How do I contribute? Open a pull request or issue on https://github.com/acqagent. For roadmap-level conversations, head to GitHub Discussions or the Discord server. Practitioner workflow notes and clause-level edge cases are as valuable as code contributions. ### Where can I ask questions or get help? GitHub Discussions for things you want a public, searchable answer to. Discord for live chat. Email acqagent.ai@gmail.com for anything you would rather not say in public. ### How do I follow updates? Watch the GitHub organization, subscribe to the Announcements category in GitHub Discussions, or join the Discord server. A formal newsletter is on the roadmap. ## Optional - The site is a static deploy on Cloudflare Workers and is open-source friendly — no logins, no paywall, no tracking beyond standard analytics.