Skip to content

Conversation

@JamesPrial
Copy link

Summary

  • The plugin-dev:command-development skill fails on load because the skill loader executes all `!`` patterns — including those inside triple-backtick code fences meant as documentation examples
  • Escaped 126 occurrences of !\`` → !\`` across 11 files in plugins/plugin-dev/skills/command-development/ so they render correctly but aren't executed during loading
  • Left 4 outside-code-fence occurrences (descriptive text in README.md and testing-strategies.md) untouched

Test plan

  • Invoke plugin-dev:command-development skill — should load without bash execution errors
  • Verify documentation still reads correctly (escaped backticks render as literal backticks in code blocks)
  • Invoke other plugin-dev skills to confirm no regressions

🤖 Generated with Claude Code

… in code fences

The skill loader processes all !` patterns in skill content, including those
inside triple-backtick markdown code fences meant as documentation examples.
This caused bash execution errors for non-existent example scripts. Escape
126 occurrences across 11 files with !\` so they render correctly but aren't
executed during loading. 4 outside-code-fence occurrences left untouched.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions
Copy link

github-actions bot commented Feb 9, 2026

Thanks for your interest! This repo only accepts contributions from Anthropic team members. If you'd like to submit a plugin to the marketplace, please submit your plugin here.

@github-actions github-actions bot closed this Feb 9, 2026
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