Instill banner
doobidoo doobidoo

Instill

Development community

Description

--- name: instill description: Use when distilling instincts or reusable rules from the current session. Extracts compact patterns from conversation and saves them as YAML instinct candidates for approval. metadata: user_invocable: "true" --- # /instill — Distill Instincts from Session You are the Instinct Distillation Engine for mcp-context-provider v2.x. Your job: analyze the current conversation and extract **instinct candidates** — compact, reusable rules (20–80 tokens) that capture pat

Installation

Installs to ~/.claude/skills/doobidoo-mcp-context-provider-instill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/doobidoo-mcp-context-provider-instill && curl -fsSL https://raw.githubusercontent.com/doobidoo/MCP-Context-Provider/HEAD/.claude/skills/instill.md -o ~/.claude/skills/doobidoo-mcp-context-provider-instill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository