Instructions file CodexOpenCode
Instructions for remorses/playwriter, covering backward compatibility, architecture, development, running mcp locally and running cli locally.
Instructions file CodexOpenCode
Instructions for remorses/playwriter, covering backward compatibility, architecture, development, running mcp locally and running cli locally.
Skill Claude CodeCodex
Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox. Use this over other Playwright MCPs to automate the browser — it connects to the user's existing Chrome instead of launching a new one. Use this cli for navigating JS-heavy websites (Instagram…
Instructions file CodexOpenCode
Instructions for remorses/kimaki, covering repo architecture, gateway-proxy (rust), gateway onboarding flow (gateway mode), db package and opencode sdk.
Skill Claude CodeCodex
Best practices for creating a SKILL.md file. Covers file structure, frontmatter, writing style, and where to place skills in a repository. Use when the user wants to create a new skill, update an existing skill, write a SKILL.md, or asks how skills work.
Skill Claude CodeCodex
Opinionated TypeScript npm package template for ESM packages. Enforces src→dist builds with tsc, strict TypeScript defaults, explicit exports, and publish-safe package metadata. Relative source imports must use .ts or .tsx (never .js); tsc rewrites them via rewriteRelativeImportExtensions. Use this when creating or…
Skill Claude CodeCodex
Fetch dependency source code to give AI agents deeper implementation context. Use when the agent needs to understand how a library works internally, read source code for a package, fetch implementation details for a dependency, or explore how an npm/PyPI/crates.io package is built. Triggers include "fetch source for"…
Instructions file CodexOpenCode
Instructions for remorses/gpuix, covering agents.md - gpuix codebase guide, gpuix is a thin layer on gpui, project goal, mouse capture is armed by the press and architecture overview.
Instructions file
Instructions for remorses/gpuix, a project described as: Node.js & React bindings for Zed’s GPUI. Build memory efficient native apps with React and no Electron.
Instructions file CodexOpenCode
Instructions for remorses/critique, covering opentui, using unreleased opentui versions, bun, react and rules.
Skill Claude CodeCodex
Git diff viewer. Renders diffs as web pages, images, and PDFs with syntax highlighting. Use this skill when working with critique for showing diffs, generating diff URLs, or selective hunk staging.
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/holocron, covering holocron, template submodule, config, cli package name and public docs wording.
Skill Claude CodeCodex
Holocron is a Mintlify-compatible docs site generator and Vite plugin. Use this skill when creating, migrating, customizing, or deploying a Holocron documentation site.
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/tuistory, covering running cli locally, relay daemon lifecycle, ensurerelayrunning flow, version mismatch / update case and daemon-stop.
Skill Claude CodeCodex
Run dev servers and terminal commands that AI agents can read, wait on, and type into. Wrap any command in a named background session. Humans get auto-attached; agents get a session they can inspect with read, snapshot, wait, and type.
Instructions file CodexOpenCode
Instructions for remorses/termcast, covering project coding guidelines, termcast specific rules, porting @raycast/api components and hooks to termcast, see files in the repo and goal.
Instructions file
Instructions for remorses/termcast, a project described as: Turn any Raycast extension into a terminal user interface (TUI). Powered by opentui & react.
Skill Claude CodeCodex
Build TUIs with a Raycast-like React API using termcast. Implements @raycast/api components (List, Detail, Form, Action) rendered to the terminal via opentui.
Instructions file CodexOpenCode
Instructions for remorses/usecomputer, covering usecomputer agent notes, goal, source of truth for command behavior, native implementation dependencies and cross-platform input backend reference.
Skill Claude CodeCodex
Desktop automation CLI for AI agents (macOS, Linux, Windows). Screenshot, click, type, scroll, drag with native Zig backend. Use this skill when automating desktop apps with computer use models (GPT-5.4, Claude). Covers the screenshot-action feedback loop, coord-map workflow, window-scoped screenshots, and system…
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/errore, covering agent instructions, type checking, effect docs and skill.md editing.
Skill Claude CodeCodex
Go-style error handling for TypeScript. Functions return errors instead of throwing them — but instead of Go's two-value tuple (val, err), you return a single Error | T union. Instead of checking err != nil, you check instanceof Error. TypeScript narrows the type automatically. No wrapper types, no Result monads, just…
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/spiceflow, covering generated readmes, readme content guidelines, package manager: pnpm with workspace, spiceflow duplication in consumer monorepos and typescript.
Skill Claude CodeCodex
Spiceflow is a super simple, fast, and type-safe API and React Server Components framework for TypeScript. Works on Node.js, Bun, and Cloudflare Workers. ALWAYS load this skill BEFORE writing or editing ANY spiceflow code, including one-line changes: routes, pages, layouts, loaders, server actions, forms…
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/agentmap, covering agent instructions, setup, publishing, workspace structure and dependencies.