Ci Local
Run the checks a GitHub Actions workflow would run, locally, when Actions
Env Setup
Scans a codebase for environment variable usage to generate or sync .env.example, validate .env completeness against what the code actually reads, and detect leaked secrets in .env or git history. Use for "/env-setup", "update .env.example", "sync .env.example with the codebase", "check if .env has everything it needs", "is .env in .gitignore", or "scan for leaked secrets in .env". Not a full sec…
Docs Diagram
Generate a Mermaid diagram (ER, architecture, deployment, or security)
Docker Init
Generates production-ready docker-compose.yml and Dockerfile(s) for a project by scanning its manifest files (package.json, pyproject.toml, Gemfile, go.mod, Cargo.toml) and source code for service dependencies (Postgres, MySQL, Redis, MongoDB, RabbitMQ, Kafka, Elasticsearch, MinIO, Mailhog, etc.), then emitting compose services with health checks, security hardening, resource limits, and non-root…
Jira Daily
Generate a standup report from recent Jira activity and git history —
Review Deps
Audit project dependencies for vulnerabilities, license compliance risks,
Ship
>-
Review Security
Perform an OWASP Top 10-focused static security review of a PR, commit, or
Implement Feature
Implements a new feature end-to-end as a senior staff engineer would —
Docs Rfc
Create a numbered RFC (Request For Comments) document proposing a
Git Release
Create semantic version releases with automated changelog generation
Docs Check
Read-only audit of documentation against the current codebase — flags
Orchestrate
Turn any task into a model-tiered multi-agent plan — decompose it into
Agent Browser
Headless browser automation CLI optimized for AI agents — drives a real browser via accessibility-tree snapshots and @e1-style refs for ~93% less context than raw DOM tools. Use whenever a task needs to interact with a live web page: click, fill forms, log in, extract text or data, take screenshots, test a running web app, or scrape a site. Triggers on 'automate the browser', 'fill this form', 'c…
Fix Bug
Fixes a bug through test-driven debugging — reproduces it with a failing
Jira Todo
Generates a prioritized daily work plan from a user's assigned Jira
Create Skill
Create a new agent skill (or Claude Code slash command) from a plain-language description, using live spec fetching, pattern research, and an approval-gated blueprint before any files are written. Use whenever the user wants to build, scaffold, or author a new skill, subagent capability, or slash command — including phrasings like 'make a command for X', 'create a slash command', 'turn this into…
Oss Launch
Takes a private side project from "done" to a public GitHub launch — pre-flight checks (confirm the repo is still private, scan for leaked secrets, verify a license exists), applies review-code findings, generates brand art (logo/hero via codex-imagegen), rewrites the README and repo description for discoverability, scrubs internal or AI-tooling mentions from code and docs (only after explicit co…
Gh Daily
Generate a GitHub-based standup report from assigned issues, open/merged PRs, review requests, and git commit history. Use when the user asks for a standup, daily update, or status report and works with GitHub Issues/PRs. Trigger phrases include "standup report", "daily update", "what did I do yesterday", "GitHub status report". Not for Jira-based standups (use jira-daily) — gh-daily is GitHub-on…
Create Rule
Create a new memory/instruction rule for whatever AI coding tool a project
Jira Cli
Run raw ankitpokhrel/jira-cli commands directly against Jira Cloud or on-prem — issue/epic/sprint CRUD, JQL-style filtering, and scripting/CI automation (bulk assign, auto-label, sprint add). Invoke explicitly via /jira-cli, or when the user wants literal `jira` CLI syntax, a filter the curated skills don't expose, or a bash/CI script that drives jira-cli. Manual-invocation skill — does not auto-…
Find Skills
Search, install, update, and remove third-party Agent Skills from skills.sh or any GitHub/GitLab repo via the `npx skills` CLI. Use when the user wants to "find a skill", "install a skill from github", "search skills.sh", or add third-party capabilities to Claude Code/Cursor/other agents. Not for authoring new skills (see create-skill).
Nanobanana
Generates and edits images by calling Google's Nano Banana / Gemini image generation API (requires a GEMINI_API_KEY) — a real, billed API call. This skill is explicit-invocation only: use it only when the user names it or the Gemini path directly — \"nanobanana\", \"nano banana\", \"gemini image generation\", \"GEMINI_API_KEY\", \"use nanobanana to …\" — or wants to integrate the Nano Banana / Ge…
Inject Docs
Inject compressed framework-specific best practices and docs into
Ci Generate
Generate a production-ready CI/CD pipeline config (GitHub Actions,
Codex Imagegen
Generates images and polished raster art — logos, mascots, hero images, icons, characters, sprite sheets, illustrations, product mockups — by driving Codex CLI's $imagegen skill. This is the default image generator — use it for any request to generate or create an image or visual asset, including "generate an image", "create a hero image", "make a mascot", "design a logo", "draw an icon", "genera…
Vrt Check
Runs the project's visual regression testing (VRT) workflow — detects
Db Migrate
Creates, checks the status of, and validates database migrations by auto-detecting the project's migration framework (Alembic, Prisma, Knex, Django, Rails/ActiveRecord, Flyway, Atlas, TypeORM, Sequelize, SQLx, golang-migrate, Liquibase) from marker files, then driving that framework's own CLI. Use when the user wants to create a new migration, check pending vs. applied migration status, or valida…
Improve Skill
>-
Git Create Pr
Create a GitHub Pull Request from the current branch, following conventional commit format and pre-filling the repo's PR template. Activates on "create a PR", "open a pull request", "push this for review", or similar. Use after commits are made and pushed is not yet done; for the commits themselves use git-commit, for release/hotfix branch PRs use gitflow, and for the full review-then-commit-then…
Review Design
Performs a comprehensive UX/UI/design quality audit of a live URL or a
Team Implement
Spec-driven team orchestration for large, multi-component features or new epics: writes a full spec/design/review artifact trail under .specs/, gates code changes behind an explicit user approval, then scales a team from 3 (lite) to roughly 9 (full) agents based on complexity. Use for sizable features spanning frontend+backend+DB, unfamiliar domains, or anything you want a reviewable spec for bef…
Test Suite
Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests in parallel that match the project's existing patterns. Use when the user wants to write tests, add test coverage, generate test cases, improve testing, or analyze coverage gaps. Supports pytest, vitest, jest, and all major test frameworks. Not for debugging a specific failing test…
Project Planner
Break a large or ambiguous project into a dependency-ordered task
Gitflow
Manage a gitflow branching workflow — starting and finishing feature,
Review Code
Runs a comprehensive multi-agent code review of a PR, commit, or the
Docs Adr
Create a numbered Architecture Decision Record (ADR) documenting a technical
Docs Update
Refresh existing docs (architecture, onboarding, data-model, deployment,
Git Sync
Syncs the current feature branch with its base or upstream branch via merge (default) or rebase, with conflict detection and stash handling. Use for ad-hoc requests like "sync my branch with main", "rebase onto main", "rebase on latest dev", "pull upstream into my fork", or "update my branch". Not for release/hotfix branch promotion or cutting versioned releases — use gitflow or git-release for t…
Review Perf
Deep-dive performance audit of database queries, algorithmic complexity,
Refactor
Restructures existing code without changing its behavior — maps callers and test coverage, adds characterization tests where coverage is thin, then applies the change in small steps verified against the full test suite after each one. Use when the user wants to refactor, extract a method or class, simplify logic, reduce duplication, improve naming, restructure modules, or pay down technical debt…
Git Commit
Generate a conventional commit message (conventionalcommits.org) from the
I18n Check
i18n completeness checker — detects the project's i18n framework (next-intl,
Docs Init
Bootstraps a documentation structure (architecture, onboarding, data-model,
Team Review
Multi-agent review team — architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-examines the other 6 — for security-sensitive, architectural, or large PRs (15+ files) where a single-agent pass risks missing cross-cutting issues. Use for auth/payments/PII changes, schema/pattern changes, compliance sign-off, or when asked to 'get the review team on this' / 'mul…