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"
|
||||
}
|
||||
Reference in New Issue
Block a user