Portable Agent Skills bundle for coding agents. Teaches Claude Code, Codex, Cursor, OpenClaw, Hermes, and OpenCode how to run AgentClash evals via the CLI without reading the AgentClash source repo.
Canonical docs source remains in agentclash/agentclash under web/content/agent-skills/. This repo is a copy + install bundle with a hub skill for workflow context and UI links.
Pick your agent host:
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host claudeInstalls to ~/.claude/skills/<skill>/SKILL.md.
Project-local:
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host claude --projectcurl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host codexInstalls to ~/.agents/skills/<skill>/SKILL.md.
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host cursorInstalls to ~/.cursor/skills/<skill>/SKILL.md.
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host openclawInstalls to ~/.openclaw/skills/<skill>/SKILL.md.
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host hermesInstalls to ~/.hermes/skills/<skill>/SKILL.md.
curl -fsSL https://raw.githubusercontent.com/agentclash/agent-skills/main/scripts/install.sh | bash -s -- --host opencodeGlobal: ~/.config/opencode/skills/. Project: .opencode/skills/ (use --project).
git clone https://github.com/agentclash/agent-skills.git
cd agent-skills
bash scripts/install.sh --host claude # or codex, cursor, openclaw, hermes, opencode
bash scripts/install.sh --host cursor --project --dry-runAfter install, tell your agent to load agentclash-hub first. It includes:
- Full eval workflow and skill dependency order
- Links to every skill in the bundle
- Product UI URLs on https://agentclash.dev
- Hosted CLI defaults (
https://api.agentclash.dev)
23 skills synced from main docs (hub + P0/P1 workflow skills included):
| Skill | Purpose |
|---|---|
agentclash-hub |
Entry point — workflow map, UI links, skill graph |
agentclash-cli-setup |
Auth, workspace, config, doctor |
agentclash-quickstart |
Readiness checks and next-command guidance |
agentclash-runtime-resources-setup |
Providers, models, runtime, secrets |
agentclash-agent-build-author |
Build specs |
agentclash-agent-deployment-setup |
Deployments |
agentclash-challenge-pack-* |
Plan, YAML, inputs, tools, artifacts, scoring, judges, publish |
agentclash-eval-runner |
Run evals, sessions, series |
agentclash-scorecard-reader |
Read results |
agentclash-compare-and-triage |
Baselines, compare, replay triage |
agentclash-regression-flywheel |
Regression promotion |
agentclash-ci-release-gate |
CI gates |
agentclash-agent-harness-setup |
E2B coding-agent harness tasks |
agentclash-multi-turn-operator |
Human takeover in multi_turn packs |
agentclash-dataset-workflows |
Dataset eval, gates, traces |
agentclash-prompt-eval-playground |
Prompt eval YAML + playground |
See manifest.json for the full list and dependency order.
Copy latest skills from a local agentclash checkout (does not edit upstream):
AGENTCLASH_SOURCE=/path/to/agentclash/web/content/agent-skills bash scripts/sync-from-upstream.sh
bash scripts/verify-bundle.shbash scripts/verify-bundle.shMIT — same as AgentClash.