Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@codecademy/eslint-config": "8.0.0",
"@codecademy/gamut": "workspace:*",
"@codecademy/prettier-config": "^0.2.0",
"@codecademy/tsconfig": "^0.3.0",
"@commander-js/extra-typings": "^14.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/gamut/agent-tools/.claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "gamut-design-system",
"owner": {
"name": "Codecademy"
},
"metadata": {
"description": "Local marketplace for @codecademy/gamut agent tools."
},
"plugins": [
{
"name": "gamut-design-system",
"source": "./",
"description": "Gamut design system agent tools: skills and rules for AI-assisted development."
}
]
}
7 changes: 7 additions & 0 deletions packages/gamut/agent-tools/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "gamut-design-system",
"version": "0.0.1",
"description": "Gamut design system agent tools: skills and rules for AI-assisted development.",
"license": "MIT",
"keywords": ["codecademy", "gamut", "design-system", "agent-skills"]
}
7 changes: 7 additions & 0 deletions packages/gamut/agent-tools/.cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "gamut-design-system",
"displayName": "Gamut Design System",
"version": "0.0.1",
"description": "Gamut design system agent tools: skills and rules for AI-assisted development.",
"keywords": ["codecademy", "gamut", "design-system", "agent-skills"]
}
Loading
Loading