Claude Code Plugins

Community-maintained marketplace

Feedback

command-context-patterns

@laurigates/claude-plugins
1
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

created Tue Dec 16 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
modified Tue Dec 16 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
reviewed Tue Dec 16 2025 00:00:00 GMT+0000 (Coordinated Universal Time)
name command-context-patterns
description Write safe context expressions in Claude Code slash command files. Covers backtick expressions, find vs ls patterns, and commands that always exit 0. Use when creating slash commands, writing context sections with backtick expressions, or debugging command execution failures.

Command Context Patterns

Best practices for writing context expressions in Claude Code slash command files.

Activation

Use this skill when:

  • Creating or editing slash command files (.claude/commands/**/*.md)
  • Writing context sections with backtick expressions (!...``)
  • Debugging command execution failures related to bash expressions

Safe Patterns

Context expressions must use commands that always exit 0 regardless of results.

[Rest of content continues...]