termio-sh

30 mods across 1 repository, 359 stars between them.

termio AGENTS.md

01

termio-sh/termio

Instructions file CodexOpenCode

Instructions for termio-sh/termio, covering agents.md, core rules, repo overview, setup and common commands.

359 2d ago A 3,293 tokens original MIT

termio CLAUDE.md

02

termio-sh/termio

Instructions file

Instructions for termio-sh/termio, covering termio, what termio is, what makes it different (aim here, not at editors), architectural non-negotiables and working style.

359 2d ago A 697 tokens original MIT

termio

03

termio-sh/termio

Skill Claude CodeCodex

See and drive the sibling agent sessions running alongside you on this machine via the termiod CLI — list them and their status, start a new agent or plain-terminal session, send a prompt or an answer into one, and set your own status. Use when delegating work to another session, or checking on what other sessions are…

359 2d ago A 99 tokens original MIT

termio

04

termio-sh/termio

Skill Claude CodeCodex

See and drive the sibling agent sessions running alongside you in this Termio project via the termio sessions CLI — list and watch their status, spawn new agent or plain-terminal sessions, send a prompt or an answer into a session, and read an agent's reply from its transcript. Use when delegating work to another…

359 2d ago A 117 tokens original MIT

termio-sh/termio

Skill Claude CodeCodex

Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term ("the bouncy thing when a popover opens" → Pop in; "the iOS rubber-band scroll" → Rubber-banding). Use when the user asks "what's it called when…", or describes a motion effect without knowing its name and…

359 2d ago A 98 tokens copy · 100% MIT

termio-sh/termio

Skill Claude CodeCodex

Drive the running termio app via AppleScript / System Events to reach a UI state (focus the window, click a sidebar project, a terminal pane, a control), capture a pixel-accurate screenshot of just that window, and read it back for visual analysis — for diagnosing layout / spacing / alignment / 'this looks ugly'…

359 2d ago A 161 tokens original MIT

apple-design

07

termio-sh/termio

Skill Claude CodeCodex

Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…

359 2d ago A 80 tokens copy · 100% MIT

asc

08

termio-sh/termio

Skill Claude CodeCodex

Drive App Store Connect from the terminal with the asc CLI — TestFlight builds, groups, testers and What to Test notes; App Store versions, metadata, keywords, screenshots and release notes; submissions and review health; signing, provisioning and notarization; crash and beta-feedback triage; pricing, subscriptions…

359 2d ago A 108 tokens original MIT

bump-version

09

termio-sh/termio

Skill Claude CodeCodex

Cut a new termio macOS release by tagging main with the next version. Invoke when the user says 'bump version', 'bump the version', 'cut a release', 'ship a new version', 'release', '发版', '发布新版本', or '出个新版本'.

359 2d ago A 66 tokens original MIT

termio-sh/termio

Skill Claude CodeCodex

Check whether ghostty (the terminal core termio embeds via the termio-sh/libghostty-swift fork) has shipped anything worth pulling since the binary termio is currently pinned to. Resolves the pinned ghostty sha, diffs it against ghostty main, filters the gap for changes that actually reach termio's embedded…

359 2d ago A 170 tokens original MIT

code-clean

11

termio-sh/termio

Skill Claude CodeCodex

Cut dead code and over-long comments from termio's Swift, verifying every deletion against a build. Knows this repo's real failure mode (essay-length doc comments, not restated-code slop) and periphery's four known false-positive shapes. Invoke when the user says 'clean dead code', 'clean up the comments', 'the…

359 2d ago A 110 tokens original MIT

conventional-commit

12

termio-sh/termio

Skill Claude CodeCodex

Conventional Commit - Generate Conventional Commits 1.0.0 compliant messages. MANDATORY for all git commits. Invoke when user says 'commit', 'commit this', or asks to commit code.

359 2d ago A 47 tokens original MIT

dia-source-analysis

13

termio-sh/termio

Skill Claude CodeCodex

Analyze / reverse-engineer the locally installed Dia Browser mac app (The Browser Company; bundle id company.thebrowser.dia; shares ArcCore with Arc). Inspect its app bundle, extract its Bun/TypeScript agent-server source from shipped source maps, fingerprint the runtime, read native-Swift symbols, and map its…

