From tipi
Surface the right epigenetic input — fetches a prompt kit from Nate's PromptKit matching the query, returns the full kit inline + a suggestion of which prompt inside to run first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tipi:kitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Epigenetic-input skill. Promptkit = external modulating library; `/kit` is how Jack reaches into it without leaving the Today pane.
Epigenetic-input skill. Promptkit = external modulating library; /kit is how Jack reaches into it without leaving the Today pane.
<query> arg (e.g. /kit agent-stack, /kit plumbing, /kit codex-playbook).tipi-epigenetics/upstream_for("search_prompt_kits") → get the canonical upstream tool name.mcp__nate-promptkit__search_prompt_kits) with query=<user-query>, limit=3.mcp__nate-promptkit__get_prompt_kit(id=<top-result.id>) for full content.Fall back to tipi-epigenetics/list_epigenetic_sources() and show the available upstream search tools. Ask Jack what he's trying to express/refresh/refine.
The Today mode auto-surfaces 3 relevant kits based on today's Top 3 Priorities. /kit is the targeted-search escape hatch when auto-surfacing misses.
npx claudepluginhub jackreis/vs-tipi --plugin tipiCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.