Instructions file CodexOpenCode
AGENTS.md instructions for remorses/sigillo, covering sigillo, architecture, stack, css and theming and secrets encryption.
Instructions file CodexOpenCode
AGENTS.md instructions for remorses/sigillo, covering sigillo, architecture, stack, css and theming and secrets encryption.
Skill Claude CodeCodex
Sigillo is a self-hostable open-source alternative to Doppler. Use when working with sigillo run, sigillo setup, sigillo login, managing secrets, projects, or environments. Also load when integrating Sigillo into CI, Cloudflare Workers, Docker, Vercel, or any other deployment target.
Instructions file CodexOpenCode
Instructions for remorses/gitchamber: CLI tool that fetches source code for packages into nodemodules/.gitchamber/ to give coding agents deeper context. Fork of opensrc.
Skill Claude CodeCodex
CLI to download npm packages, PyPI packages, crates, or GitHub repo source code into nodemodules/.gitchamber/ for analysis. Use when you need to read a package's inner workings, documentation, examples, or source code. Alternative to opensrc that stores in nodemodules/ for zero-config gitignore/vitest/tsc…
Skill Claude CodeCodex
CLI tool to analyze V8 .cpuprofile files and Chrome Performance traces and print top functions by self-time or total-time in the terminal. ALWAYS load this skill when CPU profiling JavaScript or TypeScript programs (Node, Vitest, Bun, Chrome DevTools exports, Cloudflare Workers startup or request CPU). It shows how to…