{shipshit.dev}
PortfolioTeamFractional CTOThe ShowWorkshops

Open Source

Agentic Skills & Commands

A comprehensive collection of agent capabilities -- skills, commands, and workflows -- for Claude Code, OpenAI Codex, and Cursor.

View on GitHubExplore Skills

168

Skills

32

Commands

13

Bundles

Every skill is a model-agnostic playbook -- the same source works with Claude Code, OpenAI Codex, and Cursor.

/how-it-works

01

Install the Library

Install skills globally for Claude Code, Codex, and Cursor with the skills CLI.

02

Or Pick a Bundle

Add the marketplace in Claude Code and install curated bundles instead of everything.

03

Ship Faster

Skills adapt to your project context. They read your docs and follow your conventions.

/commands

32 commands

Slash commands for structured workflows -- each one a front door into the skills that do the work.

/address

Resolve PR Review Comments

/agent

One Front Door for Agent Architecture, Config, and Setup

/ask

Which Dev Loop skill to run

/board

GitHub Projects v2 Kanban Setup

/bug

File a GitHub Bug Issue

/clean

Unified Cleanup Command

/codex-loop

Autonomous task execution (Codex lane)

/deploy

Single Front Door for Deployment and Infra Provisioning

/design

UI/Design Review and Refinement

/deslop

Remove AI Slop From Code and Product

/env

Environment Variable Management

/feature

Client Requirement Intake

/fix-ci

Diagnose and Fix Failing Checks

/inbox

Quick Task Capture

/loop

Autonomous task execution

/merge

Review and Land Open PRs Into the Trunk

/performance

Performance Analysis Command

/pr

Pull Request Lifecycle

/prd

One Front Door for PRDs and Feature Planning

/prompt

Optimize Prompt (Lyra-Inspired)

/qa

Structured Verification Pass on Your Work

/refactor

One Front Door for Improving Existing Code

/release

One Front Door for Cut, Gate, and Cleanup

/review

One Front Door for Every Code Review

/roadmap

ICP → revenue-ranked backlog → dated milestones

/scan

Security Scanning Command

/skill

One Front Door for Authoring and Maintaining Agent Skills

/standup

What Did I Get Done

/suggest

Post Inline Suggested Changes on a PR

/test

One Front Door for Running, Authoring, and Setting Up Tests

/tests

Run the Right Tests and Make Red Go Green

/wait-what

Re-pitch the last message

/skills

168 skills

Specialized agent capabilities for specific domains. Skills are adaptive -- they scan project documentation to understand your architecture, brand voice, and conventions.

accessibility

Applies WCAG 2.1 AA to web UI work and fixes what fails

advanced-evaluation

Design and operate LLM-as-a-Judge evaluation systems using direct scoring, pairwise comparison, rubric calibration, evaluator bias mitigation, confidence scoring, and automated quality assessment

agent-architecture-audit

Audit LLM and agent applications for wrapper regressions, prompt or memory contamination, tool discipline failures, hidden repair loops, and output rendering corruption

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction

agent-config-audit

Audit AI agent instruction files (AGENTS.override.md, AGENTS.md, configured fallbacks, CLAUDE.md, hooks, and settings) across workspaces in read-only report mode

agent-dispatch

Single front door for agent/subagent architecture, config, and setup

agent-folder-init

Add or repair .agents/ project context for an existing repo

ai-agent-cost-optimizer

Audit and reduce AI agent token and inference spend through context discipline, prompt caching, model routing, batching, and workflow capture

ai-loading-ux

Design AI loading, thinking, and progress indicator UX. Use when explicitly asked to improve AI waiting states, add thinking indicators, or design loading UX for AI interfaces

ai-regression-testing

Design regression tests for AI-assisted development by targeting model blind spots such as sandbox versus production path drift, response-shape mismatches, untested bug fixes, and same-model review failures

api-design-expert

Expert in RESTful API design, OpenAPI/Swagger documentation, versioning, error handling, and API best practices for NestJS applications

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, @agenticindiedev/ui)

