Skip to content

Drop /reaper: prefix from slash-command examples#52

Merged
SebastianElvis merged 1 commit into
mainfrom
SebastianElvis/fix-reaper-prefix
Apr 18, 2026
Merged

Drop /reaper: prefix from slash-command examples#52
SebastianElvis merged 1 commit into
mainfrom
SebastianElvis/fix-reaper-prefix

Conversation

@SebastianElvis
Copy link
Copy Markdown
Owner

Summary

  • Claude Code no longer requires the reaper: plugin prefix for skill slash commands — every skill is available as a top-level slash command.
  • Updated all Usage blocks in the 10 sub-skill SKILL.md files to show /<skill> instead of /reaper:<skill>.
  • Updated cross-skill references and docs (README.md, CLAUDE.md, dev/ROADMAP.md, evals/evals.json, skills/reaper/SKILL.md) to match.

Test plan

  • grep -r "/reaper:" returns no matches.
  • grep -r "reaper:" returns no matches outside code that is unrelated to invocation.
  • Structure tests in tests/ still pass (unrelated arxiv/iacr failures due to missing bs4/arxiv Python deps).

🤖 Generated with Claude Code

Claude Code no longer requires the plugin prefix for skill slash commands, so
all docs and Usage blocks now reference `/<skill>` directly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@SebastianElvis SebastianElvis merged commit f397968 into main Apr 18, 2026
2 of 3 checks passed
@SebastianElvis SebastianElvis deleted the SebastianElvis/fix-reaper-prefix branch April 18, 2026 13:54
SebastianElvis added a commit that referenced this pull request Apr 18, 2026
Bump minor version for search-skill consolidation and slash-command
example cleanup since v0.3.9.

Changes since v0.3.9:
- Consolidate search skills and add venue resolution (#53)
- Drop /reaper: prefix from slash-command examples (#52)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@SebastianElvis SebastianElvis mentioned this pull request Apr 18, 2026
3 tasks
SebastianElvis added a commit that referenced this pull request Apr 18, 2026
## Summary
- Bump minor version to 0.4.0 in `plugin.json` and `marketplace.json`
- Update pin syntax examples to `v0.4.0` in README, CLAUDE.md, and
ROADMAP

## Changes since v0.3.9
- Consolidate search skills and add venue resolution (#53)
- Drop /reaper: prefix from slash-command examples (#52)

## Test plan
- [ ] Version strings match across `plugin.json` and `marketplace.json`
- [ ] Pin syntax examples updated in README / CLAUDE.md / ROADMAP
- [ ] After merge, tag `v0.4.0` on the merge commit with changes-since
summary

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant