Skip to content

accordproject/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Accord Project Agent Skills

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.).

Skills

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).

Installation

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).

Using a skill

Contributing

Issues and PRs welcome. Each skill has a tracking issue in its upstream repo (linked from the skill's SKILL.md).

License

Apache-2.0

About

Agent Skills for Accord Project

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors