selamy-labs
- 110 skills
- 0 followers
- 1 day ago last updated
- ▌ Declarative First · selamy-labsUse 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?"
- ▌ Knowledge Routing · selamy-labsUse 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.
- ▌ Orchestrate Codex · selamy-labs bundleReliably 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.
- ▌ Otel Emit At Will · selamy-labsUse 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.
- ▌ Push Over Polling · selamy-labsUse 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.
- ▌ Readme Excellence · selamy-labsUse 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.
- ▌ Adversarial Review · selamy-labsUse 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.
- ▌ Complexity Budgets · selamy-labsUse 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.
- ▌ Orchestrate Claude · selamy-labs bundleReliably 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.
- ▌ Orchestrate Gemini · selamy-labs bundleSafely 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.