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:
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