Manage Engagement Buffer
Skill Verifiziert AktivManage 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.
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-almanacQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Hooked Ux
99Design 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.
Nemo Curator
98GPU-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.
Retention Optimization
98When 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.
Du Dum: Batch Then Act Pattern
96Separate 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.
AutoGPT
95Autonomous 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.
Autonomous Agent Patterns
95Design 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.