spec-coding
01Skill Claude CodeCodex
Guide users through the complete spec-driven development workflow - from goal confirmation to working implementation.
Skill Claude CodeCodex
Guide users through the complete spec-driven development workflow - from goal confirmation to working implementation.
Instructions file CodexOpenCode
AGENTS.md instructions for kevinlin/spec-coding-mcp, covering agent development guidelines, build & test commands, code style & conventions and architecture.
Instructions file
Claude Code instructions for kevinlin/spec-coding-mcp, covering claude.md, development commands, development mode, build the project and start built version.
Agent Claude Code
Use when IPC or command-surface drift is possible — after adding, renaming, or removing a Tauri command, a SidecarCommand/SidecarEvent variant, or a tauri-api.ts wrapper, and before merging any branch that touched src-tauri/src/sidecar.rs, src-tauri/sidecar-opencode/src/types.ts, src-tauri/src/lib.rs, or…
Agent Claude Code
Use when reviewing changes that touch the sandbox boundary or credential handling — pathguard.rs, workspacepermissions.rs, securestorage.rs, fsutils.rs, gitops.rs, sidecar.rs, src-tauri/capabilities/.json, tauri.conf.json — or when adding any Tauri command that takes a caller-supplied path, spawns a process, or reads…
Hook Claude Code
Runs before the agent uses a tool for Edit, Write and MultiEdit tool calls, running an inline shell check. From kevinlin/cowork-z.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing verify-on-edit.sh. From kevinlin/cowork-z.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Skill Claude CodeCodex
Use when adding a new Tauri command to Cowork-Z — a new backend capability the React frontend must call, a new #[tauri::command] fn, or a new invoke() wrapper in tauri-api.ts. Also use when a newly written command returns "Command not found" at runtime.
MCP server Claude CodeCodexCursor +2
Lets the agent inspect and automate a live Chrome instance through the DevTools protocol: performance traces, network, console. Runs locally from the chrome-devtools-mcp npm package.
Instructions file
Instructions for kevinlin/cowork-z, covering claude.md, project overview, commands, architecture and multi-process overview.
Skill Claude CodeCodex
This skill gives you access to the OpenCode server REST API for self-introspection — checking your own health, session state, message history, todos, configuration, skills, MCP status, and performing lightweight config updates.
Cursor rule Cursor
TypeScript Best Practices.
Instructions file CodexOpenCode
AGENTS.md instructions for kevinlin/gitlab-mr-mcp, covering agents.md - gitlab mr mcp server, build/test commands, environment variables and typescript code style guidelines.
MCP server Claude CodeCodexCursor
MCP server "gitlab-mr-mcp" as configured in kevinlin/gitlab-mr-mcp. Runs locally from the gitlab-mr-mcp npm package.