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:
2026-06-28 15:43:23 +00:00
parent c3f2a5f5ef
commit e362c01d6b
14 changed files with 0 additions and 141 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.