docs-style
01Skill Claude CodeCodex
Style guidelines for writing and updating documentation. Use when writing new docs, updating existing docs, or reviewing docs for quality.
Skill Claude CodeCodex
Style guidelines for writing and updating documentation. Use when writing new docs, updating existing docs, or reviewing docs for quality.
Agent
Flag renamed commands, APIs, or config options with stale references.
Agent
Review dependency changes for security implications and breaking changes.
Agent
Ensure error handling surfaces actionable messages to users.
Agent
Ensure user-facing inputs have proper validation and error feedback.
Agent
Ensure new functionality includes corresponding tests.
Agent
Check that code is well-formatted.
Command
Context: runloop resumes a devbox by re-running the same entrypoint script, which invokes cn serve --id .... Because the entrypoint always replays, the CLI must avoid duplicating state on restart.
MCP server Claude CodeCodexCursor +2
Linear's hosted MCP server: lets the agent read and update issues, projects and cycles. Remote server at mcp.linear.app.
Skill Claude CodeCodex
Install and run the Continue CLI (cn) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Skill Claude CodeCodex
Analyze this repo and create tailored AI check files in .checks/ that run as agents on every PR to enforce code quality standards.