diff --git a/plugins/core/skills/caveman/SKILL.md b/plugins/core/skills/caveman/SKILL.md deleted file mode 100644 index 940777e..0000000 --- a/plugins/core/skills/caveman/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/core/skills/diagnose/SKILL.md b/plugins/core/skills/diagnose/SKILL.md deleted file mode 100644 index f0bcf05..0000000 --- a/plugins/core/skills/diagnose/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/core/skills/improve-codebase-architecture/SKILL.md b/plugins/core/skills/improve-codebase-architecture/SKILL.md deleted file mode 100644 index c2b291b..0000000 --- a/plugins/core/skills/improve-codebase-architecture/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/core/skills/triage/SKILL.md b/plugins/core/skills/triage/SKILL.md deleted file mode 100644 index 575be5e..0000000 --- a/plugins/core/skills/triage/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/core/skills/zoom-out/SKILL.md b/plugins/core/skills/zoom-out/SKILL.md deleted file mode 100644 index 78290ca..0000000 --- a/plugins/core/skills/zoom-out/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/git/skills/git-branch/SKILL.md b/plugins/git/skills/git-branch/SKILL.md deleted file mode 100644 index a7f1c21..0000000 --- a/plugins/git/skills/git-branch/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/git/skills/git-commit/SKILL.md b/plugins/git/skills/git-commit/SKILL.md deleted file mode 100644 index 9075734..0000000 --- a/plugins/git/skills/git-commit/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/git/skills/git-flow/SKILL.md b/plugins/git/skills/git-flow/SKILL.md deleted file mode 100644 index e4c55ba..0000000 --- a/plugins/git/skills/git-flow/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/git/skills/git-pr/SKILL.md b/plugins/git/skills/git-pr/SKILL.md deleted file mode 100644 index c89c52f..0000000 --- a/plugins/git/skills/git-pr/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/gitea/skills/gitea-issues/SKILL.md b/plugins/gitea/skills/gitea-issues/SKILL.md deleted file mode 100644 index 8715bc9..0000000 --- a/plugins/gitea/skills/gitea-issues/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/gitea/skills/gitea-milestones/SKILL.md b/plugins/gitea/skills/gitea-milestones/SKILL.md deleted file mode 100644 index 4903303..0000000 --- a/plugins/gitea/skills/gitea-milestones/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/gitea/skills/gitea-prs/SKILL.md b/plugins/gitea/skills/gitea-prs/SKILL.md deleted file mode 100644 index 80901c7..0000000 --- a/plugins/gitea/skills/gitea-prs/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/gitea/skills/gitea-releases/SKILL.md b/plugins/gitea/skills/gitea-releases/SKILL.md deleted file mode 100644 index 64340a3..0000000 --- a/plugins/gitea/skills/gitea-releases/SKILL.md +++ /dev/null @@ -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. diff --git a/plugins/gitea/skills/gitea-wiki/SKILL.md b/plugins/gitea/skills/gitea-wiki/SKILL.md deleted file mode 100644 index 6210fb7..0000000 --- a/plugins/gitea/skills/gitea-wiki/SKILL.md +++ /dev/null @@ -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.