Skill Claude CodeCodex
Create a git commit in the Foldkit monorepo with changeset enforcement and formatting. Use when the user asks Codex to commit current changes, make a commit, create a changeset-backed commit, or prepare a local Foldkit commit.
Skill Claude CodeCodex
Create a git commit in the Foldkit monorepo with changeset enforcement and formatting. Use when the user asks Codex to commit current changes, make a commit, create a changeset-backed commit, or prepare a local Foldkit commit.
Plugin Claude Code
Plugin marketplace listing 1 plugin: foldkit-skills.
Plugin Claude Code
Skills for building Foldkit apps — app generator, message scaffolding, submodel extraction, and architecture auditing.
Hook Claude Code
Runs when a session starts, executing cloud-session-setup.sh via bash. From foldkit/foldkit.
Settings file Claude Code
Agent settings declaring 1 hook event (SessionStart).
Skill Claude CodeCodex
Review work done by another agent on the current branch and produce objective feedback the user can hand back. Use when the user asks "review the work on this branch", "review what the other agent did", or wants a critical evaluation of changes they did not make themselves.
Skill Claude CodeCodex
Create a git commit with changeset enforcement.
Skill Claude CodeCodex
Open a single-commit, review-clean PR for a foldkit/foldkit GitHub issue that a human then merges. Pass the issue number, e.g. /make-pr-for-issue 594.
Skill Claude CodeCodex
Take a described change in foldkit/foldkit from idea to a single-commit, review-clean PR that a human then merges. Pass what you want done, e.g. /make-pr fix the flaky canvas test.
Skill Claude CodeCodex
Land all branch work — committed + uncommitted — as one tidy commit on top of fresh main, via a sub-agent so the parent conversation's context does not pollute the commit message. Fetches origin/main, rebases, soft-resets, delegates /commit.
Instructions file CodexOpenCode
Instructions for foldkit/foldkit, covering agent development notes, project conventions, exemplar files, naming and state modeling.
Instructions file
Instructions for foldkit/foldkit.
MCP server Claude CodeCodexCursor +2
MCP server exposing Foldkit DevTools to AI agents (Claude Code, Cursor, etc.). Runs locally from the @foldkit/devtools-mcp npm package.
Skill Claude CodeCodex
Write, insert, or update Effect public API JSDoc so it satisfies the jsdocs oxlint rule. Use when adding or fixing JSDoc comments, resolving jsdocs diagnostics, preparing docs for JSON extraction, or reviewing public API documentation.
Skill Claude CodeCodex
Extract the JSDoc example nearest the active source selection or cursor into ./scratchpad as a TypeScript file. Use when the user asks to dump, copy, open, or try a source example in scratchpad.
Skill Claude CodeCodex
Audit an existing Foldkit program against the architecture, conventions, and quality bar. Use when the user wants to review their Foldkit code, check for anti-patterns, accessibility gaps, or quality regressions. Triggers on phrases like "audit my app", "review this Foldkit code", "check for anti-patterns", "is this…
Skill Claude CodeCodex
Use whenever working with Foldkit. Triggers on imports from foldkit, files in a Foldkit project, or prompts mentioning Foldkit. Loads the framing and points at the vendored foldkit subtree for the canonical conventions, source code, and examples.
Skill Claude CodeCodex
Generate a complete, idiomatic Foldkit program from a natural language description. Use when the user wants to create a new Foldkit program, scaffold a project, or says things like "build me a..." or "I want a program that...".