Skip to content
Merged
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
20 changes: 20 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "mittwald-agent-skills",
"description": "Collection of Mittwald skills for the Claude plugin system.",
"owner": {
"name": "Mittwald CM Service GmbH & Co. KG",
"url": "https://www.mittwald.de"
},
"plugins": [
{
"name": "mittwald-migrate",
"source": "./skills/mittwald-migrate",
"description": "Guides a conversational, phase-by-phase migration of an application to Mittwald mStudio."
},
{
"name": "mittwald-zerodeploy",
"source": "./skills/mittwald-zerodeploy",
"description": "Zero-config deployment to Mittwald mStudio container hosting using Railpack build inference."
}
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Before using either skill:

```bash
/plugin marketplace add mittwald/agent-skills
/plugin install mittwald-migrate@agent-skills
/plugin install mittwald-zerodeploy-skill@agent-skills
/plugin install mittwald-migrate@mittwald-agent-skills
/plugin install mittwald-zerodeploy@mittwald-agent-skills
```

**For any other AI assistant** — use the [`skills`](https://www.npmjs.com/package/skills) CLI:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-skills",
"description": "Collection of mittwald skills for the Claude plugin system.",
"name": "mittwald-migrate",
"description": "Guides a conversational, phase-by-phase migration of an application to Mittwald mStudio.",
"version": "0.1.0",
"author": {
"name": "Mittwald CM Service GmbH & Co. KG",
Expand Down
12 changes: 12 additions & 0 deletions skills/mittwald-zerodeploy/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "mittwald-zerodeploy",
"description": "Zero-config deployment to Mittwald mStudio container hosting using Railpack build inference.",
"version": "0.1.0",
"author": {
"name": "Mittwald CM Service GmbH & Co. KG",
"url": "https://www.mittwald.de"
},
"homepage": "https://github.com/mittwald/agent-skills",
"repository": "https://github.com/mittwald/agent-skills",
"license": "MIT"
}
Loading