caiuswang
Userregin is not an agent platform. It's the layer around an agent — the harness.
Categories
Indexed Skills (7)
vue-complexity
Complexity thresholds for Vue 3 SFCs — cyclomatic complexity of the <script>/<script setup> block (per-function and aggregate) plus bespoke template metrics (nesting depth, directive density, conditional/loop branches, element count, binding count). Enforced by the generic BundleEngine on every .vue edit.
goal-verified-treenav
The tree-nav arm of goal-verified — same independent-verifier build loop, but the recalled-lessons leg is swapped from preflight's flat embedding/keyword recall to coarse-to-fine topic-tree navigation (memory-tree-nav). The recall leg is gated by a trace-verified span check that makes silently skipping it a wall, not an option. Use to run /goal, build, implement, refactor tasks when you want to pin the bar by *browsing the knowledge tree by subsystem* instead of routing the goal text through the recall ranker — and to A/B the two recall mechanisms head-to-head.
goal-verified
Run a goal with an independent verifier — pin the bar before building, build then STOP, verify against the bar with a fresh reviewer and the machine gates, then commit. Use for /goal, build, implement, refactor, redesign tasks where you keep finding bugs the agent didn't point out.
memory-tree-nav
Navigate regin's cross-session agent memory by its topic taxonomy instead of blind semantic search. Use when you want to orient in what the project knows about an area, browse memories by subsystem, or do coarse-to-fine recall by reading topic labels and drilling down — not guessing keywords. Triggers: "what does regin know about X", "browse memories for the trace/eval/memory subsystem", "find lessons under topic Y", "explore the knowledge tree", or any recall where you'd rather route by structure than by embedding similarity. Backed by the memory MCP tools index_root / index_expand / index_fetch over the parent_id tree in .regin/topics/topics/.
topic-router
Run this before any repo task. Triggers: fix a bug, debug, "how does X work?", understand a procedure, explain code, plan a change, implement a feature, refactor, edit, investigate, deep into, analyze. It routes 2-6 keywords through regin's dense pattern index (embedding + cross-encoder rerank) so the matching SKILL.md loads before source inspection, lint changes, or tests run.
frontend-style-convention
Frontend Style Convention. A regin rule bundle (regin-bundle/v1) of Vue/CSS/JS accessibility, interaction, and layout checkers plus the style guidance behind them. Run by the generic BundleEngine when registered as a custom rule engine. See references/style-convention.md.
regin-python-conventions
regin Python conventions. Repo-local GritQL rules for regin's own Python: no bare except, no print() in lib code, the activity-logger read/write discipline, and no raw sqlite3.connect(). See references/python-conventions.md for compliant snippets.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.