← all publishers

kiloloop

@kiloloop source repo

24 published skills

  1. Oacp 2 · kiloloop
    Use the OACP CLI and protocol from Codex to coordinate agents through signed inbox/outbox messages, task dispatch, review loops, and project memory.
    0
    installs
  2. Doctor 2 · kiloloop
    Run environment and workspace diagnostics, auto-fix what it can, and report blockers. Use at session start or when something seems broken.
    0
    installs
  3. Debrief 2 · kiloloop
    Capture a structured session summary and publish it to the OACP org-memory debrief store as an immutable record. Run at the end of any session.
    0
    installs
  4. Wrap Up 2 · kiloloop bundle
    End-of-session cleanup for Codex — inspect stale artifacts, run debrief, write significant org-memory events, run a delta-first self-improve pass, then publish bounded approved memory and repository changes.
    0
    installs
  5. Check Inbox 2 · kiloloop bundle
    Process the current Codex project's OACP inbox in one ordered pass. Use for notification, question, task, handoff, brainstorm, or review-loop traffic. Uses mode-aware verify-before-parse intake, immutable snapshots, receiver autonomy, typed replies, and fail-closed terminal archival.
    0
    installs
  6. Self Improve 2 · kiloloop bundle
    Audit and improve Codex operating guidance: skills, curated project memory, AGENTS.md, and relevant configuration. Use for explicit self-improve requests, routine wrap-up drift checks, stale or conflicting guidance, or an approved cleanup. Route release-wide OACP migrations and context-budget audits to audit-oacp-skills. Do not hand-edit generated Codex memories or installed plugin/system artifacts.
    2
    installs
  7. Review Loop Author 2 · kiloloop bundle
    Coordinate the author or coordinator side of an OACP inbox-based PR review loop: request exact-head review, route verified feedback, re-request bounded rounds, and land or park only at an authorized terminal checkpoint. Use for OACP review_request, review_feedback, review_addressed, or review_lgtm traffic; do not use for an ordinary local code review or only addressing GitHub comments.
    0
    installs
  8. Org Memory Synthesis 2 · kiloloop
    Synthesize org-memory — fold new events into recent.md, promote cross-repo patterns to decisions.md and rules.md, and audit for staleness, cross-file conflicts, and drift. Invoke whenever the user asks "synthesize org-memory", "fold events", "is recent.md stale", "audit org-memory", or any phrasing like "did we synthesize org-memory" — even if they do not explicitly type the slash command.
    0
    installs
  9. Review Loop Reviewer 2 · kiloloop bundle
    Run one stateless reviewer round for an OACP inbox-based PR review loop: verify the request snapshot, review one exact PR head, enforce the findings quality gate, and send review_feedback or review_lgtm. Use for OACP review_request traffic or an explicitly approved review_addressed continuation; do not use for an ordinary local code review or GitHub comment triage.
    0
    installs
  10. Usage Cost · kiloloop bundle
    Report a coding agent's locally recorded token usage and what that usage would cost at published API list rates. Use when asked what a subscription period's work would have cost per token, which models or cache tiers dominate spend, or how many tokens an agent has actually used.
    0
    installs
  11. Memory Lint · kiloloop bundle
    Lint Markdown memory and documentation corpora with the deterministic memory-lint CLI. Use when validating frontmatter, links, indexes, managed markers, staleness, structure, or revision changes without modifying the corpus.
    0
    installs
  12. Render Check · kiloloop bundle
    Review the surface a reader actually sees before reporting it done. Use when a change renders for someone else — a web page or app build, a README or docs page on its hosting site, a pull-request or issue body, a chart, an email or PDF export — and the report must rest on screenshots and measured layout rather than on source inspection or an HTTP 200.
    0
    installs
  13. Verify Numbers · kiloloop bundle
    Verify counts, deltas, estimates, remembered values, and time-window metrics before quoting them. Use when a number will anchor a recommendation, comparison, status report, or protocol artifact and its scope or method must be auditable.
    0
    installs
  14. Proof Before Done · kiloloop bundle
    Execute completion claims and produce paste-ready evidence before any done, verified, or tested report. Use when an agent is about to claim that tests pass, a file or string exists, a command succeeds, or a Git ref contains a reviewed commit.
    0
    installs
  15. Wrapper Pin Example · kiloloop bundle
    Exercise the clean-install contract for a published CLI wrapper.
    0
    installs
  16. Oacp · kiloloop bundle
    Use the OACP (Open Agent Coordination Protocol) CLI and message protocol to coordinate multi-agent work — send messages between agents, sign and verify them, watch inboxes, run review loops, follow OACP conventions. Trigger whenever the user mentions OACP, runs `oacp` commands, references `.oacp` workspace markers, dispatches messages between agents (notifications, task requests, review requests), or coordinates work across runtimes — even if they don't say "OACP" explicitly.
    0
    installs
  17. Doctor · kiloloop bundle
    Run environment and workspace diagnostics, auto-fix what it can, and report blockers. Use at session start or when something seems broken.
    0
    installs
  18. Debrief · kiloloop bundle
    Capture a structured session summary and publish it to the OACP org-memory debrief store as an immutable record. Run at the end of any session.
    0
    installs
  19. Wrap Up · kiloloop bundle
    End-of-session cleanup, optional debrief, self-improve, commit, and push in one command.
    0
    installs
  20. Check Inbox · kiloloop bundle
    Check a project's OACP inbox for new agent messages and auto-act on them by message type. Single-pass processor — pair with an event-driven `oacp watch` runner (preferred) or the `/loop 2m /check-inbox` fallback for continuous monitoring. Verifies message signatures at intake (`oacp verify`, v0.4.2+ enforce posture) and honors OACP receiver autonomy (`always_pause` / `auto_review`) with a 4-gate evaluator, audit events, envelope compilation, continuation grants, and a threshold-exceeded checkpoint.
    0
    installs
  21. Self Improve · kiloloop bundle
    Review and improve the agent's operating system — skills, memory files, CLAUDE.md configs, and session-friction patterns. Identifies staleness, contradictions, gaps, bloat, and behavioral patterns the user had to correct mid-session, then proposes and applies fixes.
    0
    installs
  22. Review Loop Author · kiloloop bundle
    Run the author side of the review loop — address findings and drive to LGTM. Single-pass by default (exits after sending messages); use --poll for in-session polling. Hybrid split — leader handles Bash I/O, subagent does code fixes only.
    0
    installs
  23. Org Memory Synthesis · kiloloop bundle
    Synthesize org-memory — fold new events into recent.md, promote cross-repo patterns to decisions.md and rules.md, and audit for staleness, cross-file conflicts, and drift. Invoke whenever the user asks "synthesize org-memory", "fold events", "is recent.md stale", "audit org-memory", or any phrasing like "did we synthesize org-memory" — even if they don't explicitly type the slash command.
    0
    installs
  24. Review Loop Reviewer · kiloloop bundle
    Run the reviewer side of the review loop — review PR diffs, produce findings, and evaluate quality gate. Single-pass by default (exits after verdict); use --poll for in-session round 2 polling. Hybrid split — leader handles Bash I/O, subagent does analysis only.
    0
    installs