onboard
01Skill Claude CodeCodex
Analyze project intelligence files and bootstrap SubFrame's STRUCTURE.json, PROJECTNOTES.md, and initial sub-tasks from existing codebase context.
Skill Claude CodeCodex
Analyze project intelligence files and bootstrap SubFrame's STRUCTURE.json, PROJECTNOTES.md, and initial sub-tasks from existing codebase context.
Skill Claude CodeCodex
Create a new release with version bump, release notes, commit, and tag.
Skill Claude CodeCodex
Run a code review and documentation audit on recent changes. Finds bugs, edge cases, missing docs, and type safety issues.
Skill Claude CodeCodex
Sync all SubFrame documentation after feature work. Updates AGENTS.md lists, changelog, PROJECTNOTES decisions, and STRUCTURE.json.
Skill Claude CodeCodex
Regenerate the IPC channel reference documentation from ipcChannels.ts type maps.
Skill Claude CodeCodex
View and manage SubFrame Sub-Tasks. Use when starting work, completing tasks, checking what's pending, or creating new tasks from conversation.
Hook Claude Code
Runs when a session starts, executing session-start.js via node. From Codename-11/SubFrame.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing prompt-submit.js via node. From Codename-11/SubFrame.
Hook Claude Code
Runs when the agent finishes a response, executing stop.js via node. From Codename-11/SubFrame.
Hook Claude Code
Runs before the agent uses a tool, executing pre-tool-use.js via node. From Codename-11/SubFrame.
Hook Claude Code
Runs after a tool call finishes, executing post-tool-use.js via node. From Codename-11/SubFrame.
Settings file Claude Code
Agent settings declaring 5 hook events (SessionStart, UserPromptSubmit, Stop, PreToolUse).
Instructions file CodexOpenCode
Instructions for Codename-11/SubFrame, covering subframe - subframe project, core working principle, relationship to native ai tools, session start and concurrent work & worktrees.
Instructions file
Instructions for Codename-11/SubFrame, covering subframe, core rule, architecture, tech stack and key modules.
Instructions file Gemini CLI
Instructions for Codename-11/SubFrame, a project described as: SubFrame - A terminal first project management IDE for Claude Code, Codex CLI, and Gemini CLI.
Instructions file CodexOpenCode
Instructions for Codename-11/ARC, covering arc - subframe project, core working principle, relationship to native ai tools, session start and concurrent work & worktrees.
Instructions file
Instructions for Codename-11/ARC, covering claude.md — arc project, what is arc?, architecture, key conventions and development commands.
Instructions file Gemini CLI
Instructions for Codename-11/ARC: Instructions for Gemini CLI when working in this project.
Instructions file
Claude Code instructions for Codename-11/openclaw-mcp, covering claude.md — openclaw-mcp dev guide, what this is, project structure, build & run and test the server manually.
MCP server Claude CodeCodexCursor
Model Context Protocol (MCP) server for OpenClaw AI assistant integration. Runs locally from the openclaw-mcp npm package.