By AdamCaviness
A collection of skills for agentic coding tools: next-ticket, get-it-right, code-review, apply-review, pr, ship, convert-worktree, triage-bugs, triage-product, triage-architecture, update-deps, compress-markdown
Investigates a codebase for proven defects using adversarial 4-pass analysis (frame, trace, falsify, prove). Caches tickets to disk, then spawns 4 parallel sub-agents (one per bug category) to find, prove, and document bugs with enough rigor that a skeptical maintainer could fix each from the report alone.
Audits a project for UX gaps, broken workflows, missing states, confusing terminology, visual inconsistency, navigation/state issues, destructive action safety, data presentation, accessibility issues, and competitive table stakes. Caches tickets to disk, then spawns 4 parallel sub-agents (one per focus cluster) to scrutinize and file tickets.
Updates project dependencies. Checks open bot PRs for CVE patches, applies safe minor/patch updates, and researches/fixes breaking changes for major bumps. Optional scope (frontend|backend|infra|all) and major flag.
Read PR review comments, validate against code, fix valid ones, push, resolve addressed threads, and explain unresolved ones.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of skills for agentic coding tools, including Claude Code, Codex, and Gemini CLI.
| Skill | Command | What it does | |
|---|---|---|---|
| Ticket | create-ticket | /create-ticket [idea] | Research an idea, craft a high-quality ticket, dedup, and file it |
| next-ticket | /next-ticket [id] | Pick up a ticket (best open or specific), implement it with TDD, wait for review | |
| triage-architecture | /triage-architecture | Find structural/safety issues in code; file tickets or refine existing | |
| triage-bugs | /triage-bugs | Prove real defects with 4-pass analysis; file tickets or refine existing | |
| triage-product | /triage-product | Find UX gaps and broken workflows; file tickets or refine existing | |
| Quality | code-review | /code-review | Dispatch a reviewer subagent to evaluate all branch work (committed + uncommitted) |
| apply-review | /apply-review | Read PR review comments, fix valid ones, push, resolve addressed threads | |
| get-it-right | /get-it-right | Re-architect the current branch from scratch, leave unstaged for review | |
| Workflow | pr | /pr | Format, lint, test, commit, push, open PR |
| ship | /ship | Commit, push, merge PR, sync default branch, delete branch | |
| convert-worktree | /convert-worktree | Cleanly convert a worktree back into a local branch | |
| Utility | compress-markdown | /compress-markdown | Compress markdown to save tokens; deep validates against codebase first |
| update-deps | /update-deps | Check CVEs, apply minor/patch updates, major for breaking changes; scopeable |
Installation differs by platform. All three platforms consume the same
skills/<name>/SKILL.mdformat, so one install gets you every skill.
Register the marketplace, then install the plugin:
/plugin marketplace add adamcaviness/agentic-marketplace
/plugin install agentic-toolkit@agentic-marketplace
See .codex/INSTALL.md. Short version:
git clone https://github.com/adamcaviness/agentic-toolkit.git ~/.codex/agentic-toolkit
mkdir -p ~/.agents/skills
ln -s ~/.codex/agentic-toolkit/skills ~/.agents/skills/agentic-toolkit
Restart Codex to discover the skills.
gemini extensions install https://github.com/adamcaviness/agentic-toolkit
Update with gemini extensions update agentic-toolkit.
If you prefer not to use a plugin/extension system, clone the repo and symlink the skill directories.
git clone https://github.com/adamcaviness/agentic-toolkit.git ~/opensource/agentic-toolkit
# Claude Code (user-level)
for skill in ~/opensource/agentic-toolkit/skills/*/; do
ln -s "$skill" ~/.claude/skills/"$(basename "$skill")"
done
# Codex (user-level)
for skill in ~/opensource/agentic-toolkit/skills/*/; do
ln -s "$skill" ~/.agents/skills/"$(basename "$skill")"
done
For a single skill: ln -s ~/opensource/agentic-toolkit/skills/next-ticket ~/.claude/skills/next-ticket.
For project-level install, symlink into .claude/skills/ or .agents/skills/ inside the project root.
Skills for creating, implementing, and maintaining your project's issue backlog.
Turns a user-provided idea into a well-researched, well-structured ticket and files it.
Usage: /create-ticket add dark mode support or /create-ticket then describe the idea.
Picks up a ticket from your issue tracker, implements it end-to-end with TDD, and waits for your review.
npx claudepluginhub adamcaviness/agentic-marketplace --plugin agentic-toolkitOrchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Commands, agents, skills, and context for AI-assisted development workflows
Autonomous multi-agent development pipeline — from ticket to PR in one command
This is a getty104's base tool set
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.