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
27 changes: 27 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "easyp-skills",
"owner": {
"name": "EasyP Tech"
},
"metadata": {
"description": "Claude Code skill plugins by EasyP Tech — Protocol Buffers, MCP server generation, and more"
},
"plugins": [
{
"name": "protoc-gen-mcp-skill",
"source": {
"source": "github",
"repo": "easyp-tech/protoc-gen-mcp-skill"
},
"description": "A Claude Code skill that teaches AI agents how to write, generate, and manage Model Context Protocol (MCP) servers using protoc-gen-mcp and easyp. Covers defining MCP tools in protobuf, generating Go bindings, implementing handlers, and MCP constraints and mappings."
},
{
"name": "protobuf-expert-skill",
"source": {
"source": "github",
"repo": "easyp-tech/protobuf-expert-skill"
},
"description": "Protocol Buffers expert with deep EasyP CLI knowledge. Helps write, review, and refactor .proto files, configure easyp.yaml, choose lint rules, manage proto dependencies, and debug lint errors or generation failures."
}
]
}
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# skills
EasyP tech skills marketplace
# EasyP Skills Marketplace

Hub marketplace for Claude Code skill plugins by [EasyP Tech](https://github.com/easyp-tech).

## Install

Add the marketplace once to get access to all EasyP skills:

```
/plugin marketplace add easyp-tech/skills
```

Then install any skill:

```
/plugin install protoc-gen-mcp-skill
/plugin install protobuf-expert-skill
```

## Skills

| Skill | Repository | Description |
|-------|-----------|-------------|
| `protoc-gen-mcp-skill` | [easyp-tech/protoc-gen-mcp-skill](https://github.com/easyp-tech/protoc-gen-mcp-skill) | Write, generate, and manage MCP servers using protoc-gen-mcp and easyp |
| `protobuf-expert-skill` | [easyp-tech/protobuf-expert-skill](https://github.com/easyp-tech/protobuf-expert-skill) | Protocol Buffers expert with deep EasyP CLI knowledge |