This skill provides reusable patterns, templates, and conventions used across all sanctum git and workspace skills. It validates consistency in TodoWrite naming, git command usage, and output formatting.
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/git-commands.mdmodules/github-comments.mdmodules/output-templates.mdmodules/todowrite-patterns.mdThis skill provides reusable patterns, templates, and conventions used across all sanctum git and workspace skills. It validates consistency in TodoWrite naming, git command usage, and output formatting.
The modules/todowrite-patterns.md module documents the naming convention for TodoWrite items across all sanctum skills:
skill-name:step-nameThe modules/git-commands.md module extracts common git commands used throughout sanctum workflows:
The modules/output-templates.md module provides standardized output formats:
The modules/github-comments.md module provides patterns for posting PR comments:
-F flag for integersThis skill is infrastructure-only and does not define executable workflows. It serves as a reference for pattern consistency across sanctum's git and workspace operations.
All sanctum skills should follow these shared patterns to validate predictable behavior and maintainable code.
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.