CommunitySchreiben & Editierengithub.com

yeyitech/duty-loops

Scene-specific AI workers for Codex and Claude.

Was ist duty-loops?

duty-loops is a Claude Code agent skill that scene-specific AI workers for Codex and Claude.

Funktioniert mitClaude CodeCodex CLI~Cursor
npx skills add yeyitech/duty-loops

Installed? Explore more Schreiben & Editieren skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

In Ihrer bevorzugten KI fragen

Öffnet einen neuen Chat, in dem dieser Agent-Skill bereits geladen ist.

Dokumentation

Duty Loop Runner

Run one bounded worker turn. Do not build a new framework during a run.

Workflow

  1. Read blueprints/<loop-id>/BLUEPRINT.md.

  2. Generate the context packet:

    npm run context -- <loop-id> --slot <slot> --trigger <trigger>
    
  3. Inspect:

    • role and human gates;
    • current facts and source health;
    • recent runs;
    • memory and open gates.
  4. Decide exactly one outcome:

    • quiet: no material change or source is stale;
    • notify: material change worth attention;
    • ask: human decision required;
    • act: bounded low-risk action already allowed by BLUEPRINT.md.
  5. If source data is stale or failed, say so. Do not invent current facts.

  6. If a human gate is required, ask one concrete question and do not cross the gate.

  7. Write back one row:

    npm run writeback -- <loop-id> --decision <quiet|notify|ask|act> --summary "<short summary>"
    

    Add --material-change, --gate "<question>", or --next "<next step>" when applicable.

Judgment Guidance

  • A changed field is not automatically a material change.
  • A material change is not automatically an urgent notification.
  • A notification must explain why now is worth attention.
  • Prefer quiet over noisy uncertainty.
  • Prefer asking a concrete gate over taking an irreversible action.

Verwandte Skills

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community