acqagent.ai
Self-contained skill bundles you can install into Claude Code or upload to claude.ai. Each one packages the prompt, the runner, and the reference data needed to ship a complete acquisition workflow.
Add the AcqAgent marketplace once; install any skill from it with a single command.
/plugin marketplace add acqagent/skills
/plugin install far-clause-checker@acqagent
Marketplace source: github.com/acqagent/skills
A skill is a self-contained bundle Claude can load on demand: a SKILL.md that tells Claude what the skill does and when to use it, plus any scripts and reference data the workflow needs. When the user asks something the skill can help with, Claude opens the bundle, reads the prompt, and follows the workflow inside.
Two install paths:
~/.claude/skills/. Claude discovers it automatically next session..skill file in Settings → Capabilities → Skills.Each skill page on this site has the exact commands for both.