kreek
- 24 skills
- 0 followers
- 6 hours ago last updated
- ▌ API · kreek bundleUse for REST API contracts: endpoints, fields, evolution, status codes, errors, pagination, idempotency.
- ▌ Ship · kreekRun Consult's guarded maintainer flow for commit, merge, version bump, validation, and push.
- ▌ Proof · kreek bundleUse for proof and tests, claims, invariants, behavior specs, edge cases, evidence.
- ▌
- ▌ Release · kreek bundleUse only on request/approval for release prep, or when validation requires release artifact sync.
- ▌ Specify · kreek bundleUse to design before building: discovery, tradeoffs, ADRs, RFCs, tech specs, and decisions needing user agreement.
- ▌ Database · kreek bundleUse for databases, schemas, migrations, indexes, transactions, query plans, locking.
- ▌ Security · kreek bundleUse when auth, secrets, crypto, trust boundaries, dependency risk, or untrusted input are at stake.
- ▌ Workflow · kreek bundleUse first for any feature, bug fix, refactor, debug, test, or config task to route risks, pick skills, define proof.
- ▌ Debugging · kreek bundleUse to debug failures, reproduce symptoms, isolate causes, inspect evidence, fix bugs.
- ▌ UI Design · kreek bundleUse for frontend UI, layouts, components, responsive behavior, accessibility, WCAG, keyboard, focus.
- ▌ Code Review · kreek bundleUse to review diffs and PRs for bugs, regressions, edge cases, proof, merge readiness.
- ▌ Performance · kreek bundleUse for performance, profiling, latency, throughput, allocation, caching, hot paths.
- ▌
- ▌ Scaffolding · kreek bundleUse for scaffolding, new projects, package setup, quality tooling, CI, repo structure.
- ▌ Architecture · kreek bundleUse for architecture decisions, module boundaries, coupling, layering, system shape.
- ▌ Git Workflow · kreek bundleUse for branches, history edits, conflicts, rebases, recovery, force-push, gh.
- ▌ Async Systems · kreek bundleUse for async systems, concurrency, queues, streams, pub/sub, ordering, backpressure.
- ▌ Documentation · kreek bundleUse for docs describing existing code: READMEs, runbooks, API docs, module docs, comments.
- ▌ Observability · kreek bundleUse for production observability: logs, metrics, traces, health, dashboards, alerts, SLOs; not debug prints.
- ▌ Contract First · kreek bundleUse before locking in public functions, types, endpoints, schemas, CLI flags, event payloads, or shared structure.
- ▌ Error Handling · kreek bundleUse when failure contracts matter: error types, propagation, retries, recovery, user-facing messages.
- ▌ Domain Modeling · kreek bundleUse for domain modeling, data shapes, invariants, state transitions, parsing, effects.
- ▌ Official Source Check · kreek bundleUse for version-sensitive framework, library, SDK, or platform behavior: upgrades, deprecations, current APIs.