mirror of
https://github.com/kennethreitz/pytheory.git
synced 2026-07-21 18:19:30 +00:00
fad6a37bc5
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>
23 lines
809 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|