context-bridge
Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions. Use when handing off tasks between platforms, sharing plans, or updating external trackers like Linear or Jira.
allowed_tools: linear_read, linear_write, github_read, github_write, slack_write
$ Installieren
git clone https://github.com/oimiragieo/LLM-RULES /tmp/LLM-RULES && cp -r /tmp/LLM-RULES/.claude/skills/context-bridge ~/.claude/skills/LLM-RULES// tip: Run this command in your terminal to install the skill
SKILL.md
name: context-bridge version: 1.0.0 description: Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions. Use when handing off tasks between platforms, sharing plans, or updating external trackers like Linear or Jira. allowed-tools: linear_read, linear_write, github_read, github_write, slack_write
<best_practices>
- Always update the central state file before sending notifications.
- Never overwrite existing state without reading it first to preserve history.
- Publishing Metadata Sync: When syncing artifacts across platforms:
- Validate metadata against
.claude/schemas/artifact-metadata.schema.jsonbefore syncing - Handle publishing status conflicts by preferring most recent
published_attimestamp - Preserve
publish_attemptshistory for retry tracking - Update
last_syncedtimestamp to track sync freshness - If metadata conflicts, log conflict resolution in reasoning file </best_practices>
- Validate metadata against
Repository

oimiragieo
Author
oimiragieo/LLM-RULES/.claude/skills/context-bridge
1
Stars
0
Forks
Updated1d ago
Added1w ago