-
Notifications
You must be signed in to change notification settings - Fork 2
feat: unify skills + plugins into a multi-agent marketplace #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sidneyswift
wants to merge
12
commits into
main
Choose a base branch
from
feat/unified-marketplace
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
91540e7
Create music catalogs plugin
sidneyswift 7a4f02b
feat: build catalog deal review plugin
sidneyswift a9e1ffc
feat: harden catalog diligence workflow
sidneyswift d91c4cf
chore: expand Apache license text
sidneyswift a95f3dc
feat: expand catalog-ingest automation, hygiene scans, and lifecycle …
sidneyswift cb93826
Add 'plugins/music-catalog-diligence/' from commit 'a95f3dce14601d17c…
sidneyswift 3fc497a
feat(marketplace): unify skills + plugins into one multi-agent market…
sidneyswift d2d33ef
feat(getting-started): turn into onboarding orchestrator with state d…
sidneyswift b18c865
feat(branding): rename marketplace + plugin identifiers from "recoupa…
sidneyswift ade1dc0
fix: replace fictional /whoami with /organizations auth check + persi…
sidneyswift 54dbcdb
Address pass-1 bot review comments
sidneyswift 32d7f76
Address pass-2 bot review comments
sidneyswift File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,92 @@ | ||
| { | ||
| "name": "recoup", | ||
| "description": "Recoup's marketplace of AI agent skills and plugins for the music industry.", | ||
| "owner": { | ||
| "name": "Recoup", | ||
| "email": "agent@recoupable.com", | ||
| "url": "https://recoupable.com" | ||
| }, | ||
| "interface": { | ||
| "displayName": "Recoup" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "recoup-skills", | ||
| "description": "Music-industry skills for AI agents — artist management, songwriting, analytics, release campaigns, research, content creation.", | ||
| "source": { | ||
| "source": "local", | ||
| "path": "./" | ||
| }, | ||
| "policy": { | ||
| "installation": "AVAILABLE", | ||
| "authentication": "ON_INSTALL" | ||
| }, | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "artist-management", | ||
| "songwriting", | ||
| "music-marketing", | ||
| "analytics", | ||
| "release-management", | ||
| "chartmetric", | ||
| "content-creation", | ||
| "agent-skills" | ||
| ], | ||
| "interface": { | ||
| "displayName": "Recoup Skills", | ||
| "shortDescription": "Music industry skills for AI agents", | ||
| "longDescription": "Teach your coding agent how to manage artists, write songs, analyze music analytics, plan releases, and create content. General skills work for anyone; platform skills integrate with the Recoup platform.", | ||
| "developerName": "Recoup", | ||
| "category": "Music", | ||
| "capabilities": [ | ||
| "Read", | ||
| "Write" | ||
| ], | ||
| "websiteURL": "https://recoupable.com", | ||
| "brandColor": "#345A5D" | ||
| } | ||
| }, | ||
| { | ||
| "name": "music-catalog-diligence", | ||
| "description": "Review royalties, rights, valuation, and deal materials for music catalog transactions.", | ||
| "source": { | ||
| "source": "local", | ||
| "path": "./plugins/music-catalog-diligence" | ||
| }, | ||
| "policy": { | ||
| "installation": "AVAILABLE", | ||
| "authentication": "ON_INSTALL" | ||
| }, | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "catalogs", | ||
| "diligence", | ||
| "royalties", | ||
| "music-rights", | ||
| "data-room", | ||
| "valuation", | ||
| "catalog-diligence", | ||
| "seller-prep", | ||
| "financing", | ||
| "chain-of-title", | ||
| "royalty-audit", | ||
| "agent-skills" | ||
| ], | ||
| "interface": { | ||
| "displayName": "Music Catalog Diligence", | ||
| "shortDescription": "Review royalties, rights, valuation, and deal materials for catalog transactions", | ||
| "longDescription": "Turn messy catalog data rooms into source-cited deal packages with normalized royalty data, rights exceptions, valuation workpapers, and buyer, seller, or lender-ready memos.", | ||
| "developerName": "Recoup", | ||
| "category": "Music", | ||
| "capabilities": [ | ||
| "Read", | ||
| "Write" | ||
| ], | ||
| "websiteURL": "https://recoupable.com", | ||
| "brandColor": "#345A5D" | ||
| } | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| { | ||
| "name": "recoup", | ||
| "owner": { | ||
| "name": "Recoup", | ||
| "email": "agent@recoupable.com", | ||
| "url": "https://recoupable.com" | ||
| }, | ||
| "metadata": { | ||
| "description": "Recoup's marketplace of AI agent skills and plugins for the music industry.", | ||
| "version": "1.0.0" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "recoup-skills", | ||
| "description": "Music-industry skills for AI agents — artist management, songwriting, analytics, release campaigns, research, content creation.", | ||
| "version": "1.0.0", | ||
| "source": "./", | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "artist-management", | ||
| "songwriting", | ||
| "music-marketing", | ||
| "analytics", | ||
| "release-management", | ||
| "chartmetric", | ||
| "content-creation", | ||
| "agent-skills" | ||
| ], | ||
| "strict": false, | ||
| "skills": [ | ||
| "./skills/artist-workspace", | ||
| "./skills/chart-metric", | ||
| "./skills/content-creation", | ||
| "./skills/create-artist", | ||
| "./skills/getting-started", | ||
| "./skills/music-industry-research", | ||
| "./skills/recoup-api", | ||
| "./skills/release-management", | ||
| "./skills/setup-sandbox", | ||
| "./skills/song-writing", | ||
| "./skills/streaming-growth", | ||
| "./skills/trend-to-song" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "music-catalog-diligence", | ||
| "description": "Review royalties, rights, valuation, and deal materials for music catalog transactions.", | ||
| "version": "0.1.0", | ||
| "source": "./plugins/music-catalog-diligence", | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "catalogs", | ||
| "diligence", | ||
| "royalties", | ||
| "music-rights", | ||
| "data-room", | ||
| "valuation", | ||
| "catalog-diligence", | ||
| "seller-prep", | ||
| "financing", | ||
| "chain-of-title", | ||
| "royalty-audit", | ||
| "agent-skills" | ||
| ], | ||
| "tags": [ | ||
| "music-catalog-diligence", | ||
| "royalty-normalization", | ||
| "rights-diligence", | ||
| "valuation" | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| { | ||
| "name": "recoup", | ||
| "owner": { | ||
| "name": "Recoup", | ||
| "email": "agent@recoupable.com" | ||
| }, | ||
| "metadata": { | ||
| "description": "Recoup's marketplace of AI agent skills and plugins for the music industry." | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "recoup-skills", | ||
| "source": ".", | ||
| "description": "Music-industry skills for AI agents — artist management, songwriting, analytics, release campaigns, research, content creation.", | ||
| "version": "1.0.0", | ||
| "author": { | ||
| "name": "Recoup", | ||
| "email": "agent@recoupable.com" | ||
| }, | ||
| "homepage": "https://recoupable.com", | ||
| "repository": "https://github.com/recoupable/skills", | ||
| "license": "Apache-2.0", | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "artist-management", | ||
| "songwriting", | ||
| "music-marketing", | ||
| "analytics", | ||
| "release-management", | ||
| "chartmetric", | ||
| "content-creation", | ||
| "agent-skills" | ||
| ] | ||
| }, | ||
| { | ||
| "name": "music-catalog-diligence", | ||
| "source": "plugins/music-catalog-diligence", | ||
| "description": "Review royalties, rights, valuation, and deal materials for music catalog transactions.", | ||
| "version": "0.1.0", | ||
| "author": { | ||
| "name": "Recoup", | ||
| "email": "agent@recoupable.com" | ||
| }, | ||
| "homepage": "https://recoupable.com", | ||
| "repository": "https://github.com/recoupable/skills", | ||
| "license": "Apache-2.0", | ||
| "category": "Music", | ||
| "keywords": [ | ||
| "music", | ||
| "catalogs", | ||
| "diligence", | ||
| "royalties", | ||
| "music-rights", | ||
| "data-room", | ||
| "valuation", | ||
| "catalog-diligence", | ||
| "seller-prep", | ||
| "financing", | ||
| "chain-of-title", | ||
| "royalty-audit", | ||
| "agent-skills" | ||
| ], | ||
| "tags": [ | ||
| "music-catalog-diligence", | ||
| "royalty-normalization", | ||
| "rights-diligence", | ||
| "valuation" | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| name: validate | ||
|
|
||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| validate-manifests: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: "3.11" | ||
|
|
||
| - name: Check marketplace files are in sync with source | ||
| run: python3 scripts/generate-marketplaces.py --check | ||
|
|
||
| - name: Validate all manifests + skills | ||
| run: python3 scripts/validate-manifests.py | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.