ask-dev-loop

Ask which Dev Loop skill or flow fits the current situation

audit

Sweeps implemented frontend code across five dimensions at once

aws-infrastructure

Expert in AWS infrastructure setup including EC2, VPC, security groups, Application Load Balancers, Route53 DNS, and SSL/TLS certificates

biome-validator

Validate Biome 2.3+ configuration and detect outdated patterns

bug

File a GitHub issue of type Bug from a description

bun-validator

Validate Bun workspace configuration and detect common monorepo issues

changelog-generator

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes

clarify

Improve unclear UX copy, error messages, microcopy, labels, and instructions to make interfaces easier to understand

clerk-validator

Validate Clerk authentication configuration and detect deprecated patterns

code-review

Correctness, security, and spec-fidelity gate for incoming pull requests

codebase-advisor

Survey any codebase as a senior advisor, then hand back either prioritized self-contained implementation plans for OTHER models/agents to execute, or a written architecture and health analysis for humans

codebase-design

Shared vocabulary for designing deep modules

codex-image-gen

Generate raster images (icons, illustrations, textures, app icons) from a text prompt by driving the Codex CLI's image tool, then extracting the finished PNG from the Codex session rollout

comment-mode

Granular feedback on drafts without rewriting

commit-summary

Generate Conventional Commit messages from staged or unstaged git changes, split unrelated changes into logical commits, detect breaking changes, and optionally create commits after approval

component-library

Expert React/Next.js component architect specializing in creating consistent, reusable, and maintainable components for monorepo projects

content-script-developer

Expert in browser extension content scripts, DOM integration, and safe page augmentation across modern web apps

context-degradation

Recognize, diagnose, and mitigate patterns of context degradation in agent systems

context-engineering

Supplementary context protocol for agents executing in a repo that has a CLAUDE.md / AGENTS.md (or equivalent config)

context-fundamentals

Explain or reason about foundational context engineering concepts

context-optimization

Improve context efficiency through context budgeting, observation masking, prefix or KV-cache strategy, partitioning, token-cost reduction, retrieval scoping, and extending effective context capacity without lowering answer quality

critique

Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, automated anti-pattern detection, and actionable feedback

cto-advisor

Advises engineering leadership on direction

de-slop

Strip AI-generated slop from a codebase and product

debug

Front door for a freshly reported failure

dependency-audit

Audit a project's dependency supply chain

deploy

Run deployment workflows for web applications (staging, production)

deploy-dispatch

Single front door for deployment and infra provisioning

deployment-composer

Compose deployment workflows from smaller skills and repo signals, including trunk-based releases, CI quality gates, provider deployment, post-deploy verification, rollback, and failed-check diagnosis

design-consistency-auditor

Hunts design-token drift across a frontend

design-dispatch

Single front door for UI/design review and refinement

devcontainer-setup

Scaffolds a complete VS Code Dev Container configuration with Docker, docker-compose, and optional Claude Code CLI support

docker-expert

Expert in Docker, docker-compose, Dockerfile patterns, and container orchestration for NestJS and Next.js applications

docs

Creates clear, concise technical documentation for software projects, runbooks, and developer guides

domain-modeling

Build and sharpen a project's domain model

ec2-backend-deployer

Deploys backend applications to EC2 instances using Docker, GitHub Actions CI/CD, and Tailscale for secure SSH access

error-handling-expert

Expert in error handling patterns, exception management, error responses, logging, and error recovery strategies for React, Next.js, and NestJS applications

evaluation

Build evaluation frameworks for agent systems

executing-plans

Orchestrate autonomous AI development with task-based workflow and QA gates

execution-debugging

Scoped debugging methodology for when a test or build fails during execution/stabilization

expo-architect

Scaffold a production-ready Expo React Native app with working screens, navigation, and optional Clerk auth

feature-intake

Capture a client or stakeholder feature request, turn it into a planner-ready PRD epic with scoped sub-issues, check for duplicate work, and place approved issues on a GitHub Projects kanban

