By shipshitdev
Orchestrate the complete development lifecycle with AI-assisted workflows: from feature planning and PRD drafting to scaffolding, code review, testing, deployment, and monitoring, plus agent configuration and project management.
Fetch the review and issue comments on a pull request, map each to the exact code
Drive agent/subagent architecture, configuration, and setup from one command —
One entry point for GitHub Projects v2 board configuration: create the canonical
Turn a description of something broken into a GitHub issue of type **Bug**.
Clean up completed tasks and consolidate session files.
Expert in web accessibility (WCAG 2.1 AA compliance) for React/Next.js applications, ensuring all projects are usable by everyone. Use when creating or reviewing UI components, adding keyboard navigation, checking color contrast, testing with screen readers, or auditing pages for accessibility issues.
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. Use when building LLM-as-judge systems, comparing model responses, calibrating rubrics, debugging inconsistent evaluations, or designing A/B tests for prompt or model changes.
Audit LLM and agent applications for wrapper regressions, prompt or memory contamination, tool discipline failures, hidden repair loops, and output rendering corruption. Use before shipping agent features or when an agent works in a direct model call but fails inside the product.
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
Audit and sync AI agent configuration files (CLAUDE.md, CODEX.md, AGENTS.md, .cursorrules, hooks, settings) across workspaces. Use when agent configs drift, rules duplicate, files go stale, or after workspace restructuring.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub shipshitdev/skillsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
164 AI agent skills for development workflows. Works with Claude Code, OpenAI Codex, and Cursor.
skills/
├── skills/ # All skills (164)
├── commands/ # All commands (30)
├── bundles/ # Generated marketplace bundles
├── .agents/ # Repo management, memory, meta-skills
│ ├── memory/ # Repo decisions, context, and system docs
│ ├── sessions/ # Historical session logs
│ └── skills/ # Meta-skills for maintaining this repo
├── .claude/ # Claude Code config (agents, rules)
├── .codex/ # Codex CLI config
└── scripts/ # Validation, generation, migration
gh + Claude + Codex.The flagship workflow: a board-driven autonomous dev loop that turns a GitHub
issue into a reviewed PR, with you as architect/reviewer. It is the open, gh-driven
version of ShipCode's pipeline — same stages, no app required.
feature-intake → prd-writer / writing-plans write the PRD
and implementation plan onto the issue.dispatch:claude (Claude lane),
dispatch:codex (Codex lane), or dispatch:openrouter (OpenRouter lane) to a
Backlog issue.qa-reviewer + tests → PR, advancing loop:* phase labels as it goes.Board columns are for humans (Backlog · In Progress · Human Review · Done ·
Deferred); the AI loop's sub-phases ride as loop:* labels. Status is the GitHub
Projects board Status field — the single source of truth.
# 1. Install the dev-loop bundle (every skill the loop needs)
/plugin marketplace add shipshitdev/skills
/plugin install shipshitdev-dev-loop@shipshitdev
# 2. Provision your repo: labels + board + workflows + secrets (idempotent)
bash scripts/setup-dev-loop.sh # --dry-run to preview
# 3. Write your repo's routing block (tracker + labels + domain). In Claude Code:
/setup-agent-routing
# 4. Drive it
/loop # Phase 1: local pull (Claude lane)
# …or apply dispatch:claude / dispatch:codex to fire Phase 2 (GitHub Actions)
Full reference: .agents/memory/system/ai-dev-loop.md.
# Install all skills globally for Claude Code, Codex, and Cursor
npx skills add shipshitdev/skills -g --agent claude-code codex cursor --skill '*' -y
# Install specific skills
npx skills add shipshitdev/skills -g --skill stripe-implementer -y
# List available skills
npx skills add shipshitdev/skills --list
Do NOT use
--all— it installs to every agent the CLI knows about (30+). Always use--agentto target only the agents you use.
npx skills add shipshitdev/skills --agent claude-code codex cursor
/plugin marketplace add shipshitdev/skills
/plugin install shipshitdev-dev-loop@shipshitdev
/plugin install shipshitdev-dev-workflow@shipshitdev
/plugin install shipshitdev-github@shipshitdev
/plugin install shipshitdev-testing@shipshitdev
/plugin install shipshitdev-security@shipshitdev
git clone https://github.com/shipshitdev/skills.git ~/shipshitdev-skills
cd ~/shipshitdev-skills
npx skills add . -g --agent claude-code codex cursor --skill '*' -y
skills/skill-name/SKILL.md with YAML frontmattermkdir -p skills/my-skill
touch skills/my-skill/SKILL.md
.md file in commands/{verb}-{noun}.md🚀 Quick Flow Solo Dev — Elite Full-Stack Developer + Quick Flow Specialist
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
(forwward) Lean agent skills for building, shipping, strategy, and growth — no context bloat.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
PRD-driven AI dev team control plane for Claude Code — agents, skills, and a GitHub-first sprint workflow.