AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
darbin avatar

darbin

19 listings · 0 installs

Open-source publisher. Listings imported from github.com/darbin — credited to the original author with their license.

↗ github.com/darbin
19 results
Self-run
SKILL

Rem Review Plan

Validate an implementation plan BEFORE code is written. Checks Prior Art claims, plan-contract conformance, breakage and bug-introduction risk, convention compliance, premise-wrong exit. Dispatches domain specialists in parallel, iterates up to 3 rounds, and writes Status back to the plan file so rem-execute knows the state. Distinct from rem-plan (writes the plan) and rem-review-code (reviews th…

0
9
Free
Self-run
SKILL

Rem Refactor

Systematic safe refactoring with verification at each step. Resolves DRY violations, splits large files, extracts patterns, removes dead code, and aligns conventions — all while preserving behavior. Use when the user says "refactor", "clean up", "extract", "simplify", "DRY this up", or after rem-audit/rem-review-code identifies issues to fix.

0
10
Free
Self-run
SKILL

Rem Review Ux

UX/UI review — Nielsen heuristics, accessibility, visual hierarchy, mobile UX, conversion flow, state coverage, dark patterns. Review UI, review UX, review design, review usability, review this page, check accessibility, a11y review, WCAG audit, UX audit, design review, usability review, UI review, heuristic evaluation. Runs automated a11y audit script (alt text, labels, heading hierarchy, touch…

0
13
Free
Self-run
SKILL

Rem Review Code

Code review for bugs, security, performance, DRY, and maintainability - file-scoped or diff-scoped, not repo-wide. Parallel independent reviewers + a separate verification pass. Auto-detects mode - Plan Verification cross-checks the plan contract against what actually shipped; Diff Review covers recent changes + scope drift; File Review walks listed files. Distinct from rem-audit (repo-wide healt…

0
10
Free
Self-run
SKILL

Rem Skill

Build, evaluate, improve, and analyze Claude Code skills. Encodes skill-design expertise — description optimization, progressive disclosure via `_references/`, knowledge-delta scoring, archetype selection, anti-pattern detection. ANALYZE mode reads `~/.claude/skill-feedback.jsonl` (populated by `/rem-feedback`), aggregates by skill + mistake_type, and proposes targeted edits — description trigger…

0
10
Free
Self-run
SKILL

Rem Loop

Autonomous agentic loop patterns for multi-iteration work — PR Loop (branch → implement → CI → auto-fix → repeat with SHARED_TASK_NOTES.md context bridge) and De-Sloppify (two-pass - implementation agent then dedicated cleanup agent). Use when a task requires many iterations against CI feedback, when you want a post-implementation cleanup pass without negative constraints, or when you need to bri…

0
11
Free
Self-run
SKILL

Rem Audit

Audit a repo''s health across 24 categories - security (injection/auth/headers/secrets), code quality, dead code, DRY, tech debt, resilience, a11y, API contracts. Convention-aware (reads CLAUDE.md/learnings), linter-aware (never duplicates ESLint/biome/vet). Modes - QUICK/STANDARD/DEEP/FOCUSED/PLAN-AWARE/INCREMENTAL/HARNESS. Use for "audit", "repo audit", "full codebase audit", "health check", "s…

0
11
Free
Self-run
SKILL

Rem Plan

Write a verification-first implementation plan that a fresh subagent could execute without session context. Audits existing capabilities before proposing new code, validates the riskiest assumption first, and gives every task a verification primitive matching its kind. Distinct from rem-review-plan (validates an existing plan) and rem-execute (runs an approved plan). Use for "plan", "implementati…

0
10
Free
Self-run
SKILL

Rem Solve

Interactive problem-solving wizard. Guides through structured Q&A using interactive popups, codebase analysis, web research, and multi-approach comparison to find the best solution. Works for any problem — code, architecture, product, design, business, or decisions.

0
10
Free
Self-run
SKILL

Rem Handoff

Session continuity and handoff. Saves current session state for future resumption, or resumes from a previous handoff. Use for handoff, session handoff, context transfer, resume, continue, pick up where I left off, save progress, session state, or context preservation.

0
8
Free
Self-run
SKILL

Rem Learn

Extract permanent lessons from the current session so they're never repeated. Mines git diff / reflog / conversation for error→fix chains, silent failures (code ran but produced wrong data), near-misses (almost deployed X), wasted effort (spent 30m on wrong approach), positive patterns worth replicating, and architecture insights uncovered during debugging. Writes grep-able entries to learnings.m…

0
11
Free
Self-run
SKILL

Rem Feedback

Capture typed feedback about skill mistakes so skills can learn and improve over time. Writes structured entries to `~/.claude/skill-feedback.jsonl` tagged with one of six mistake types — misrouted (wrong skill fired / should have fired), wrong-output (false claim, bad advice), missed (skill didn''t flag an issue it should have), over-flagged (skill flagged a non-issue), context-ignored (skill ig…

0
9
Free
Self-run
SKILL

Rem Qa

Visual QA testing across real browser — Playwright (primary) or Chrome DevTools MCP (fallback). QA this, QA the site, test the site, check for visual bugs, run QA, browser test, visual test, smoke test, screenshot test, cross-page testing, mobile testing, desktop testing, diff-aware QA, Playwright testing, Lighthouse audit, health score, visual regression, find broken layouts, find dead clicks, f…

0
10
Free
Self-run
SKILL

Rem Branch

Finish a development branch. Verifies all tests pass, then presents 4 options - merge locally, push + create PR, keep as-is, or discard. Handles worktree cleanup. Use when the user says "finish branch", "merge", "create PR", "done with this branch", or after rem-execute completes.

0
8
Free
Self-run
SKILL

Rem Root Cause

Deep root cause analysis for bugs and errors. Traces execution paths, eliminates wrong hypotheses, finds the underlying architectural problem — not just symptoms. Convention-aware — checks learnings for known issues before investigating. Use when the user has a bug, error, or unexpected behavior and needs to understand why.

0
13
Free
Self-run
SKILL

Rem Execute

Execute an approved implementation plan with maximum discipline - git worktree isolation, TDD per task (RED to GREEN), complexity-scaled review, Codex delegation for mechanical work, one commit per task, and risk-scaled human checkpoints. Distinct from rem-plan (which WRITES the plan), rem-review-plan (which VALIDATES the plan before execution), rem-verify (which runs build/test without executing…

0
10
Free
Self-run
SKILL

Rem Test

Test strategy, generation, and quality audit. Analyzes untested code paths, generates tests matching project patterns, reviews existing test quality, and identifies coverage gaps. Use when the user says "write tests", "add tests", "test this", "check coverage", "review tests", or "what's untested".

0
9
Free
Self-run
SKILL

Rem Verify

Prove work is complete by running fresh build + typecheck + test + lint commands and showing the output. Never claims done from reasoning alone. Auto-detects stack (Node/Next.js/Go/Rust/Python/Astro/Fastify, monorepos) and runs the matching suite + pre-build scans. Plan-aware mode cross-checks phantom completions and per-Kind Verify evidence. Distinct from rem-review-code (reviews code quality; v…

0
11
Free
Self-run
SKILL

Rem Council

Multi-subagent decision framework for ambiguous tradeoffs where multiple valid options exist. Convenes three independent subagents (Skeptic, Pragmatist, Critic) to surface structured disagreement before committing. Distinct from rem-solve (which finds the answer to a problem) — rem-council arbitrates when you've already framed the options and need pressure-tested deliberation before committing. U…

0
11
Free
You've reached the end · 19 loaded