Skip to content

Commit 6feb1e3

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 2c56da3 commit 6feb1e3

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
@@ -63,6 +63,7 @@ Declared in `settings.json` under `enabledPlugins`, auto-activated on start:
6363
- **ticket-workflow** — EARS ticket workflow + auto-linking
6464
- **notify-hook** — Desktop notifications on completion
6565
- **frontend-design** (Anthropic official) — UI/frontend design skill
66+
- **prompt-snippets** — Quick behavioral mode switches via /ps command
6667

6768
## Rules System
6869

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