Back to authors
v1truv1us

v1truv1us

76 Skills published on GitHub.

git-worktree

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

user-invokedView skill →

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.

researchanalysisdiscoverydocumentationsynthesismulti-agent
user-invokedView skill →

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.

user-invokedView skill →

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-sdkscaffoldanthropiccursoropenaiopencodepiverification
user-invokedView skill →

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
user-invokedView skill →

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.

user-invokedView skill →

check-agent-compatibility

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

cursor-importagent-compatibility
user-invokedView skill →

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.

user-invokedView skill →

cli-for-agents

Design or review CLIs so coding agents can run them reliably: non-interactive flags, fast actionable errors, idempotency, dry-run, layered --help. Use when building a CLI or adding commands.

cursor-importcli-for-agent
model-invokedView skill →

code-review-and-quality

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

user-invokedView skill →

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.

user-invokedView skill →

continuous-learning

Extract reusable patterns from sessions, score confidence, and promote high-confidence instincts into durable skills. Use after completing significant work.

model-invokedView skill →

control-cli

Build a local harness to drive, inspect, and profile an interactive CLI or TUI. Use for CLI UX checks, startup regressions, hangs, or prompt-flow verification.

cursor-importcursor-team-kit
model-invokedView skill →

control-ui

Build a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI. Use for UI verification, screenshots, perf profiles, or reproducing UI bugs.

cursor-importcursor-team-kit
model-invokedView skill →

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.

user-invokedView skill →

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
user-invokedView skill →

create-learning-path

Build a personalized learning roadmap with milestones and practice checkpoints

cursor-importteaching
user-invokedView skill →

cross-repo-refactor

Coordinate a multi-repo refactor by fanning out subagents per repo onto one feature branch. Use for cross-repo changes that touch multiple repositories.

model-invokedView skill →

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
user-invokedView skill →

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.

user-invokedView skill →

doc-review

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

documentationreviewediting
user-invokedView skill →

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.

user-invokedView skill →

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
user-invokedView skill →

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.

user-invokedView skill →

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.

routingconductorsubagentadapteranthropiccursoropencodecodexpi
user-invokedView skill →

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.

user-invokedView skill →

fix-ci

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

user-invokedView skill →

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
user-invokedView skill →

github

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

user-invokedView skill →

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.

user-invokedView skill →

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\".

user-invokedView skill →

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.

user-invokedView skill →

incremental-implementation

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

user-invokedView skill →

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
user-invokedView skill →

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.

user-invokedView skill →

k8s

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

user-invokedView skill →

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
user-invokedView skill →

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
user-invokedView skill →

loop-on-ci

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

user-invokedView skill →

make-pr-easy-to-review

Prepare PRs for review: clean noisy history, improve descriptions, add reviewer guidance without changing behavior. Use when a PR is hard to review.

cursor-importcursor-team-kit
model-invokedView skill →

monitoring

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

user-invokedView skill →

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
user-invokedView skill →

morning-brief

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

productivitybriefingplanning
user-invokedView skill →

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.

user-invokedView skill →

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.

user-invokedView skill →

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
user-invokedView skill →

planning-and-task-breakdown

Decompose specs into small, verifiable tasks with acceptance criteria and dependency ordering. Use when you have a spec and need implementable units.

model-invokedView skill →

playwright

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

user-invokedView skill →

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
user-invokedView skill →

prompt-refinement

Convert vague requests into compact TCRO prompts with phase-specific constraints. Used by research, specify, plan, and work workflows.

promptingtcrorequirementsworkflow
model-invokedView skill →

Page 1 of 2 · 76 results