tweet-reflect

Recalibrate Twitter content-type weights from weekly engagement data.

10|4|Updated May 14, 2026
One-click install
npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill tweet-reflect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tweet-reflect
Source: https://github.com/Liquid-Protocol-Ops/agent-autonomopoly/tree/main/skills/tweet-reflect
Command: npx skills add https://github.com/Liquid-Protocol-Ops/agent-autonomopoly --skill tweet-reflect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Weekly strategy calibration based on real engagement data from the past 7 days.

Core Features & Use Cases

  • Aggregate engagement: Read memory/x-performance.jsonl and related logs to compute per-content_type engagement scores for the last 30 days, including median_likes, median_replies, median_reposts, and an engagement_score; types with fewer than 3 samples are marked as insufficient_data.
  • Update strategy: Rewrite memory/x-strategy.md's Content Type Weights section with the computed scores, normalizing to sum to 1.0, while keeping prose intact.
  • Record promoted candidates: From memory/x-performance.jsonl and memory/x-tweet-log.jsonl, select the top tweets by engagement_score and append to memory/x-promoted-candidates.jsonl; prune zero-engagement or stale accounts in memory/x-accounts.json.
  • Audit and logging: Append a daily reflection to memory/logs/{today}.md and adjust api_upgrade_ready in memory/x-strategy.md based on cron-state metrics.
  • Operational guardrails: Maintain data integrity checks and provide clear outputs for operator review.

Quick Start

Run tweet-reflect weekly to recalculate weights from the latest engagement data and update the strategy.

Frequently Asked Questions about tweet-reflect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I recalibrate Twitter content strategy using weekly engagement data?

Recalibrating Twitter content strategy involves analyzing engagement logs to compute per-content-type scores for median likes, replies, and reposts. The system normalizes these scores to 1.0 to update strategy weights and promote top tweets.

What is content-type weight normalization for Twitter promotion?

Content-type weight normalization computes engagement scores from 30-day performance logs and adjusts strategy weights to sum to 1.0. This mechanism prioritizes high-engagement content types while preserving existing strategy prose.

How do I promote top tweets and prune underperforming Twitter accounts?

Promoting top tweets and pruning underperforming accounts requires evaluating engagement scores from performance and tweet logs. High-scoring tweets append to a promoted candidates file, while zero-engagement or stale accounts are removed.

How does insufficient data affect Twitter engagement score calculations?

When calculating engagement scores, content types with fewer than three samples are marked as insufficient_data. This constraint prevents inaccurate weight normalization by excluding under-sampled content types from the strategy recalibration process.

Can I automate Twitter strategy updates from jsonl performance logs?

Automating strategy updates from jsonl performance logs computes engagement metrics to rewrite strategy markdown files. The workflow appends daily reflection logs and generates promoted candidate records while enforcing data integrity guardrails.