Skills

Drop-in skills for Claude.

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.

One-line install for Claude Code

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

Available skills

What is a Claude skill?

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 Code — drop the skill folder into ~/.claude/skills/. Claude discovers it automatically next session.
  • claude.ai — upload the .skill file in Settings → Capabilities → Skills.

Each skill page on this site has the exact commands for both.