Skip to content

dccakes/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills (dccakes-skills)

Personal Claude Code skills for working with data contracts and related tooling.

Skills

Skill Description
odcs-contract Create, validate, and maintain ODCS v3.1.0 data contracts

Installation

Option 1: Install via marketplace (recommended)

/plugin marketplace add dccakes/agent-skills
/plugin install dccakes-skills

Option 2: As a local plugin

Run Claude Code with the --plugin-dir flag pointing to this repo:

claude --plugin-dir /path/to/agent-skills

Skills will be namespaced as dccakes-skills:odcs-contract.

Option 3: Copy to your skills directory

Copy individual skills into your personal or project skills folder:

# Personal (available in all projects)
cp -r skills/odcs-contract ~/.claude/skills/

# Project-specific
cp -r skills/odcs-contract .claude/skills/

Option 4: Symlink

ln -s /path/to/agent-skills/skills/odcs-contract ~/.claude/skills/odcs-contract

Prerequisites

The odcs-contract skill includes Python scripts that require:

pip install pyyaml jsonschema

What's Included

odcs-contract

  • SKILL.md - Skill definition with complete ODCS v3.1.0 reference
  • TESTS.md - 50+ test scenarios for skill validation
  • references/ - Detailed guides for quality rules, relationships, and server types
  • scripts/
    • new_contract.py - Generate new contract scaffolds
    • validate_contract.py - Validate contracts against the ODCS JSON schema (auto-downloads from GitHub)

To use:

Enter the claude session. Invoke the /odcs-contract skill. Provide guidance (example below)

About

Claude Agent Skills

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages