Back to categories
Category

Agent Skills in category: user-invoked

65 skills match this category. Browse curated collections and explore related Agent Skills.

git-worktree

Manage git worktrees for isolated parallel development. Use when running multiple sessions concurrently or working on parallel features.

v1truv1us
v1truv1us
73

comprehensive-research

Multi-phase research orchestration for thorough codebase, documentation, and external knowledge investigation. Invoked by /ai-eng/research command. Use when conducting deep analysis, exploring codebases, investigating patterns, or synthesizing findings from multiple sources.

researchanalysisdiscoverydocumentation
v1truv1us
v1truv1us
73

plugin-dev

This skill should be used when creating extensions for Claude Code or OpenCode, including plugins, commands, agents, skills, and custom tools. Covers both platforms with format specifications, best practices, and the ai-eng-system build system.

v1truv1us
v1truv1us
73

agents-sdk-dev

Unified agent application scaffolding across 5 harnesses: Anthropic, Cursor, OpenAI, OpenCode, and Pi. Interactive project generator with live SDK docs, per-harness code patterns, and built-in verification. Use when someone says \"create an agent app\", \"new SDK project\", \"build with [harness] SDK\", \"scaffold agent\", or wants to verify an existing agent setup.

agent-sdkscaffoldanthropiccursor
v1truv1us
v1truv1us
73

architect

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

ai-eng-core
v1truv1us
v1truv1us
73

browser-testing-with-devtools

Chrome DevTools for live runtime data: DOM inspection, console logs, network traces, performance profiling. Use when building or debugging anything in a browser.

v1truv1us
v1truv1us
73

check-agent-compatibility

Run the full repository compatibility pass: scanner score, startup path, validation loop, and docs reliability.

cursor-importagent-compatibility
v1truv1us
v1truv1us
73

ci-cd-and-automation

Design CI/CD pipelines, quality gates, and iterate on failing PR checks until green. Use when setting up pipelines or fixing CI on a branch.

v1truv1us
v1truv1us
73

code-review-and-quality

Multi-axis code review with optional strict maintainability mode. Use before merging any change—human, agent, or automation output.

v1truv1us
v1truv1us
73

code-simplification

Simplifies code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be.

v1truv1us
v1truv1us
73

coolify-deploy

Deploy applications to Coolify self-hosting platform. Use when deploying to Coolify, configuring build settings, setting environment variables, managing health checks, or performing rollbacks.

v1truv1us
v1truv1us
73

create-goal

Transform a vague idea, request, or prompt into a concrete, actionable goal with clear success criteria, scope boundaries, and measurable outcomes. Use when the user has an intention but needs help defining what \"done\" looks like.

ai-eng-coregoal-settingplanning
v1truv1us
v1truv1us
73

create-learning-path

Build a personalized learning roadmap with milestones and practice checkpoints

cursor-importteaching
v1truv1us
v1truv1us
73

cursor-sdk

Guide building apps, scripts, CI pipelines, and automations with the Cursor TypeScript SDK (`@cursor/sdk`). Use when integrating `Agent.create`, `Agent.prompt`, `Agent.resume`, streaming, MCP servers, local vs cloud runtime, errors, or porting REST `/v1/agents` calls to the SDK. Prefer this skill over memory—the SDK surface evolves and references here are the source of truth.

cursor-importcursor-sdk
v1truv1us
v1truv1us
73

debugging-and-error-recovery

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior does not match expectations, or any unexpected error appears.

v1truv1us
v1truv1us
73

doc-review

Structured document review for structure, clarity, and technical accuracy. Use for \"review this doc\", feedback, critique, or /doc-review.

documentationreviewediting
v1truv1us
v1truv1us
73

docker

Build, run, and secure Docker containers with current best practices. Use for Dockerfile review, multi-stage builds, Compose orchestration, image hardening, and CI/CD integration.

v1truv1us
v1truv1us
73

docs-canvas

