Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when executing implementation plans with independent tasks in the current session
Use when implementing any feature or bugfix, before writing implementation code
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
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.
Curated Claude Code skills and slash commands cloned and adapted by gocodingnow.
| Name | Trigger | Description |
|---|---|---|
accessibility-review | /accessibility-review <url|figma|description> | WCAG 2.1 AA audit on a design or page. |
| Name | Trigger | Description |
|---|---|---|
commit-push-pr | /gcn-dev:commit-push-pr | Commit current changes, push the branch, and open a PR. |
git clone https://github.com/<your-org>/gcn-dev ~/code/gcn-dev
In Claude Code:
/plugin marketplace add ~/code/gcn-dev
/plugin install gcn-dev
/plugin marketplace add <your-org>/gcn-dev
/plugin install gcn-dev
.
├── .claude-plugin/
│ └── plugin.json # plugin manifest
├── commands/
│ └── commit-push-pr.md
├── skills/
│ └── accessibility-review/
│ └── SKILL.md
├── CONNECTORS.md # tool-agnostic placeholder guide
└── README.md
accessibility-review is adapted from Anthropic's official design plugin.commit-push-pr is adapted from Anthropic's official commit-commands plugin.All credit to the original authors.
npx claudepluginhub techgocodingnow/gcn-devAccess thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.