{"id":"45094d19-7de1-4972-bd04-f1777acf89e7","shortId":"Y9Lmqp","kind":"skill","title":"orbit-linear","tagline":"Open Orbit briefing skill — selected by the Orbit pipeline when\nLinear is the user's only connected connector, or when the user\nexplicitly scopes their daily digest to Linear. Pulls the past 24\nhours of issue movement, status changes, assignments, and cycle\nprogress from the user","description":"# Orbit · Linear Briefing\n\nSingle-connector Orbit template scoped to Linear.\n\n## ⚠️ Source-of-truth protocol (read this first)\n\n**Step 1.** Open and read the shipped `example.html` in this folder\nbefore writing any output. That file is the canonical design — your\njob is to **reproduce it**, not reinterpret it.\n\n**Step 2.** Mirror the example's structure 1:1:\n- Same DOM hierarchy and class names\n- Same top toolbar (breadcrumb + view switcher + cycle strip + theme\n  toggle), exactly those items\n- Same left-rail entries in the same order\n- Same issue groups (\"Needs your attention\" → \"Updated yesterday\")\n  with the same row count and same expanded-by-default behavior\n- Same priority-bar / status-dot system\n- Same `<script>` block at the end (toggle / theme / keyboard /\n  Linear link injection)\n\n**Step 3.** You may refresh mock values (issue identifiers, titles,\nlabels, ages, assignees) so they read as \"today\", but you must\n**not** add extra rail entries, extra groups, extra fields in the\npreview pane, or any chrome ornaments not already in `example.html`.\n\nThe sections below are a **reference for tokens and visual language** —\nnot a license to extend the page.\n\n## ⚠️ Design system policy\n\nThis skill ships with its **own** complete visual language baked into\n`example.html` (Linear's signature compact UI). The user must **not**\nbe asked to pick or attach a design system, and you must **not**\ninject any external DESIGN.md tokens into the output.\n\n- If the active project has a design system attached, **ignore it**.\n- If the user supplies brand tokens or a Figma file, **ignore them**.\n- Use exclusively the colors / fonts / radii defined in `example.html`.\n\nThis is a hard constraint: the briefing must read as a real Linear\npage, not as the user's brand.\n\n## Canvas tokens — light theme (default to ship)\n\n```\npage bg:           #f4f5f6\nsurface:           #ffffff\nink:               #1b1c1f\nink-2:             #37393e\nink-3 (muted):     #6c6f78\nink-4:             #9ea1a9\n\nborder:            rgba(0,0,0,0.06)\nborder-card:       rgba(0,0,0,0.08)\nborder-strong:     rgba(0,0,0,0.12)\nhover row:         rgba(0,0,0,0.025)\nactive row:        rgba(0,0,0,0.05)\n\naccent:            #5e6ad2\naccent-bg:         rgba(94,106,210,0.06)\n\nattention accent:  #c77d1a   /* \"needs attention\" group */\nattention bg:      rgba(212,148,14,0.06)\n\nshadow-card:       0 1px 2px rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.05)\n```\n\nStatus dot palette (must use exactly these):\n```\nbacklog:    #9ea1a9   /* gray, hollow ring */\ntodo:       #d4940e   /* yellow, dashed ring */\nprogress:   #2b80c5   /* blue, partial ring */\nreview:     #8759c7   /* purple, partial ring */\ndone:       #1a8d3a   /* green, filled */\ncanceled:   #6c6f78   /* gray with strike */\n```\n\nPriority icon = 4 small vertical bars, height ascending.\nFilled bars indicate level: 0 None → 4 Urgent.\nUrgent uses `#d4513a`; High uses `#c77d1a`; Medium/Low use `#505259`.\n\nType stack:\n- `'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif`\n- Mono: `'Berkeley Mono', ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, monospace`\n- Sizes: nav 13px, row title 13.5px, meta 12px, headers 11px caps with letter-spacing 0.04em\n\n## Page sections\n\n1. **Top toolbar** — single row, 44px tall, no shadow, hairline border-bottom.\n   Left: breadcrumb `Orbit › Daily Digest › May 6` (13px, `…›…` separators\n   in `ink-4`). Then a thin divider, then `▼ My issues` view switcher.\n   Right: `🔍 search`, `+ new`, `▦ display options`, avatar.\n\n2. **Cycle progress strip** — slot to the right of the breadcrumb area,\n   one line: `Cycle 12 · 60% complete · 3 days left`. Render as 11px caps\n   with a tiny inline progress bar (60px wide, 4px tall, accent fill).\n\n3. **Three-column main**:\n   - **Left nav** (240px): vertical, no background — items at 13px.\n     Sections: `Inbox · My issues · Active · Backlog · All issues`,\n     then a divider, then `📋 Triage · 🚫 Canceled · ✅ Completed`.\n     Active row: `accent-bg` background, `accent` ink.\n     Bottom: a tiny `Open Orbit · auto-generated 06:42` muted line.\n   - **Issue list** (flex 1): two grouped sections.\n     - **Needs your attention** — header in `attention accent` 11px caps;\n       group block has `attention bg` very subtle background.\n       Rows include: assigned + stale issues, high/urgent priority.\n     - **Updated yesterday** — header 11px caps muted; rows of status\n       changes and completions.\n     Each row is one tight line:\n     `[priority bars] [identifier ENG-148] [status dot] [title……………] [labels] [cycle chip] [assignee avatar]`\n     Row height ~36px. Hover = `hover row` color.\n   - **Issue preview** (360px right): the pre-selected issue.\n     Title large (16px medium); ID + status pill below; description\n     paragraphs; an Activity stream (small avatar + verbed action +\n     timestamp); Labels chips at bottom; Cycle chip; Assignees row.\n\n## Identifier / chip rules\n\n- Issue IDs (e.g. `ENG-148`) are mono, 12px, `ink-3`.\n- Labels: rounded pill with a 4px colored dot, label text, optional ✕.\n  Hue per label is arbitrary, choose realistic dev-team colors.\n- Cycle chip: small rounded box `Cycle 12` with hairline border.\n- Status dots: 14px circles with internal ring/fill per state above.\n- Priority bars: 4 short vertical bars right of identifier, fill bars\n  per level.\n\n## Implementation constraints (paired do / don't)\n\n| Don't | Do |\n|---|---|\n| Add shadows beyond the listed `shadow-card` token | Use only `0 1px 2px rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.05)` for cards |\n| Use bright colors outside the status palette | Use only the documented status hues (Backlog gray / Todo yellow / Progress blue / Review purple / Done green) and the `#5e6ad2` accent |\n| Use sans-serif typography that isn't Inter | Use `'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif` |\n| Use airy row heights | Keep rows under 40px (target ~36px) — Linear is signature-dense |\n| Use lorem ipsum | Write real-shaped Linear copy: identifiers like `ENG-148`, `DES-22`, `INF-9`; cycle names like `Cycle 12`; titles like \"Auth middleware refactor\" |\n| Render avatars as squares | Always circles, 18–24px |\n| Ship the dark theme | Render the light theme — `#f4f5f6` page, `#ffffff` cards |\n| Use placeholder team prefixes like `T-1` | Use real-shaped team prefixes: `ENG / DES / INF / OPS` |","tags":["orbit","linear","open","design","nexu-io","agent-skills","ai-agents","ai-design","byok","claude","claude-code-for-design","claude-design"],"capabilities":["skill","source-nexu-io","skill-orbit-linear","topic-agent-skills","topic-ai-agents","topic-ai-design","topic-byok","topic-claude","topic-claude-code-for-design","topic-claude-design","topic-coding-agents","topic-design-systems","topic-design-tools","topic-desktop-app","topic-figma-alternative"],"categories":["open-design"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/nexu-io/open-design/orbit-linear","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add nexu-io/open-design","source_repo":"https://github.com/nexu-io/open-design","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 36607 github stars · SKILL.md body (6,370 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-11T06:52:26.037Z","embedding":null,"createdAt":"2026-05-06T18:52:41.409Z","updatedAt":"2026-05-11T06:52:26.037Z","lastSeenAt":"2026-05-11T06:52:26.037Z","tsv":"'1':70,106,107 '2':100 '24':36 'assign':43 'attent':141 'bar':159 'behavior':155 'breadcrumb':117 'brief':6,52 'canon':88 'chang':42 'class':112 'connect':20 'connector':21,55 'count':148 'cycl':45,120 'daili':29 'default':154 'design':89 'digest':30 'dom':109 'dot':162 'entri':131 'exact':124 'exampl':103 'example.html':76 'expand':152 'expanded-by-default':151 'explicit':26 'file':85 'first':68 'folder':79 'group':138 'hierarchi':110 'hour':37 'issu':39,137 'item':126 'job':91 'left':129 'left-rail':128 'linear':3,14,32,51,60 'mirror':101 'movement':40 'name':113 'need':139 'open':4,71 'orbit':2,5,11,50,56 'orbit-linear':1 'order':135 'output':83 'past':35 'pipelin':12 'prioriti':158 'priority-bar':157 'progress':46 'protocol':65 'pull':33 'rail':130 'read':66,73 'reinterpret':97 'reproduc':94 'row':147 'scope':27,58 'select':8 'ship':75 'singl':54 'single-connector':53 'skill':7 'skill-orbit-linear' 'sourc':62 'source-nexu-io' 'source-of-truth':61 'status':41,161 'status-dot':160 'step':69,99 'strip':121 'structur':105 'switcher':119 'system':163 'templat':57 'theme':122 'toggl':123 'toolbar':116 'top':115 'topic-agent-skills' 'topic-ai-agents' 'topic-ai-design' 'topic-byok' 'topic-claude' 'topic-claude-code-for-design' 'topic-claude-design' 'topic-coding-agents' 'topic-design-systems' 'topic-design-tools' 'topic-desktop-app' 'topic-figma-alternative' 'truth':64 'updat':142 'user':17,25,49 'view':118 'write':81 'yesterday':143","prices":[{"id":"96a737a7-49d0-4980-ad92-ea83e49ca51e","listingId":"45094d19-7de1-4972-bd04-f1777acf89e7","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"nexu-io","category":"open-design","install_from":"skills.sh"},"createdAt":"2026-05-06T18:52:41.409Z"}],"sources":[{"listingId":"45094d19-7de1-4972-bd04-f1777acf89e7","source":"github","sourceId":"nexu-io/open-design/orbit-linear","sourceUrl":"https://github.com/nexu-io/open-design/tree/main/skills/orbit-linear","isPrimary":false,"firstSeenAt":"2026-05-06T18:52:41.409Z","lastSeenAt":"2026-05-11T06:52:26.037Z"}],"details":{"listingId":"45094d19-7de1-4972-bd04-f1777acf89e7","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"nexu-io","slug":"orbit-linear","github":{"repo":"nexu-io/open-design","stars":36607,"topics":["agent-skills","ai-agents","ai-design","byok","claude","claude-code-for-design","claude-design","coding-agents","design-systems","design-tools","desktop-app","figma-alternative","generative-ai","hermes-agent","local-first","nextjs","no-code","prototyping","ui-generator","vibe-coding"],"license":"apache-2.0","html_url":"https://github.com/nexu-io/open-design","pushed_at":"2026-05-11T06:48:43Z","description":"🎨 Local-first, open-source alternative to Anthropic's Claude Design. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI.","skill_md_sha":"4f45ca2c25097dfb9526e6b817c36ae3195082ca","skill_md_path":"skills/orbit-linear/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/nexu-io/open-design/tree/main/skills/orbit-linear"},"layout":"multi","source":"github","category":"open-design","frontmatter":{"name":"orbit-linear","description":"Open Orbit briefing skill — selected by the Orbit pipeline when\nLinear is the user's only connected connector, or when the user\nexplicitly scopes their daily digest to Linear. Pulls the past 24\nhours of issue movement, status changes, assignments, and cycle\nprogress from the user's authenticated Linear connection and renders\nthe digest in Linear's native Inbox + cycle-progress visual language.\nThis skill should not be triggered manually — it is invoked by\nOrbit's daily-digest scheduler against live Linear data."},"skills_sh_url":"https://skills.sh/nexu-io/open-design/orbit-linear"},"updatedAt":"2026-05-11T06:52:26.037Z"}}