Files
kennethreitz fad6a37bc5 Add composing-with-pytheory Claude Code skill + sync-skill target
Source of truth for the standalone marketplace repo lives in plugin/.
'make sync-skill' mirrors it to ~/repos/pytheory-skill, stamps the
PyTheory version into the manifests, and copies the LICENSE. A symlink
under .claude/skills/ lets the skill be dogfooded in this repo.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 13:13:38 -04:00

23 lines
809 B
JSON

{
"name": "pytheory",
"owner": {
"name": "Kenneth Reitz",
"email": "me@kennethreitz.org"
},
"description": "PyTheory's official Claude Code plugins — compose music from natural language.",
"version": "0.51.0",
"plugins": [
{
"name": "composing-with-pytheory",
"source": "./plugins/composing-with-pytheory",
"description": "Compose music with PyTheory — progressions, melodies, drums, and full arrangements rendered to audio or MIDI from pure Python.",
"author": { "name": "Kenneth Reitz" },
"homepage": "https://pytheory.org",
"repository": "https://github.com/kennethreitz/pytheory-skill",
"license": "MIT",
"category": "creative",
"keywords": ["music", "music-theory", "composition", "midi", "audio", "pytheory"]
}
]
}