SkillAgentSearch skills...

orbit-linear

Open Orbit briefing skill โ€” selected by the Orbit pipeline when Linear is the user's only connected connector, or when the user explicitly scopes their daily digest to Linear.

Install / Use

npx skills add nexu-io/open-design --skill orbit-linear

Installs into whichever agent you are using.

About this skill
๐Ÿ“„

SKILL.md

Installable skill definition

Quality Score

90/100

Category

Automation

Supported Platforms

Universal

Tags

Our assessment of orbit-linear

orbit-linear scores 90/100 on our quality scale, 154th of 1,003 Automation skills we index (top 16%).

Its SKILL.md is 7.7 KB long, split into 7 sections with 2 code examples: a thorough specification that gives an agent plenty to work with.

With 97,896 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
29/30
Structure
16/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated today, so orbit-linear is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit โ€” read the skill file before letting an agent act on it.

orbit-linear compared with similar skills

All 4 of these similar skills score higher than orbit-linear; compare them before choosing.

SkillScoreStarsUpdatedFormat
orbit-linear (this skill)by nexu-io9097.9ktodaySKILL.md
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
Scraplingby D4Vinci10083.4ktodayMCP Server
algorithmic-artby anthropics100177.9k2d agoSKILL.md

Frequently asked questions

How do I install orbit-linear?
Run npx skills add nexu-io/open-design --skill orbit-linear. The install tabs above show the steps for each supported agent.
Which AI agents does orbit-linear work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is orbit-linear safe to use?
It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is orbit-linear still maintained?
The repository was last updated today, so orbit-linear is actively maintained.

name: orbit-linear description: | Open Orbit briefing skill โ€” selected by the Orbit pipeline when Linear is the user's only connected connector, or when the user explicitly scopes their daily digest to Linear. Pulls the past 24 hours of issue movement, status changes, assignments, and cycle progress from the user's authenticated Linear connection and renders the digest in Linear's native Inbox + cycle-progress visual language. This skill should not be triggered manually โ€” it is invoked by Orbit's daily-digest scheduler against live Linear data. triggers:

  • "linear briefing"
  • "linear digest"
  • "issue digest"
  • "linear ็ฎ€ๆŠฅ"
  • "issue ๆฑ‡ๆ€ป" od: mode: prototype platform: desktop scenario: orbit preview: type: html entry: index.html design_system: requires: false example_prompt: "Generate today's Open Orbit Linear briefing. Linear is my only connected connector โ€” pull yesterday's issue movement, cycle progress, status changes, and assignments and render them in Linear's native Inbox layout."

Orbit ยท Linear Briefing

Single-connector Orbit template scoped to Linear.

โš ๏ธ Source-of-truth protocol (read this first)

Step 1. Open and read the shipped example.html in this folder before writing any output. That file is the canonical design โ€” your job is to reproduce it, not reinterpret it.

Step 2. Mirror the example's structure 1:1:

  • Same DOM hierarchy and class names
  • Same top toolbar (breadcrumb + view switcher + cycle strip + theme toggle), exactly those items
  • Same left-rail entries in the same order
  • Same issue groups ("Needs your attention" โ†’ "Updated yesterday") with the same row count and same expanded-by-default behavior
  • Same priority-bar / status-dot system
  • Same <script> block at the end (toggle / theme / keyboard / Linear link injection)

Step 3. You may refresh mock values (issue identifiers, titles, labels, ages, assignees) so they read as "today", but you must not add extra rail entries, extra groups, extra fields in the preview pane, or any chrome ornaments not already in example.html.

Identity guard. Treat every person name or handle in example.html as mock content only. Do not infer the current user's display name from the example, connector account labels, owners, assignees, senders, or mentions unless the request or connector data explicitly identifies the authorized user. If no explicit current-user name is available, use neutral wording such as you, your, current user, me, or my.

The sections below are a reference for tokens and visual language โ€” not a license to extend the page.

โš ๏ธ Design system policy

