Agent skill
tweet-highlight
[DEPRECATED] Use add-highlight --tweet instead. Tweets existing highlight without deployment verification.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/tweet-highlight
SKILL.md
Tweet Highlight (DEPRECATED)
This skill is deprecated. Use add-highlight --tweet instead, which:
- Creates the highlight
- Commits and pushes
- Waits for deployment verification
- Then tweets
This skill only tweets an existing highlight without verifying the linked content is deployed.
Legacy Behavior
Posts the most recent untweeted highlight to Twitter/X using:
uv run python scripts/highlights.py tweet-latest
Why Deprecated
The old flow was:
- Highlight added manually at some point
- Content pushed at some point
tweet-highlightruns at 7am → tweets without verifying deployment
The new flow (via add-highlight --tweet) is:
- Find highlight-worthy work from today's tasks
- Compose and add highlight
- Commit and push
- Wait for deployment (polls URL for up to 5 minutes)
- Tweet only after content is verified live
This ensures tweets never link to 404 pages.
Manual Use
If you need to tweet an existing highlight that wasn't tweeted:
uv run python scripts/highlights.py tweet-latest
But prefer using add-highlight --tweet for new highlights.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?