feat(plugins): scaffold git, gitea, and core plugins
Adds three new plugins to the holocron marketplace: - git: 4 stub skills (git-commit, git-branch, git-pr, git-flow) - gitea: 5 stub skills (gitea-issues, gitea-prs, gitea-milestones, gitea-releases, gitea-wiki) - core: 5 stub skills (triage, diagnose, zoom-out, caveman, improve-codebase-architecture) All plugins follow version-parity convention (ADR-0016). Skills are placeholder stubs — content will be authored in a future workstream. Registered in both marketplace.json paths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
18
plugins/gitea/.claude-plugin/plugin.json
Normal file
18
plugins/gitea/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"author": {
|
||||
"name": "Defame1297",
|
||||
"url": "https://git.dev.rkdr.net/Defame1297/"
|
||||
},
|
||||
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.",
|
||||
"displayName": "Gitea",
|
||||
"keywords": [
|
||||
"gitea",
|
||||
"issues",
|
||||
"prs",
|
||||
"milestones",
|
||||
"releases"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "gitea",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
23
plugins/gitea/plugin.json
Normal file
23
plugins/gitea/plugin.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"agents": "agents/",
|
||||
"author": {
|
||||
"email": "defame1297@rkdr.net",
|
||||
"name": "Defame1297"
|
||||
},
|
||||
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.",
|
||||
"hooks": "hooks.json",
|
||||
"keywords": [
|
||||
"gitea",
|
||||
"issues",
|
||||
"prs",
|
||||
"milestones",
|
||||
"releases"
|
||||
],
|
||||
"license": "MIT",
|
||||
"mcpServers": ".mcp.json",
|
||||
"name": "gitea",
|
||||
"skills": [
|
||||
"skills/"
|
||||
],
|
||||
"version": "1.0.0"
|
||||
}
|
||||
10
plugins/gitea/skills/gitea-issues/SKILL.md
Normal file
10
plugins/gitea/skills/gitea-issues/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: gitea-issues
|
||||
description: >
|
||||
Use when you want to create, list, update, label, or close Gitea issues
|
||||
via the Gitea MCP server. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: operate
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
10
plugins/gitea/skills/gitea-milestones/SKILL.md
Normal file
10
plugins/gitea/skills/gitea-milestones/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: gitea-milestones
|
||||
description: >
|
||||
Use when you want to create, update, or close Gitea milestones and assign
|
||||
issues to them. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: operate
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
10
plugins/gitea/skills/gitea-prs/SKILL.md
Normal file
10
plugins/gitea/skills/gitea-prs/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: gitea-prs
|
||||
description: >
|
||||
Use when you want to open, review, merge, or close Gitea pull requests
|
||||
via the Gitea MCP server. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: operate
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
10
plugins/gitea/skills/gitea-releases/SKILL.md
Normal file
10
plugins/gitea/skills/gitea-releases/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: gitea-releases
|
||||
description: >
|
||||
Use when you want to create, update, publish, or delete Gitea releases
|
||||
and associated tags. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: deploy
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
10
plugins/gitea/skills/gitea-wiki/SKILL.md
Normal file
10
plugins/gitea/skills/gitea-wiki/SKILL.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: gitea-wiki
|
||||
description: >
|
||||
Use when you want to create, read, update, or delete Gitea wiki pages
|
||||
in a repository. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: operate
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
Reference in New Issue
Block a user