Skip to content

Commit a947776

Browse files
committed
Fix 3 issues from CodeRabbit review
- Add prompt-snippets to Plugins list in CLAUDE.md - Add `text` language specifier to fenced code blocks (MD040) in README.md and SKILL.md
1 parent 7133a56 commit a947776

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.devcontainer/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Declared in `settings.json` under `enabledPlugins`, auto-activated on start:
9191
- **ticket-workflow** — EARS ticket workflow + auto-linking
9292
- **notify-hook** — Desktop notifications on completion
9393
- **frontend-design** (Anthropic official) — UI/frontend design skill
94+
- **prompt-snippets** — Quick behavioral mode switches via /ps command
9495

9596
## Rules System
9697

.devcontainer/plugins/devs-marketplace/plugins/prompt-snippets/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Quick behavioral mode switches via a single `/ps` slash command.
44

55
## Usage
66

7-
```
7+
```text
88
/ps [snippet-name]
99
```
1010

@@ -29,7 +29,7 @@ Type `/ps` followed by a snippet name to inject a behavioral directive for the r
2929

3030
Combine snippets by listing multiple names:
3131

32-
```
32+
```text
3333
/ps noaction brief
3434
```
3535

.devcontainer/plugins/devs-marketplace/plugins/prompt-snippets/skills/ps/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If `$ARGUMENTS` does not match any snippet name, list all available snippets and
3030

3131
Multiple snippets can be applied in one invocation by separating names with spaces:
3232

33-
```
33+
```text
3434
/ps noaction brief
3535
```
3636

0 commit comments

Comments
 (0)