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>
11 lines
307 B
Markdown
11 lines
307 B
Markdown
---
|
|
name: git-flow
|
|
description: >
|
|
Use when you want to follow a complete git feature-branch workflow from
|
|
branch creation through merge. Stub — full content not yet written.
|
|
metadata:
|
|
category: implement
|
|
---
|
|
|
|
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|