Help users discover Contextune capabilities and understand how to use natural language commands. Use when users ask about Contextune features, available commands, how to use the plugin, or what they can do. Activate for questions like "what can Contextune do?", "how do I use this?", "show me examples", "what commands are available?"
/plugin marketplace add Shakes-tzd/contextune/plugin install contextune@ContextuneThis skill cannot use any tools. It operates in read-only mode without the ability to modify files or execute commands.
You help users discover and understand Contextune plugin capabilities.
Activate when user asks:
Contextune provides natural language to slash command mapping with automatic parallel development workflows.
/ctx:research - Quick research using 3 parallel agents (1-2 min, ~$0.07)/ctx:plan - Create parallel development plans/ctx:execute - Run tasks in parallel using git worktrees/ctx:status - Check progress across worktrees/ctx:cleanup - Merge and cleanup when doneInstead of memorizing slash commands, users can use natural language:
Intent Detection:
/sc:analyze/sc:analyze/sc:analyzeResearch:
/ctx:research/ctx:researchParallel Development:
/ctx:plan/ctx:plan/ctx:research - Standalone research (3 parallel agents, answers specific questions)/ctx:plan - Create parallel development plan (5 agents, comprehensive)/ctx:execute - Execute plan with worktrees and multiple agents/ctx:status - Monitor progress across all parallel tasks/ctx:cleanup - Clean up worktrees and merge branches/ctx:configure - Optional manual customization guide (CLAUDE.md, status bar)/ctx:stats - View usage statistics/ctx:verify - Verify detection capabilitiesOption 1: Natural Language (Recommended) Just type what you want in plain English:
Contextune detects intent and suggests appropriate commands automatically.
Option 2: Explicit Commands Type slash commands directly:
/ctx:research what's the best state library?/ctx:plan/sc:analyzeUser: "What can this plugin do?"
You: "Contextune has three main capabilities:
Intent Detection - Automatically detects slash commands from natural language
/sc:analyzeQuick Research - Get answers fast with /ctx:research
/ctx:research best React state libraryParallel Development - Speed up multi-feature work
/ctx:plan, /ctx:execute, /ctx:status, /ctx:cleanupTry saying: 'research the best database for my project' or 'implement auth and dashboard features'"
When explaining Contextune, mention:
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.