Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Manage Engagement Buffer

Skill Verifiziert Aktiv
Teil von:Agent Almanac

Manage an engagement buffer that ingests, prioritizes, rate-limits, deduplicates, and tracks state for incoming engagement items across platforms. Generates periodic digests and enforces cooldown periods. Composes with du-dum: du-dum sets the observation/action cadence, this skill manages the queue between beats.

Zweck

To provide a structured system for autonomous agents to manage incoming engagement items efficiently, preventing overload and ensuring high-priority tasks are addressed.

Funktionen

  • Ingests engagement items from multiple platforms.
  • Prioritizes items based on configurable rules and recency.
  • Deduplicates and merges similar items.
  • Rate-limits engagement to prevent over-engagement and API errors.
  • Enforces cooldown periods for threads.
  • Generates compact digests for action cadence.
  • Tracks item state and enforces TTL.
  • Archives historical data for audit.

Anwendungsfälle

  • When an autonomous agent receives more engagement than it can process per cycle.
  • To prevent duplicate or near-duplicate items from consuming the action budget.
  • When engagement items require priority ordering before the agent's action clock fires.
  • To enforce cooldown periods and avoid hitting platform rate limits.

Nicht-Ziele

  • Directly acting on engagement items; this is handled by a separate mechanism (e.g., du-dum).
  • Managing the agent's overall observation/action cadence; it composes with such systems.
  • Performing complex analysis or content generation on engagement items.
  • Replacing raw platform notification systems.

Practical Utility

  • info:Usage examplesWhile the SKILL.md outlines the procedure, concrete, end-to-end runnable examples demonstrating input, invocation, and observable outcome are not explicitly provided. Pseudocode is present, but not executable examples.

Installation

/plugin install agent-almanac@pjt222-agent-almanac

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne14
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Hooked Ux

99

Design habit-forming product loops using the Hook Model (Trigger, Action, Variable Reward, Investment). Use when the user mentions "users arent coming back", "engagement loops", "habit formation", "push notifications", "variable rewards", "daily active users", "habit zone", or "user retention loops". Also trigger when designing notification strategies, building streaks or progress systems, or analyzing why users stop using a product after initial signup. Covers ethics evaluation and onboarding for habits. For friction reduction and B=MAP, see improve-retention. For viral sharing, see contagious.

Skill
wondelai

Nemo Curator

98

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.

Skill
davila7

Retention Optimization

98

When the user wants to reduce churn, improve user engagement, or increase lifetime value. Also use when the user mentions "retention", "churn", "users leaving", "engagement", "DAU/MAU", "user activation", or "why are users uninstalling". For onboarding-specific issues, see app-launch. For monetization, see monetization-strategy.

Skill
Eronred

Du Dum: Batch Then Act Pattern

96

Separate expensive observation from cheap decision-making in autonomous agent loops using a two-clock architecture. A fast clock accumulates data into a digest file; a slow clock reads the digest and acts only when something is pending. Idle cycles cost nothing because the action clock returns immediately after reading an empty digest. Use when building autonomous agents that must observe continuously but can only afford to act occasionally, when API or LLM costs dominate and most cycles have nothing to do, when designing cron-based agent architectures with observation and action phases, or when an existing heartbeat loop is too expensive because it calls the LLM on every tick.

Skill
pjt222

AutoGPT

95

Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.

Skill
Orchestra-Research

Autonomous Agent Patterns

95

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.

Skill
davila7