Render a documentation-style Cursor Canvas that organizes architecture notes, API references, walkthroughs, and how-tos into a navigable layout with sections, tables of contents, and cross-references. Use when the user asks for a docs canvas, documentation overview, architecture walkthrough, API reference page, or wants to render structured documentation as an interactive canvas.

cursor-importdocs-canvas
v1truv1us
v1truv1us
73

dreaming-consolidator

Read the auto-memory graph (~/.claude/projects/*/memory/*.md), find cross-session patterns, and write a digest. The skill never mutates memory — output goes to a fresh file the user reads. The cron-driven version is the daily-brief-sdk dream-digest workflow, which writes to a separate dedicated directory.

v1truv1us
v1truv1us
73

dynamic-router

Conductor/subagent routing for tasks across multiple harnesses. Assesses task complexity and intent, then dispatches to the appropriate subagent model via a harness-specific adapter. Supports Anthropic (Claude), Cursor, OpenCode, Codex (OpenAI), and Pi adapters. Use via /dynamic-task command or direct invocation from other skills.

routingconductorsubagentadapter
v1truv1us
v1truv1us
73

eval-harness

Agent evaluation framework. Measure agent performance, identify weaknesses, and track improvement over time. Use when assessing agent quality, comparing approaches, or validating changes.

v1truv1us
v1truv1us
73

fix-ci

Find failing PR checks, inspect logs or external check links, and apply focused fixes

v1truv1us
v1truv1us
73

gemini-agent-sdk

Build Gemini-backed agent workflows and adapters. Use for Google Gemini API/ADK-style runners, Gemini CLI workflow parity, tool calling, structured outputs, or adding a Gemini variant beside Cursor/OpenCode/Claude runners.

agent-sdkgeminigoogleworkflow-runner
v1truv1us
v1truv1us
73

github

Operate GitHub repositories, workflows, and PRs efficiently. Use for Actions optimization, PR hygiene, repo maintenance, and team collaboration patterns.

v1truv1us
v1truv1us
73

graph-rag

Relationship-aware retrieval using graph traversal, entity anchors, community expansion, and hybrid vector plus graph search. Use when chunk similarity alone misses paths, entities, or subsystem context.

v1truv1us
v1truv1us
73

grill-me

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when the user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".

v1truv1us
v1truv1us
73

grill-with-docs

Extend grill-me by producing or updating a CONTEXT.md or ADR-style decision record while stress-testing a plan. Use when the user wants to be grilled and wants the shared understanding persisted as a living document.

v1truv1us
v1truv1us
73

incremental-implementation

Deliver changes in thin vertical slices. Use when implementing a feature or refactor that touches more than one file.

v1truv1us
v1truv1us
73

interrogate

Use for \"interrogate\", \"adversarial review\", \"multi-model review\", \"challenge this\", \"stress test this code\", \"find blind spots\", or \"tear this apart\". Four LLM reviewers challenge changes from independent angles.

quality
v1truv1us
v1truv1us
73

investigation-loop

Long-running Jira investigation that self-continues past natural stops until a written hypothesis with evidence citations is produced. Pairs with the cooking Stop hook and hard-stops at 10 iterations.

v1truv1us
v1truv1us
73

k8s

Deploy, manage, and troubleshoot Kubernetes workloads. Use for manifest review, Helm chart validation, resource tuning, RBAC, and cluster operations.

v1truv1us
v1truv1us
73

knowledge-architecture

Build a static-first knowledge architecture using file-backed domain maps, rules, hypotheses, and durable references. Use for knowledge architecture, learning systems, decision context, and long-lived team memory without runtime memory tooling.

knowledge-managementdocumentationlearning-systemdecision-making
v1truv1us
v1truv1us
73

knowledge-capture

Document solved problems with context, examples, and gotchas so learnings compound for the team. Use after completing a workflow worth remembering.

documentationknowledge-managementteam-learningproblem-solving
v1truv1us
v1truv1us
73

loop-on-ci

Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.

v1truv1us
v1truv1us
73

monitoring

Design and operate application observability with metrics, logs, traces, and alerts. Use for SLO definition, dashboard design, on-call runbooks, and incident response.

v1truv1us
v1truv1us
73

monorepo-initialization

Recursively initialize AGENTS.md in monorepo subdirectories with smart detection. Creates hierarchical agent context files with proper linking to root CLAUDE.md and parent AGENTS.md. Use for setting up multi-package projects, microservices, or any project with important subdirectories that need AI agent guidance.

monorepoagentssetuphierarchy
v1truv1us
v1truv1us
73

morning-brief

Daily briefing synthesizing calendar, tasks, and priorities. Use for \"morning brief\", \"daily briefing\", \"start my day\", or /morning-brief.

productivitybriefingplanning
v1truv1us
v1truv1us
73

multimodal-corpus-ingestion

Normalize mixed inputs like code, docs, PDFs, screenshots, diagrams, audio, and transcripts into a structured corpus. Use when the task depends on combining multiple artifact types before analysis or retrieval.

v1truv1us
v1truv1us
73

npm-trusted-publishing

Publish npm packages via GitHub Actions with OIDC trusted publishing and provenance. Use when setting up automated npm publishes, debugging ENEEDAUTH/E404 errors, configuring provenance attestations, or setting up a new package for publication.

v1truv1us
v1truv1us
73

orchestrate

Use only when the user explicitly types `/ai-eng/orchestrate <goal>` to decompose a large task, spawn a tree of parallel cloud-agent workers/subplanners/verifiers via the Cursor SDK, and collect structured handoffs; do not invoke autonomously.

cursor-importorchestrate
v1truv1us
v1truv1us
73

playwright

Write, run, and maintain reliable end-to-end tests with Playwright. Use for test generation, CI integration, trace debugging, and cross-browser validation.

v1truv1us
v1truv1us
73

pr-review-canvas

Generate an interactive PR review walkthrough as an HTML page. Fetches PR data via gh API, categorizes files into core vs mechanical changes, adds reviewer annotations, and renders diffs with moved-code detection. Use when the user pastes a GitHub PR URL and asks for a review, walkthrough, or summary, or says \\\"review this PR\\\".

cursor-importcursor-team-kit
v1truv1us
v1truv1us
73

repo-audit

Principal-engineer repository audit and prioritized improvement plan. Four phases - discovery, evidence-based audit, strategy, task plan - with file:line citations and severity ratings. Analysis only, no code changes. Use when asked to \"audit this repo\", \"project review\", \"health check\", \"improvement plan\", or after a model upgrade to re-baseline important projects.

v1truv1us
v1truv1us
73

repurpose

Adapt existing content into new formats for different channels. Use for \"repurpose this\", \"turn this into\", \"adapt for\", or /repurpose.

contentwritingmarketing
v1truv1us
v1truv1us
73

research-deep

Multi-source deep research with confidence-rated synthesis. Use for \"research deeply\", \"deep dive on\", \"comprehensive research\", or /research-deep.

researchinvestigationsynthesis
v1truv1us
v1truv1us
73

run-learning-retrospective

Evaluate learning progress, identify blockers, and adjust the learning plan

cursor-importteaching
v1truv1us
v1truv1us
73

security-and-hardening

OWASP Top 10 prevention, auth patterns, secrets management, dependency auditing, boundary validation. Use when handling user input, auth, or external integrations.

v1truv1us
v1truv1us
73

sentry

Set up and operate Sentry for error tracking, performance monitoring, and release health. Use for SDK integration, alert tuning, and incident investigation.

v1truv1us
v1truv1us
73

seo-audit

Full SEO and performance audit for any website. Use when asked to check SEO, run a lighthouse scan, audit performance, check accessibility, or validate structured data.

v1truv1us
v1truv1us
73

shipping-and-launch

Review changes, open PRs, run pre-launch checks, staged rollouts, and rollback. Use when preparing to ship to production or closing out a branch.

v1truv1us
v1truv1us
73

Page 1 of 2 · 65 results