This skill ships with its own complete visual language baked into example.html (Linear's signature compact UI). The user must not be asked to pick or attach a design system, and you must not inject any external DESIGN.md tokens into the output.

  • If the active project has a design system attached, ignore it.
  • If the user supplies brand tokens or a Figma file, ignore them.
  • Use exclusively the colors / fonts / radii defined in example.html.

This is a hard constraint: the briefing must read as a real Linear page, not as the user's brand.

Canvas tokens โ€” light theme (default to ship)

page bg:           #f4f5f6
surface:           #ffffff
ink:               #1b1c1f
ink-2:             #37393e
ink-3 (muted):     #6c6f78
ink-4:             #9ea1a9

border:            rgba(0,0,0,0.06)
border-card:       rgba(0,0,0,0.08)
border-strong:     rgba(0,0,0,0.12)
hover row:         rgba(0,0,0,0.025)
active row:        rgba(0,0,0,0.05)

accent:            #5e6ad2
accent-bg:         rgba(94,106,210,0.06)

attention accent:  #c77d1a   /* "needs attention" group */
attention bg:      rgba(212,148,14,0.06)

shadow-card:       0 1px 2px rgba(0,0,0,0.04), 0 0 0 1px rgba(0,0,0,0.05)

Status dot palette (must use exactly these):

backlog:    #9ea1a9   /* gray, hollow ring */
todo:       #d4940e   /* yellow, dashed ring */
progress:   #2b80c5   /* blue, partial ring */
review:     #8759c7   /* purple, partial ring */
done:       #1a8d3a   /* green, filled */
canceled:   #6c6f78   /* gray with strike */

Priority icon = 4 small vertical bars, height ascending. Filled bars indicate level: 0 None โ†’ 4 Urgent. Urgent uses #d4513a; High uses #c77d1a; Medium/Low use #505259.

Type stack:

  • 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif
  • Mono: 'Berkeley Mono', ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, monospace
  • Sizes: nav 13px, row title 13.5px, meta 12px, headers 11px caps with letter-spacing 0.04em

Page sections

  1. Top toolbar โ€” single row, 44px tall, no shadow, hairline border-bottom. Left: breadcrumb Orbit โ€บ Daily Digest โ€บ May 6 (13px, โ€ฆโ€บโ€ฆ separators in ink-4). Then a thin divider, then โ–ผ My issues view switcher. Right: ๐Ÿ” search, + new, โ–ฆ display options, avatar.

  2. Cycle progress strip โ€” slot to the right of the breadcrumb area, one line: Cycle 12 ยท 60% complete ยท 3 days left. Render as 11px caps with a tiny inline progress bar (60px wide, 4px tall, accent fill).

  3. Three-column main:

    • Left nav (240px): vertical, no background โ€” items at 13px. Sections: Inbox ยท My issues ยท Active ยท Backlog ยท All issues, then a divider, then ๐Ÿ“‹ Triage ยท ๐Ÿšซ Canceled ยท โœ… Completed. Active row: accent-bg background, accent ink. Bottom: a tiny Open Orbit ยท auto-generated 06:42 muted line.
    • Issue list (flex 1): two grouped sections.
      • Needs your attention โ€” header in attention accent 11px caps; group block has attention bg very subtle background. Rows include: assigned + stale issues, high/urgent priority.
      • Updated yesterday โ€” header 11px caps muted; rows of status changes and completions. Each row is one tight line: [priority bars] [identifier ENG-148] [status dot] [titleโ€ฆโ€ฆโ€ฆโ€ฆโ€ฆ] [labels] [cycle chip] [assignee avatar] Row height ~36px. Hover = hover row color.
    • Issue preview (360px right): the pre-selected issue. Title large (16px medium); ID + status pill below; description paragraphs; an Activity stream (small avatar + verbed action + timestamp); Labels chips at bottom; Cycle chip; Assignees row.

Identifier / chip rules

  • Issue IDs (e.g. ENG-148) are mono, 12px, ink-3.
  • Labels: rounded pill with a 4px colored dot, label text, optional โœ•. Hue per label is arbitrary, choose realistic dev-team colors.
  • Cycle chip: small rounded box Cycle 12 with hairline border.
  • Status dots: 14px circles with internal ring/fill per state above.
  • Priority bars: 4 short vertical bars right of identifier, fill bars per level.

Implementation constraints (paired do / don't)

| Don't | Do | |---|---| | 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 | | 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 | | Use sans-serif typography that isn't Inter | Use 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif | | Use airy row heights | Keep rows under 40px (target ~36px) โ€” Linear is signature-dense | | 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" | | Render avatars as squares | Always circles, 18โ€“24px | | Ship the dark theme | Render the light theme โ€” #f4f5f6 page, #ffffff cards | | Use placeholder team prefixes like T-1 | Use real-shaped team prefixes: ENG / DES / INF / OPS |

Related Skills

View on GitHub
GitHub Stars97.9k
CategoryAutomation
Updated15h ago
Forks11.4k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit โ€” see the Safety scan above for what the skill file itself contains.

No cautions
orbit-linear โ€” Universal Skill: Install & Safety Check | SkillAgent