finishing-a-development-branch

Structured "done coding, now what?" workflow

fix-merge-conflicts

Resolve git merge conflicts correctness-first, then prove the tree still builds

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality

full-code-review

Fan-out PR review across three parallel dimension agents (structural, security, devex/flag-hygiene), adversarially verify every finding, and synthesize a single prioritized verdict via a strongest-tier judge

fullstack-workspace-init

Initialize Shipshit.dev full-stack product workspaces through npx @shipshitdev/v0, then customize and verify the generated repo

gh-address-comments

Implements the fixes a PR review asked for

gh-fix-ci

Diagnoses failing or setup-stuck GitHub Actions checks on a PR, identifies root cause, and proposes or applies targeted fixes

gh-inbox

Collect and triage a GitHub work inbox from assigned issues, review requests, mentions, authored PRs with failing checks, and optional project filters

gh-pr-publish

Create, update, and publish GitHub pull requests with a clean title, durable body, branch hygiene, validation notes, and safe push/PR gates

gh-project-board

Configure GitHub Projects v2 kanban boards with Ship Shit Dev defaults

gh-review-suggestions

Review GitHub pull requests and post precise inline suggested changes with GitHub suggestion blocks

git-safety

Guards day-to-day git work in an existing repository

github-actions-author

Author, review, and harden GitHub Actions workflows using current official documentation, secure trigger patterns, least-privilege permissions, current action versions, and CI/CD validation

graphql-architect

Design and review GraphQL schemas, resolvers, mutations, pagination, and data-loading patterns

grilling

Grill the user relentlessly about a plan, decision, or idea

grok-review

Independent second-opinion code review through the Grok CLI. Builds a self-contained review prompt from the exact diff, runs one headless Grok invocation on the CLI's own default model and effort, then verifies every returned finding against the code before reporting

html-style

Apply opinionated styling to barebones HTML. Use when user has plain/unstyled HTML and wants to apply consistent visual styling

husky-test-coverage

Sets up or verifies Husky git hooks to enforce test coverage above 80% (configurable) for Node.js/TypeScript projects

icp

Discover and document a product's Ideal Customer Profile as a durable .agents/memory/icp.md

incremental-fetch

Guides construction of resilient data ingestion pipelines from paginated APIs

interview

Repo-grounded discovery interview that produces a handoff brief for PRD writing, feature intake, or planning

landing-page-vercel

Scaffolds a production-ready static landing page with working email capture form, analytics, and responsive design

layout

Reworks the structure underneath a UI

linter-formatter-init

Set up Biome (default) or ESLint + Prettier, Vitest testing, and pre-commit hooks for any JavaScript/TypeScript project

llm-structured-output

Design prompts, schemas, validation, and recovery logic for reliable machine-readable model outputs

mcp-builder

Creates MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools

memory-systems

Design and implement memory architectures for agent systems that persist state across sessions, maintain entity consistency, and reason over structured knowledge

merge-open-prs

Review and land open pull requests through one /merge command

micro-landing-builder

Scaffolds, clones, and deploys config-driven NextJS landing pages that use a shared UI components package

mongodb-atlas-checker

Verify MongoDB Atlas setup and configuration for backend applications

mongodb-migration-expert

Database schema design, indexing, and migration guidance for MongoDB-based applications

monitoring-setup

Sets up production monitoring for NestJS and Next.js apps

multi-agent-patterns

Design multi-agent architectures for complex tasks

nestjs-expert

NestJS architecture, modules, DI, guards, interceptors, pipes, MongoDB/Mongoose integration, auth, and production patterns

nestjs-queue-architect

Queue job management patterns, processors, and async workflows for video/image processing

nestjs-testing-expert

NestJS testing mechanics with Jest

nextjs-validator

Validate Next.js 16 configuration and detect/prevent deprecated patterns

nextra-writer

Expert in creating clear, comprehensive technical documentation with Nextra (Next.js-based docs framework), MDX, and modern documentation patterns

