Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/0xagentkitchen/kitchenloop/kitchenloop-triagenpx skills add 0xagentkitchen/kitchenloop --skill kitchenloop-triagegit clone --depth 1 https://github.com/0xagentkitchen/kitchenloopWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01503 |
| Opus 5 | $0.00000 | $0.00751 |
| Sonnet 5 | $0.00000 | $0.00301 |
| Haiku 4.5 | $0.00000 | $0.00150 |
Grade A, and why
kitchenloop-triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
KitchenLoop: Triage
Phase 2 -- Read experience reports, extract findings, create deduplicated tickets.
Triggers
kitchenloop triageloop triagecreate tickets from report
Overview
The Triage phase converts the raw friction log from an experience report into actionable, well-labeled tickets. Every finding becomes exactly one ticket -- no more, no less. Deduplication against existing tickets prevents the backlog from filling with clones.
Procedure
Step 1: Read Context
- Load
kitchenloop.yaml-- readpaths,ticketing, andproject. - Read loop state at
paths.loop_stateto identify the current iteration number. - Read the most recent experience report from
{paths.reports}/experience-report-iter-{N}.md. If a specific report path is provided as an argument, use that instead.
Step 2: Extract Findings
Parse the Friction Log section of the experience report. Each numbered item becomes a candidate ticket. Categorize each finding:
| Tag in Report | Ticket Category | Label |
|---|---|---|
[BUG] |
Bug -- something is broken | {ticketing.github.labels.bug} |
[MISSING] |
Feature -- capability gap | {ticketing.github.labels.feature} |
[UX] |
Improvement -- works but confusing | {ticketing.github.labels.improvement} |
[IMPROVEMENT] |
Improvement -- could be better | {ticketing.github.labels.improvement} |
[EXPLORATION] |
Exploration -- needs investigation | {ticketing.github.labels.exploration} |
Step 3: Deduplicate
Before creating any ticket, search for existing tickets that cover the same issue:
gh issue list --state open --limit 100 --json number,title,body,labels
For each candidate ticket:
- Search by keywords from the finding title.
- Check if any open issue covers the same root cause (not just symptoms).
- If a duplicate exists:
- Add a comment on the existing issue referencing the new iteration.
- Do NOT create a new ticket.
- If a near-duplicate exists (related but not identical):
- Create the ticket and reference the related issue.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 188 lines · 0 tokens per session scan A 478c9a3d9541
kitchenloop-triage is a skill published in the GitHub repository 0xagentkitchen/kitchenloop (23 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,503 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.
teamharness-task-delegation
Use when a Leader turns ready Quick Task or Project Work state into Worker task instructions, sends assignment messages, checks submitted results, and defines completion/blocker report contracts. Do not use to create projects, create rooms, or execute Worker tasks.
dot-ai-prd-create
Create documentation-first PRDs that guide development through user-facing content.
agent-upkeep
Perform one small, scoped maintenance improvement to the Elements monorepo and open a single reviewable pull request. Use this skill for scheduled or unattended upkeep runs that improve unit test coverage for one file, fix one behavioral bug in one module, or move one off ESLint rule toward enforcement to reduce…
bmad-check-implementation-readiness
Validate PRD, UX, Architecture and Epics specs are complete. Use when the user says "check implementation readiness".