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/ for every project (or a repo's .claude/skills/ to scope and commit it for your team). Claude Code watches those directories, so it picks the skill up without a restart..zip. The archives here already have the skill folder at the root, which is the structure claude.ai expects. Needs a Pro, Max, Team, or Enterprise plan with file creation enabled; uploads are private to your account and don't sync to Claude Code or the API.Each skill page on this site has the exact commands for both.