From rivet
Turn a raw idea, voice-dump, or ticket into a Rivet intake file and route it. Use when the user brain-dumps a request, pastes a Jira/GitHub/GitLab ticket, or points at an idea that has no spec yet.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rivet:rivet-intakeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Raw ideas live as files under `.rivet/intake/` — versioned, re-routable, never lost. The tool's code
Raw ideas live as files under .rivet/intake/ — versioned, re-routable, never lost. The tool's code
and skills never change per idea; only these inputs do.
.rivet/intake/<slug>.md)---
id: <slug>
source: raw | github#123 | gitlab#45 | jira:ABC-7
date: <YYYY-MM-DD>
---
<the idea, verbatim — do not editorialize the user's words>
## Refined (added during intake)
- Goal: <one sentence>
- In scope: …
- Out of scope: …
- Open questions: …
rivet route --file .rivet/intake/<slug>.md and report the mode + reason. MUST confirm with
the user before proceeding (confirm-first).## Refined section so the intake file stays the
single record.## Refined. NO code changes.rivet task create … --check …).intake.writeBack allows.npx claudepluginhub pratiyush/llm-dev-kitProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.