3362 results (23.9ms) page 13 / 169
ngxtm / devkit-address-github-comments exact

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

lancenunes / codex-skills-docs-sync exact

Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs...

dceoy / speckit-agent-skills-speckit-checklist exact

Generate a custom checklist for the current feature based on user requirements.

dceoy / speckit-agent-skills-speckit-analyze exact

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

lancenunes / codex-skills-plan-work exact

Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an implementation plan. Use when the user asks for a plan, design/approach, scope...

dceoy / speckit-agent-skills-speckit-specify exact

Create or update a feature specification from a natural language feature description.

lancenunes / codex-skills-ui-ux-pro-max exact

Use when designing, building, or refining frontend UI/UX: layouts, components, visual systems, typography, color, and UX patterns for websites, landing pages, dashboards, and product interfaces....

lancenunes / codex-skills-agents-md exact

Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths,...

lancenunes / codex-skills-dependency-upgrader exact

Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use...

dceoy / speckit-agent-skills-speckit-taskstoissues exact

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

dceoy / speckit-agent-skills-speckit-tasks exact

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

lancenunes / codex-skills-rebase-assistant exact

Guide a safe git rebase of the current branch onto a target branch, including conflict triage and resolution steps. Use when asked to rebase, update a branch, or resolve rebase conflicts.

dceoy / speckit-agent-skills-speckit-clarify exact

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

lancenunes / codex-skills-bug-triage exact

Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps. Use when the user reports a bug, regression, or failing build/test and wants a fix.

dceoy / speckit-agent-skills-speckit-baseline exact

Generate feature specifications by analyzing existing source code.

lancenunes / codex-skills-sessions-to-blog exact

Generate MDX blog posts or recaps from session logs in `sessions/articles`. Use when the user asks to turn daily session notes into publishable blog posts, define writing style or linking rules...

lancenunes / codex-skills-commit-work exact

Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit,...

lancenunes / codex-skills-vps-checkup exact

SSH into an Ubuntu VPS (Docker) for a read-only health/security/update report (UFW + fail2ban) and propose fixes; apply updates/restarts only with explicit confirmation. Use when the user wants a...

ngxtm / devkit-databases exact

Work with MongoDB (document database, BSON documents, aggregation pipelines, Atlas cloud) and PostgreSQL (relational database, SQL queries, psql CLI, pgAdmin). Use when designing database schemas,...

ngxtm / devkit-agent-manager-skill exact

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.