lprior-repo
- 33 skills
- 0 followers
- 1 week ago last updated
- ▌ Test Writer · lprior-repo bundleUltimate Rust test enforcer. Writes exhaustive tests across unit, integration, proptest, and Kani. Enforces testing trophy.
- ▌ Truth Serum · lprior-repo bundleDual-persona auditor that cages AI-generated code with verification layers. Exposes hallucinations and missing tests.
- ▌ Bdd Enforcer · lprior-repo bundleBDD scenario enforcer. After writing code, ensures every behavior has executable Given/When/Then scenarios that prove it works end-to-end. Writes missing scenarios, runs them, fixes failures. Scenarios ARE the specification — no scenario means no proof means no ship. Use after implementation to enforce behavioral correctness.
- ▌ Doc To Beads · lprior-repoThe end-to-end 'Read this doc and make beads' master agent. Reads an existing document, acts as the Architect to generate the spec WITHOUT an interactive loop, and then immediately runs the Bead Forge pipeline to decompose, shred, and stamp the beads via the Planner.
- ▌ Skill Writer · lprior-repo bundleMeta skill for authoring Claude skills using contract-first design, JSONL-first prompts, and progressive disclosure.
- ▌ Test Planner · lprior-repo bundleExhaustive Rust test strategist. Reads code/bead and produces test-plan.md covering unit, BDD, proptest, and mutations.
- ▌ Landing Skill · lprior-repoSession completion enforcer - runs quality gates, syncs code, pushes to remote, and hands off cleanly.
- ▌ Plan Shredder · lprior-repoUltimate planning gatekeeper. Viciously attacks task decomposition plans using Munger's Lattices and Bitter Truth constraints.
- ▌ Rust Contract · lprior-repo bundleDesign-by-contract and Martin Fowler test planning for Rust. Produces contracts, invariants, and Given-When-Then plans.
- ▌ Test Reviewer · lprior-repo bundleAdversarial black-hat reviewer for test plans and suites. Enforces Holzmann rules, Fowler purity, and mutation kill rates.
- ▌ Arch Design QA · lprior-repo bundleRuthless Architectural product owner that runs Double Diamond loop powered by Munger's 5 Mental Lattices.
- ▌ Functional Rust · lprior-repo bundleStrict functional-first Rust generator combining zero-panic purity (Data-Calc-Actions layering) and Holzmann NASA/JPL reliability. Use this skill whenever writing, fixing, or reviewing Rust code — especially for CI repairs, functional architecture, zero-unwrap enforcement, or bead workflow implementation.
- ▌ Arch Spec To Beads · lprior-repoMaster pipeline orchestrator. Takes architecture-spec.md, runs it through Decomposer, and persists validated beads.
- ▌ Black Hat Reviewer · lprior-repoUltimate engineering gatekeeper enforcing Contract Parity, Farley Constraints, Functional Rust (Big 6), Strict DDD, and Bitter Truth.
- ▌ Scott Ddd Refactor · lprior-repo bundleStrict Scott Wlaschin style refactoring for DDD and type-driven design. Makes illegal states unrepresentable.
- ▌ Architectural Drift · lprior-repoRunbook for checking architectural drift, enforcing <300 line files, and applying Scott Wlaschin DDD principles.
- ▌ Async Rust Reviewer · lprior-repo bundleRuthless reviewer for asynchronous Rust code. Enforces spawn discipline, stream combinators over loops, Send+Sync hygiene, cancellation safety, observability (tracing + tokio-console + OTLP), sync-core/async-shell architecture, hexagonal boundaries, and performance benchmarks. Use when reviewing, auditing, or writing any async Rust — tokio, futures, streams, spawned tasks, concurrent pipelines, or async API design. Even if the user just says 'review this async code' or 'is this concurrent Rust correct?', this skill should activate.
- ▌ Jj · lprior-repoJujutsu (jj) version control expert. Covers workflows, isolation, rebasing, revsets, and GitHub/Gerrit integration.
- ▌ Dolt · lprior-repo bundleDolt database operations for beads. Use when bd commands fail, when setting up new rig beads, fixing dolt remotes, or diagnosing dolt corruption. Covers ALL rigs.
- ▌
- ▌ Dioxus · lprior-repoComplete Dioxus 0.7 framework guide covering development, debugging, and testing with WebDriver and Playwright.
- ▌ Master · lprior-repoMaster Agent that coordinates sub-agent-driven development using the GoMasterOrchestrator pipeline.
- ▌ Gastown · lprior-repo bundleGas Town multi-agent orchestration expert for workspace setup, rig management, agent runtime configuration (claude, opencode, codex, cursor, amp, gemini, copilot, auggie, pi, omp), bead/issue tracking with bd, convoy work tracking, polecat lifecycle, witness/refinery/deacon monitoring, formula workflows, molecules, mail/nudge communication, scheduling, escalation, dashboard/feed monitoring, and cross-rig coordination. Use this skill whenever the user mentions Gas Town, gt commands, rigs, polecats, convoys, beads issues, slinging work, multi-agent coordination, agent orchestration, or any gt CLI operation — even if they don't explicitly say 'Gas Town'.
- ▌ Moon V2 · lprior-repoMoon v2 build system expert for Rust. Covers CI/CD, task design, 3-layer caching, and functional Rust lint gates.
- ▌ Planner · lprior-repo bundleDeterministic planning agent that decomposes complex work into atomic beads using enhanced 16-section template.
- ▌ Go Skill · lprior-repoGoMasterOrchestrator - BEAM-style deterministic supervisor for BDCLI-first execution from top-priority bead to main. Includes pre-flight codebase exploration (STATE 2) to cache context before implementation, CI failure categorization (BANNED_ASSERTION / CLIPPY / COMPILE_ERROR / TEST_FAILURE / CONTRACT_PARITY / FORMAT) for targeted fix loops, and structured sub-agent task titles for auditability. Use this skill whenever starting work on a bead, implementing a feature end-to-end, or running the full TDD pipeline from contract to landing.
- ▌ Opencode · lprior-repo bundleOpenCode CLI expert. Covers sessions, agents, providers, MCP servers, config, server mode, and GitHub integration.
- ▌ Velocity · lprior-repoRaw throughput via good coding discipline. High-velocity outcome-driven development with TDD, functional core, Modern SWE principles, and CI/CD automation.
- ▌ Dioxus QA · lprior-repoRuthless QA agent for Dioxus UI apps. Uses pure-Rust fantoccini (WebDriver) to automate headless Chrome. Verifies UI components, tests routing, and validates DOM updates. Includes screenshot capabilities.
- ▌ Red Queen · lprior-repo bundleAdversarial evolutionary QA using Digital Red Queen. Code and tests coevolve via deterministic state machine execution.
- ▌ Decomposer · lprior-repo bundleDeterministic BEAM-style supervisor that shreds architecture specs into molecular tasks via plan-shredder loop.
- ▌ Hands On QA · lprior-repo bundleManual QA tester that invokes CLI tools, APIs, and interfaces by hand across happy paths and all failure paths. Tests actual invocation behavior — does the binary run, does the endpoint respond, does error handling work. Reports findings with real terminal output as evidence. Does NOT write or modify code. Trigger: "test this by hand", "manually test", "does this actually work", "try all the paths", "smoke test", "hand-test this CLI/API".
- ▌ QA Enforcer · lprior-repo bundleRuthless QA agent that ACTUALLY executes commands/APIs and deeply inspects results like a product owner.