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 — install from the marketplace above, or drop the skill folder into ~/.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.
  • claude.ai — open Customize → Skills, click +, choose Create skill, and upload the .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.