Reusable agent skills for Codex, Claude Code, and other runtimes that support the open skills ecosystem.
This repo is meant to be installed with the official skills CLI, not a custom installer.
List skills in this repo:
npx skills add hypersocialinc/agent-skills --listInstall a specific skill into Codex:
npx skills add hypersocialinc/agent-skills --skill convex-streaming-agents --agent codexInstall a specific skill into Claude Code:
npx skills add hypersocialinc/agent-skills --skill convex-streaming-agents --agent claude-codeInstall all skills:
npx skills add hypersocialinc/agent-skills --allconvex-streaming-agentsBuild streaming text agents on Convex with Vercel AI SDK, persisted run state, tool traces, and polished client UX patterns like thinking dots and character reveal.convex-r2-mediaUse Convex with Cloudflare R2 correctly for durable public media delivery and migrations away from signed storage URLs.hyper-ui-skillsRoute reusable UI pattern work for Expo and Next.js to focused implementation guides likemasked-fade-overlay.swiftui-collapsible-pull-sheetBuild custom SwiftUI pull sheets that collapse into compact pills, expand with drag or tap, morph their surface and content, and coordinate surrounding iOS chrome.transparent-videoGenerate a short looping transparent video (hvc1HEVC with alpha) from a single still image. SeedDance 2 image-to-video (with optional closed-loop end-frame anchoring) → BiRefNet v2 Matting per frame in parallel → HEVC alpha encode. ~$0.65 and 3–5 min for a 5s 720² loop that plays natively in iOS, web, and Android.instax-mini-link-blePrint photos to a Fujifilm Instax Mini Link 1/2/3 over Bluetooth LE from Swift/CoreBluetooth, Node.js, Web Bluetooth, or Python. Covers the full opcode map, packet framing, image requirements (baseline JPEG, 600×800, ≤105 KB), and the specific gotchas — progressive JPEG, off-by-one status parsing, magic-byte case swap — that cause garbled prints or silent timeouts.
These follow the same npx skills add install pattern but live in their tool's repo so they stay in sync with the underlying CLI:
instax-print— Operational skill for actually printing a photo to a Fujifilm Instax Mini Link from Claude Code / Codex. Hosted inhypersocialinc/instax-mini-link-3-print-harnessso the skill ships alongside the CLI it invokes.
npx skills add hypersocialinc/instax-mini-link-3-print-harness --skill instax-print --agent claude-codeskills/<skill-name>/SKILL.md- optional
agents/openai.yaml - optional
references/ - optional
scripts/for pipeline tooling the skill calls
- This repo follows the layout expected by the public
skillstool. - Skills are portable, but agent behavior can still vary a bit by runtime.
- If you need project-specific operational skills, keep those in a separate repo instead of mixing them into this shared catalog.