← all publishers

rockclaver

@rockclaver source repo

32 published skills

  1. Tdd · rockclaver bundle
    Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
    0
    installs
  2. Fix Issue · rockclaver bundle
    Fetch a GitHub issue, implement the fix, verify acceptance criteria and quality gates pass, then open a pull request. Use when the user types /fix-issue <number> or says "fix issue
    0
    installs
  3. Write Prd · rockclaver bundle
    Write a PRD grounded in the current codebase — reuse inventory, user stories, module design, testing decisions — optionally filed as a GitHub issue. Use when the user wants a PRD, feature spec, requirements doc, or feature planning.
    0
    installs
  4. Design API · rockclaver bundle
    Designs consistent, DRY REST API endpoints for models — handlers, routing, validation, errors — then generates test coverage. Use when the user asks to write an API, add endpoints for a model, build a REST layer, or create CRUD routes.
    0
    installs
  5. Prd To Plan · rockclaver
    Turns a PRD into a phased implementation plan using tracer-bullet vertical slices, saved to ./plans/. Use when the user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
    0
    installs
  6. Write Tests · rockclaver bundle
    Writes high-value tests and improves code coverage by targeting risky untested behavior. Use when the user wants stronger tests, broader test coverage, missing test identification, coverage-driven test writing, or regression tests.
    0
    installs
  7. Offline Sync · rockclaver
    Design offline-first sync for apps spanning web, mobile, and desktop — conflict resolution, delta sync, and local storage per platform. Use when adding offline support, handling sync conflicts, or choosing a client-side database.
    0
    installs
  8. Triage Issue · rockclaver bundle
    Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions "triage", or wants to investigate and plan a fix.
    0
    installs
  9. Debug Runtime · rockclaver
    Root-causes runtime errors, crashes, and unexpected behavior from stack traces, logs, and live app output. Use when the app crashes, throws an unhandled error, misbehaves, or the user pastes a stack trace/error/log needing root cause.
    0
    installs
  10. Server Access · rockclaver bundle
    Accesses named servers over SSH via a local creds file, runs safe or delegated checks. Use to check a server by name, inspect Docker/container state remotely, verify health over SSH, or use creds from ~/.systemcraft/ssh/creds.yml.
    0
    installs
  11. Write A Skill · rockclaver
    Creates new agent skills with proper structure, progressive disclosure, and bundled resources. Use when the user wants to create, write, or build a new skill.
    0
    installs
  12. Answer Plainly · rockclaver
    Answer directly in plain language with no jargon and no padding — one-line questions get one-line answers, detail only on request. Use when the user wants concise, direct, simple, jargon-free responses or shorter answers.
    0
    installs
  13. Release Mobile · rockclaver
    Mobile app release pipeline — iOS signing, App Store submission, Android keystore, Play Store tracks, and OTA updates. Use when shipping a mobile app, setting up release CI, managing certificates, or promoting between store tracks.
    0
    installs
  14. Resolve Review · rockclaver bundle
    Fetch GitHub PR review comments, address each in code, resolve the threads, and update the PR. Use when user types /resolve-review, says "address review comments", "fix PR feedback", "resolve review issues", or "respond to code review".
    0
    installs
  15. Write Changelog · rockclaver bundle
    Generate a changelog from git history. Use when user wants to write a changelog, generate release notes, document what changed between versions, or summarize recent commits for a release.
    0
    installs
  16. Webhook Provider · rockclaver bundle
    Build a platform that emits signed webhooks — HMAC signing, retry policy, circuit breaking, fan-out, and event schema versioning. Use when building outbound webhooks, a webhook delivery system, or an event notification platform.
    0
    installs
  17. Desktop Packaging · rockclaver bundle
    Package and sign Electron or Tauri apps — macOS notarization, Windows code signing, Linux bundles, auto-update, and OAuth deep links. Use when shipping a desktop app, setting up installers, or configuring auto-update.
    0
    installs
  18. Load Test Harness · rockclaver
    Builds repeatable load tests and benchmarks for hot paths, measuring latency, throughput, and failures under load. Use when validating a throughput/latency target, a scalability concern, or asked for a load/stress/soak test or benchmark.
    0
    installs
  19. Refactor Codebase · rockclaver bundle
    Plan and execute incremental refactors using phased vertical slices and tiny working commits. Use when restructuring code, improving architecture, reducing coupling, reorganizing modules, or planning a refactor RFC or GitHub issue.
    0
    installs
  20. Setup Apple Signin · rockclaver bundle
    Set up Sign In with Apple in a Flutter + Firebase app — Developer Portal App ID/Services ID/key, Firebase config, Dart code for iOS-native and Android/web. Use when adding Apple login or fixing operation-not-allowed/invalid_client.
    0
    installs
  21. Resilience Patterns · rockclaver
    Designs fault-tolerant integrations using timeouts, retries with backoff/jitter, circuit breakers, bulkheads, fallbacks, and graceful degradation. Use when a payment, bank, market-data, KYC, or other provider is slow, rate-limited, or down.
    0
    installs
  22. Dockerize And Deploy · rockclaver bundle
    Dockerizes a repo — Dockerfile, docker-compose with volumes, and a preflight script. Use to containerize an app, add Docker support, write a deployment pipeline, set up docker-compose, configure volumes, or deploy to production with Docker.
    0
    installs
  23. Financial Invariants · rockclaver
    Audits, designs, and tests financial invariants — monetary precision, ledger balance, account state, reconciliation, regulatory correctness. Use for payments, ledgers, billing, trading, settlement, or any money-exact code.
    0
    installs
  24. Plan To Github Issues · rockclaver
    Convert a phased plan into GitHub issues, a CI workflow, and a PR template mapping PRs to criteria. Use when user wants to create issues from a plan, push phases to GitHub, set up acceptance-criteria CI, or track plan phases.
    0
    installs
  25. API Contract Evolution · rockclaver
    Evolve REST APIs safely for clients you do not control — mobile apps and third-party integrations. Use when versioning an API, deprecating endpoints or fields, classifying breaking changes, or setting up backward-compatibility testing.
    0
    installs
  26. Migrate To Better Auth · rockclaver bundle
    Migrates NextAuth, Passport, Lucia, Clerk, custom JWT, or session auth to better-auth, detecting setup and rewriting config/routes/seed. Use when switching to better-auth or replacing NextAuth, Lucia, Passport, Clerk, or custom auth.
    0
    installs
  27. Safe Schema Migrations · rockclaver
    Plan zero-downtime, reversible schema and data migrations via expand/contract, online DDL, and batched backfills. Use when adding/dropping/renaming columns, changing types/constraints, backfilling, or migrating large ledger tables.
    0
    installs
  28. Scale Readiness Review · rockclaver
    Reviews code and architecture for scalability bottlenecks, capacity limits, data growth, query cost, queue behavior, and failure modes. Use for higher volume, batch growth, more tenants, larger ledgers, or market-data throughput.
    0
    installs
  29. Workflow Engine Design · rockclaver
    Design and build durable workflow engines — state machines, saga orchestration, durable execution, timers, versioning, and worker concurrency. Use when building a workflow runtime, orchestrator, saga engine, or long-running job system.
    0
    installs
  30. Deterministic Test Harness · rockclaver
    Builds deterministic tests for time, randomness, concurrency, external APIs, queues, databases, or eventual consistency. Use when tests are flaky, financial calcs depend on dates/clocks, or workflows need fake, repeatable test behavior.
    0
    installs
  31. Observability Instrumentation · rockclaver
    Adds structured logging, metrics, tracing, and actionable alerts so financial systems are explainable in production. Use for hard-to-diagnose incidents, new money-moving paths, or drift/queue-depth/latency/failure-rate observability.
    0
    installs
  32. Idempotent Financial Workflows · rockclaver
    Designs retry-safe financial workflows across APIs, workers, webhooks, queues, payment providers. Use for payments, payouts, transfers, imports, webhooks, scheduled jobs, retries, or outbox/inbox flows risking duplicate money moves.
    0
    installs