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
18 changes: 18 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "smg-dev-guide",
"description": "SMG Development Guide — process-enforcing skills for Shepherd Model Gateway contributors",
"owner": {
"name": "LightSeek"
},
"plugins": [
{
"name": "smg",
"description": "4 process-enforcing skills for the Shepherd Model Gateway — orientation, implementation (with 15 subsystem recipes), PR review, and pre-ship quality gates",
"version": "0.2.0",
"source": "./",
"author": {
"name": "LightSeek"
}
}
]
}
14 changes: 14 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "smg",
"description": "4 process-enforcing skills for the Shepherd Model Gateway — orientation, implementation (with 15 subsystem recipes), PR review, and pre-ship quality gates",
"version": "0.2.0",
"author": {
"name": "LightSeek"
},
"homepage": "https://github.com/lightseekorg/smg-dev-guide",
"repository": "https://github.com/lightseekorg/smg-dev-guide",
"license": "Apache-2.0",
"keywords": ["smg", "llm-gateway", "rust", "kubernetes", "routing", "grpc"],
"skills": "./skills/",
"commands": "./commands/"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Claude Code plugin for the [Shepherd Model Gateway](https://github.com/lightseek
## Install

```bash
claude plugins add github:lightseekorg/smg-dev-guide
claude marketplace add lightseekorg/smg-dev-guide
```

## Usage
Expand Down