A collection of Agent Skills for working with Accord Project tooling — Concerto models and smart legal contract templates.
These skills follow the Agent Skills format and can be loaded by any compatible agent harness (Claude Code, Claude Agent SDK, etc.).
| Skill | Description |
|---|---|
concerto-author |
Author and edit Concerto .cto model files. |
concerto-validate |
Validate JSON instances against a Concerto model and explain errors. |
concerto-migrate |
Migrate Concerto models and data across major versions. |
concerto-codegen |
Generate code and schema artifacts from a .cto model. |
template-author |
Scaffold and edit Accord Project smart legal contract templates. |
template-migrate |
Migrate Cicero templates between major versions (0.22 → 0.25, or 0.24/0.25 → 0.26). |
Both Claude Code and GitHub Copilot use the same SKILL.md format — just copy the skills to the right location.
Claude Code (user-level — available in every project):
git clone https://github.com/accordproject/skills /tmp/ap-skills && mkdir -p ~/.claude/skills && cp -r /tmp/ap-skills/skills/* ~/.claude/skills/GitHub Copilot (project-level — add to the current repo):
git clone https://github.com/accordproject/skills /tmp/ap-skills && mkdir -p .github/skills && cp -r /tmp/ap-skills/skills/* .github/skills/To install a single skill, replace the last cp argument with the specific directory (e.g. …/skills/template-migrate).
Issues and PRs welcome. Each skill has a tracking issue in its upstream repo (linked from the skill's SKILL.md).