359 2d ago A 125 tokens original MIT

doc

14

termio-sh/termio

Skill Claude CodeCodex

Use for ANY operation on a doc under docs/ — creating, updating/editing, changing its status, or querying. Keeps the YAML front matter (title/status/type/updated) correct and regenerates the docs/README.md wiki index. Invoke when the user says 'new doc', 'create a doc/design/RFC', 'start a design doc', 'update the…

359 2d ago A 190 tokens original MIT

emil-design-eng

15

termio-sh/termio

Skill Claude CodeCodex

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

359 2d ago A 35 tokens copy · 100% MIT

termio-sh/termio

Skill Claude CodeCodex

Search a codebase or UI for places that don't animate but should, and reject everything that shouldn't. Read-only; it proposes motion with exact values, it does not implement it. Use when the user asks "what could be animated here?" or wants to "make this feel more alive". For fixing existing animations, use…

359 2d ago B 78 tokens copy · 100% MIT

improve-animations

17

termio-sh/termio

Skill Claude CodeCodex

Survey a codebase's animation and motion code as a senior motion advisor, then produce a prioritized audit and self-contained implementation plans for other agents (or cheaper models) to execute. Read-only on source code — it plans improvements, it does not apply them. Use when the user asks to "improve the…

359 2d ago B 97 tokens copy · 100% MIT

ios-rebuild-dev

18

termio-sh/termio

Skill Claude CodeCodex

Rebuild TermioMobile and install + relaunch it on the connected iPhone (or the booted simulator with 'sim'), pointed at this Mac's companion server. Invoke when the user says 'rebuild ios', 'rebuild the iphone app', 'run on my phone', 'preview on iphone', 'ios rebuild', '重新编译 ios', or '装到手机上'.

359 2d ago A 84 tokens original MIT

issue-creator

19

termio-sh/termio

Skill Claude CodeCodex

Turn vague customer or user feedback from pasted text, chat excerpts, or screenshots into a clear, evidence-backed GitHub issue without inventing requirements. Use when the user says 'create an issue for this', 'turn this user request into an issue', 'file this feedback', '用户反馈建 issue', '把这个模糊需求变成 issue', '把这段聊天/截图建成…

359 2d ago A 96 tokens original MIT

macos-rebuild-dev

20

termio-sh/termio

Skill Claude CodeCodex

Kill the running termio dev app, rebuild it with SwiftPM, and relaunch it as a foreground app. Invoke when the user says 'rebuild', 'rebuild app', 'restart app', 'relaunch', '重新编译', or '重启 app'.

359 2d ago A 62 tokens original MIT

termio-sh/termio

Skill Claude CodeCodex

Profile native macOS/iOS apps using Time Profiler via CLI (xctrace). Use when asked to identify performance hotspots, profile CPU usage, or diagnose slow code paths without opening Instruments.

359 2d ago A 45 tokens original MIT

og-generation

22

termio-sh/termio

Skill Claude CodeCodex

Regenerate the landing site's OG/social card (web/landing/public/og.webp) by rendering a temporary in-app route with the real hero WebGL aurora and screenshotting it with headless Chrome. Invoke when the user says 'regenerate the og image', 'update the og card', 'change the og screenshot/copy', '重新生成 og 图', or edits…

359 2d ago C 89 tokens original MIT

pick-ui-library

23

termio-sh/termio

Skill Claude CodeCodex

Pick the right library for a given frontend task from a curated, opinionated list — numbers, OTP inputs, charts, command menus, virtualization, drag and drop, toasts, state, styling, and more. Only runs when explicitly invoked; it does not trigger on its own.

359 2d ago A 61 tokens copy · 100% MIT

prototype

24

termio-sh/termio

Skill Claude CodeCodex

Build multiple genuinely different versions of a UI piece you describe, rendered behind a visual picker so you can flip through them live and promote the one that feels right. Only runs when explicitly invoked; it does not trigger on its own.

359 2d ago A 48 tokens copy · 100% MIT