open-source-checker

Audits a whole private repository once, at the decision to make it public

package-architect

Design and maintain TypeScript packages in a monorepo, including exports and build configuration

performance-expert

Backend, database, and infrastructure performance expert covering API response times, query and index optimization, N+1 elimination, caching and background jobs, server profiling, and build/asset delivery

playwright-e2e-init

Initialize Playwright end-to-end testing for Next.js and React projects

polish

Runs the last pass over a functionally complete feature

postgres-ops

Operate a production Postgres database

pr-comments

Reads a pull request's review threads and returns a digest

prd-dispatch

Single front door for product specs, PRDs, and feature planning

prd-quality-gate

PRD completeness validation

prd-task-creator

Files work into a tracker — turns a feature, bug, or finished PRD into GitHub issues, linked sub-issues, or local task files, slicing epics into thin vertical slices sized for one PR each and tagged AFK or HITL. Starts once the requirements are settled; authoring the PRD document itself is `prd-writer`

prd-writer

Authors the PRD document itself

production-audit

Audit an application for production readiness using local evidence from code, CI, config, migrations, runtime checks, observability, and deployment paths

project-init-orchestrator

Selects the correct project initialization route and orchestrates setup

prompt-engineering

Expert guide on prompt engineering patterns, best practices, and optimization techniques

prototype

Build a throwaway prototype to answer a design question

qa-loop

Runs an interactive localhost QA session that accepts issues, screenshots, routes, and browser evidence; reproduces and fixes each defect; verifies the result; and creates one local commit per fix

qa-reviewer

Runs a structured multi-phase verification pass on completed AI agent work

quick-view

Generates minimal HTML pages to review structured data in a browser with maximum readability

quieter

Tones down visually aggressive or overstimulating designs, reducing intensity while preserving quality

react-component-performance

Diagnose slow React components and apply targeted render-time fixes

react-hook-form

Provides 41 prioritized performance rules for React Hook Form across form configuration, field subscription, controlled components, validation, and field arrays

react-native-components

Master React Native 0.79.5 components, styling, performance optimization, and mobile UI best practices with real-world examples

react-patterns

Modern React patterns and principles

react-refactor

Architectural refactoring guide for React applications covering component architecture, state architecture, hook patterns, component decomposition, coupling and cohesion, data flow, and refactoring safety

react-testing-library

React Testing Library mechanics for testing React components and hooks

receiving-code-review

Evaluate incoming code-review feedback with technical rigor before implementing any change

redis-caching

Redis caching, rate limiting, session storage, pub/sub, and production integration patterns for TypeScript, Next.js, NestJS, and Prisma applications

refactor-code

Systematic approach to safely refactoring code with tests

refactor-dispatch

Single front door for improving existing code

release

Cuts the release itself — derives the next semantic version from commits since the last tag, writes plain-English patch notes, previews the plan, then on confirmation creates an annotated tag plus GitHub release, or dispatches the repo's guarded release workflow where production sits behind a workflow_dispatch promote gate

release-cleanup

Verify a release branch is provably merged into the trunk (default branch) via the squash-aware GitHub PR merge oracle, then prune merged local and remote feature branches and stale git worktrees

release-dispatch

Single front door for releases

release-pr-gates

Holds a release at the gate — opens or reuses a release PR into the trunk, runs local format, lint, and type-check, watches required GitHub checks through to green, and summarizes the failing run's root cause when they are not

review-dispatch

Single front door for code review

roadmap-analyzer

Turn a product's ICP into a revenue-ranked roadmap

roadmap-to-milestones

Turn a revenue-ranked roadmap into tracked GitHub Milestones with due dates, assign issues to them, and report burndown

rules-capture

Automatically detects and documents user preferences, coding standards, and workflow rules from conversation

scaffold

Generate incremental local code modules following existing codebase patterns

security-audit

Run a self-contained security audit workflow for web applications and APIs, covering scoping, reconnaissance, manual testing, API review, hardening, and reporting

