Agent
Run the agent-compatibility CLI and return the raw repository score with its main problems.
Agent
Run the agent-compatibility CLI and return the raw repository score with its main problems.
Agent
Check whether the documented setup and run paths reliably lead to the real working path.
Agent
Try to bootstrap and start a repository like a cold agent, then report where the path breaks down.
Agent
Assess whether an agent can verify a small change without guessing or running an unnecessarily heavy loop.
Skill Claude CodeCodex
Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.
Skill Claude CodeCodex
Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or…
Agent
Mine high-signal transcript deltas, update AGENTS.md, and keep the incremental transcript index in sync.
Skill Claude CodeCodex
Orchestrate continual learning by delegating transcript mining and AGENTS.md updates to agents-memory-updater.
Agent
Plugin architecture specialist. Use when deciding the right component mix, structure, and metadata for a new Cursor plugin.
Cursor rule
Keep Cursor plugin manifests, paths, and component metadata valid during plugin authoring.
Skill Claude CodeCodex
Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.
Skill Claude CodeCodex
Audit a Cursor plugin for marketplace readiness. Use when validating manifests, component metadata, discovery paths, and submission quality before publishing.
Skill Claude CodeCodex
Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (@cursor/sdk). Use this skill whenever the user mentions integrating, installing, or writing code against the Cursor SDK; whenever they say Agent.create, Agent.prompt, Agent.resume, agent.send, run.stream…
Agent
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
Agent
Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the thermo-nuclear-code-quality-review skill in the cursor-team-kit plugin.
Cursor rule
Keep imports at top of file and avoid inline imports.
Cursor rule
Use exhaustive switch handling for TypeScript unions and enums.
Skill Claude CodeCodex
Run compile and type-check commands and report failures.
Skill Claude CodeCodex
Build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use for CLI UX checks, startup regressions, memory leaks, hangs, prompt flows, or terminal demos.
Skill Claude CodeCodex
Build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for local UI verification, screenshots, accessibility snapshots, perf profiles, visual diffs, or reproducing UI bugs.
Skill Claude CodeCodex
Remove AI-generated code slop and clean up code style.
Skill Claude CodeCodex
Find failing PR checks, inspect logs or external check links, and apply focused fixes.
Skill Claude CodeCodex
Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution.
Skill Claude CodeCodex
Fetch and summarize review comments from the active pull request.