cc-context-fork

choru-kchoru-k

Fork the current session and run a prompt with a different model. Full conversation context preserved. Use for "fork with haiku", "cheap query", "context fork", "delegate to haiku", "run with haiku", "fork with opus", or when you want a different model for a sub-task.

195 days ago

superplan

choru-kchoru-k

Hierarchical planning router for big/medium/small tiers. Resolves save location, selects tier, and delegates exactly one tier per run. Supports root→phase→item expansion workflow.

195 days ago

call-ai

choru-kchoru-k

Run a prompt against external AIs (Codex, Gemini, Claude). Low-level building block for other skills. Use for "ask codex", "ask gemini", "call AI", or when delegating prompts to external models.

195 days ago

subagent-trace-debug

choru-kchoru-k

Find and debug Pi subagent trace runs quickly. Use for "debug subagent trace", "latest reviewer tree", "why did reviewer fail", "trace rootInvocationId", or "analyze subagent logs".

195 days ago

cc-context-fork

choru-kchoru-k

Fork the current session and run a prompt with a different model. Full conversation context preserved. Use for "fork with haiku", "cheap query", "context fork", "delegate to haiku", "run with haiku", "fork with opus", or when you want a different model for a sub-task.

195 days ago

pi-front-compaction

choru-kchoru-k

Manual partial compaction workflow for Pi. Use when user asks to compact only the oldest front portion of the conversation by percentage (for example 30% or 50%).

195 days ago

skill-commons

choru-kchoru-k

Shared contract nodes reused by multiple skills (routing, delegation, lifecycle, and output conventions).

195 days ago

choru-ticket

choru-kchoru-k

Manage personal projects (no ticket IDs) in an Obsidian vault. Supports a project/plan workflow and provides legacy-folder migration for users with multiple repositories.

195 days ago

lsp-lite

choru-kchoru-k

Lightweight LSP diagnostics and symbol-aware code intelligence for Pi across Go, Python, TypeScript/JavaScript, Bash, Lua, and Terraform.

195 days ago

jira

choru-kchoru-k

Interact with Jira issues via CLI. View ticket details, list assigned issues, create new tickets. Use for "jira", "view ticket", "my jira issues", "create jira ticket".

195 days ago

cc-dev-agents

choru-kchoru-k

This skill should be used when the user asks to "create a subagent", "add a subagent", "write a subagent", "subagent frontmatter", "permissionMode", "subagent memory", "subagent hooks", "/agents command", "agent frontmatter", "when to use description", "agent examples", "agent tools", "autonomous agent", or needs guidance on subagent structure, system prompts, triggering conditions, storage scopes, or subagent development best practices for Claude Code.

195 days ago

work-jira

choru-kchoru-k

Interact with Jira issues via the CLI. View ticket details, list assigned issues, and create new tickets. Use with "work-jira", "jira", "view ticket", "my jira issues", "create jira ticket".

195 days ago

cc-mung-notify

choru-kchoru-k

Install and validate mung desktop notification hooks for Claude Code with metadata-first source/session/kind/dedupe lanes.

195 days ago

complete-prompt

choru-kchoru-k

Generate context prompts for AI-to-AI handoffs. Use when sharing conversation context, continuing work in a fresh session, or handing off to another LLM. Supports full, brief, debug, architect, diff, general, research, career, and learning modes. Use for "cp", "complete prompt", "context prompt", "handoff prompt", "share context", or "hand off to another AI".

195 days ago

work-lessons

choru-kchoru-k

Log and search lessons learned working in the Clumio codebase — debug solutions, bug fixes, insights, and patterns. Use for "log a lesson", "save this fix", "search lessons", "what did we learn", "work lessons", or when capturing a root cause after debugging.

195 days ago

superplan-big

choru-kchoru-k

Architecture-level planner for new apps, services, or major system changes. Creates big-tier root plan files in the ticket folder: `main.md` + `phase-*.md` stubs. Called by superplan router.

195 days ago

cc-dev-skills

choru-kchoru-k

Guide for creating effective skills. Use for "create a skill", "new skill", "write a SKILL.md", "update a skill", "skill template", or extending Claude's capabilities with specialized workflows and tools.

195 days ago

choru-study

choru-kchoru-k

Import and manage study plans in an Obsidian vault. Use for "choru-study", "study", "import study plan", "track learning", or managing study materials.

195 days ago

study

choru-kchoru-k

Import and manage study plans in an Obsidian vault. Use for "study", "import study plan", "track learning", or managing study materials.

195 days ago

work-workspace

choru-kchoru-k

Manage git worktrees for work repositories. Use for "create worktree", "setup work repo", "switch worktree", or git worktree operations.

195 days ago

clarify

choru-kchoru-k

Route requests into a simple clarification mode and produce only the output needed for that mode.

195 days ago

superplan-small

choru-kchoru-k

Small-scope planner that expands one `item-*.md` into an execution directory. Creates `item-N/main.md`, `task-*.md`, and executable `plan.md`. Called by superplan router.

195 days ago

skill-playbook

choru-kchoru-k

Analyze external posts, news, and resources; evaluate their validity; track lifecycle status; and curate and review best practices for your skills system.

195 days ago

web-search-fetch

choru-kchoru-k

Search the web and fetch readable web content in Pi. Use when external docs, API references, changelogs, or issue threads are needed.

195 days ago

cc-front-compaction

choru-kchoru-k

Prepare manual front-only compaction for Claude Code by compacting the oldest N% with a hard-tail replay by default. Use this only when the user explicitly requests /cc-front-compaction.

195 days ago

second-opinion

choru-kchoru-k

Gets second opinions from external AIs (Codex, Gemini, Claude) on programming questions. Use when seeking alternative perspectives, validating architectural decisions, comparing approaches, or wanting fresh eyes on a problem. Triggers on 'second opinion', 'what do other AIs think', 'ask codex/gemini'.

195 days ago

superplan-medium

choru-kchoru-k

Medium-scope planner that expands a selected `phase-*.md` into a phase directory. Creates `phase-N/main.md` and `item-*.md` stubs for that phase only. Called by superplan router.

195 days ago

cc-dev-hooks

choru-kchoru-k

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, PermissionRequest, PostToolUseFailure, Stop, SubagentStop, SubagentStart, TeammateIdle, TaskCompleted, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code hooks with command, prompt, and agent hook types.

195 days ago

Feature specification

choru-kchoru-k

Write structured product requirements documents (PRDs) with problem statements, user stories, requirements, and success metrics. Use when speccing a new feature, writing a PRD, defining acceptance criteria, prioritizing requirements, or documenting product decisions.

195 days ago

work-ticket

choru-kchoru-k

Manage work Jira tickets and plans in Obsidian vault. Use for "plan work ticket", "manage ticket", "create ticket plan", or any CENG-XXXX ticket.

195 days ago