← all publishers

selamy-labs

@selamy-labs source repo

110 published skills · page 2 of 2

  1. Declarative First · selamy-labs
    Use for any change to a system's behavior, anywhere. Default to declaring desired state in version-controlled source that tooling reconciles, not making a live mutation. The test for any change is "where is the declared source, and what reconciles it?"
    0
    installs
  2. Knowledge Routing · selamy-labs
    Use when you capture a learning and must decide where it lives. Route by type — shared construct to a skill, fact to memory, reference to a doc, behavior to a thin pointer — so it propagates once and is never duplicated or re-derived.
    0
    installs
  3. Orchestrate Codex · selamy-labs bundle
    Reliably launch, supervise, resume, and hand off Codex CLI as an interactive tmux worker. Use for bounded Codex delegation, remote or alternate-user operation, approval recovery, quota routing, and proving a prompt was submitted rather than pasted or queued.
    0
    installs
  4. Otel Emit At Will · selamy-labs
    Use when an agent needs to emit a telemetry value or event mid-reasoning without managing trace context. Route by signal type (metrics first, events, spans only when parentable) so an agent never orphans a span or has to thread context by hand.
    0
    installs
  5. Push Over Polling · selamy-labs
    Use when designing how one component learns about another's state changes — observability, status propagation, readiness, or event reaction. Prefer server push over client polling; if polling is unavoidable, bound it.
    0
    installs
  6. Readme Excellence · selamy-labs
    Use when creating or auditing a repository README. A README earns its keep — every section answers a real reader question, the quickstart actually runs, and a diagram appears only when it replaces prose.
    0
    installs
  7. Adversarial Review · selamy-labs
    Use before claiming a high-stakes artifact done, verified, or merged. Have an independent grader adversarially review it — prompted to refute and find reasons not to ship, not to bless — and iterate to an explicit ship-or-revise verdict.
    0
    installs
  8. Complexity Budgets · selamy-labs
    Use when code review or implementation needs enforceable limits on branching, nesting, cognitive complexity, function size, or parameter count. Compose language-specific complexity analyzers with repo-native lint gates.
    0
    installs
  9. Orchestrate Claude · selamy-labs bundle
    Reliably launch, supervise, resume, and hand off Claude Code as an interactive tmux worker. Use for bounded Claude delegation, remote or alternate-user operation, auth recovery, dedicated quota routing, and proving a directive was submitted rather than merely pasted.
    0
    installs
  10. Orchestrate Gemini · selamy-labs bundle
    Safely control Google Gemini CLI on local or remote hosts with private checkouts, immutable goals, least-privilege sandbox policy, durable leases and evidence, restart-safe resume, and system-of-record verification. Use for bounded delegation, jump-box operation, auth or quota routing, tmux recovery, and non-generating validation.
    0
    installs