security-expert

Expert in application security, OWASP Top 10, authentication, authorization, data protection, and security best practices for React, Next.js, and NestJS applications

setup-agent-routing

Sets up an `## Agent skills` routing block in CLAUDE.md/AGENTS.md plus docs/agents/ so the dev-loop skills (executing-plans, feature-intake, prd-writer, qa-reviewer) know this repo's GitHub issue tracker, kanban label vocabulary, and domain doc layout

shadcn

Provides shadcn/ui component library best practices and patterns

shadcn-setup

Sets up shadcn/ui with Tailwind CSS v4 CSS-first configuration

shape

Plan the UX and UI for a feature before writing code

skill-capture

Extracts valuable workflows, patterns, and domain knowledge from conversations and persists them as reusable SKILL.md files

skill-comply

Measure whether agents actually follow a skill, rule, command, or agent definition by deriving expected behaviors, running representative scenarios, and comparing observed action timelines against the spec

skill-creator

Guide for creating effective skills

skill-dispatch

Single front door for authoring and maintaining agent skills

skill-scout

Search local, marketplace, repository, package, GitHub, and web sources before creating a new skill or custom implementation

spec-first

Enforces a spec → plan → execute → verify loop before writing code, preventing "looks right" failures

stack-modernization

Modernize a project's stack — outdated dependencies, dead/unused packages, deprecated packages, and framework-pattern drift (old patterns lingering after a major upgrade)

standup

Summarize what you personally shipped over a time window from git history

stripe-implementer

Implement Stripe payment processing, subscription management, webhook handling, and customer management in Next.js and NestJS applications

structural-review

Perform a structural and maintainability review of a PR or codebase diff

systematic-debugging

Full four-phase root-cause loop

table-filters

Designs optimal filtering UX for data tables

tailwind

Provides Tailwind CSS v4 performance optimization and best practices guidelines

tailwind-validator

Validate Tailwind CSS v4 configuration and detect/prevent Tailwind v3 patterns

tdd

Test-driven development workflow for feature work and bug fixes

tech-debt

Inventories a real codebase and ranks its technical debt into a register scored by interest (how often it hurts) over principal (effort to fix), every item anchored to a file-and-line or a metric

test-dispatch

Single front door for testing

test-runner

Run a project's tests at the right scope

testing-cicd-init

Installs Vitest testing infrastructure and GitHub Actions CI/CD for TypeScript projects (Next.js, NestJS, React)

testing-expert

Framework-agnostic testing strategy

theme-factory

Toolkit for styling artifacts with a theme

tool-design

Design tools that agents can use effectively, including when to reduce tool complexity

turborepo

Turborepo monorepo build system guidance

typescript-expert

Resolves TypeScript and JavaScript problems across type-level programming, performance, monorepo management, migration, and modern tooling

typescript-refactor

TypeScript refactoring and modernization guidelines from a principal specialist perspective

vercel-deploy

Deploy a Next.js app to Vercel and manage its environment

verification-before-completion

Enforce evidence-based completion

wait-what

Re-pitch the last message in plain English using the project's CONTEXT.md vocabulary

wizard

Generate an interactive bash wizard that walks a human through steps only they can perform

workspace-performance-audit

Orchestrates comprehensive performance audits across full-stack monorepos

worktree

Create an isolated git worktree from the correct base branch and check it out into a clean, gitignored directory

writing-plans

Turn a spec or requirements doc into a comprehensive, bite-sized implementation plan

Ready to ship faster?

Join the community of indie builders using these skills to supercharge their AI workflow.

Star on GitHubJoin Discord

Services

  • Skills
  • Store
  • Mantella.nl
  • Genfeed.ai

Links

  • Fractional CTO
  • Portfolio
  • Mobile Apps
  • Shopify
  • The Show
  • Workshops

Community

  • Twitter
  • GitHub
  • Newsletter

Legal

  • Privacy
  • Terms

2025 ShipShit.dev. All rights reserved.