chore(plugins): remove stale SKILL.md stubs from plugin skill dirs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: caveman
|
||||
description: >
|
||||
Use when you want to debug by inserting print statements and observing
|
||||
raw output to understand program state. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: cross-cutting
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: diagnose
|
||||
description: >
|
||||
Use when you want to investigate a bug, error, or unexpected behavior
|
||||
systematically before attempting a fix. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: cross-cutting
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
name: improve-codebase-architecture
|
||||
description: >
|
||||
Use when you want to identify and improve structural weaknesses in the
|
||||
codebase architecture — coupling, cohesion, layering, or boundary violations.
|
||||
Stub — full content not yet written.
|
||||
metadata:
|
||||
category: cross-cutting
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: triage
|
||||
description: >
|
||||
Use when you want to assess and prioritize a codebase problem, bug, or
|
||||
backlog item before deciding how to act on it. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: cross-cutting
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: zoom-out
|
||||
description: >
|
||||
Use when you want to step back from implementation details and review
|
||||
the broader design, direction, or architectural coherence. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: cross-cutting
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: git-branch
|
||||
description: >
|
||||
Use when you want to create, switch, rename, or delete git branches.
|
||||
Stub — full content not yet written.
|
||||
metadata:
|
||||
category: implement
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: git-commit
|
||||
description: >
|
||||
Use when you want to commit staged changes following conventional commit
|
||||
format (feat:, fix:, docs:, chore:, etc.). Stub — full content not yet written.
|
||||
metadata:
|
||||
category: implement
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
name: git-pr
|
||||
description: >
|
||||
Use when you want to open, review, or merge a pull request via the git
|
||||
host CLI. Stub — full content not yet written.
|
||||
metadata:
|
||||
category: implement
|
||||
---
|
||||
|
||||
> **Stub.** This skill is a placeholder. Content will be authored in a future workstream.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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.
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
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