Stack-agnostic UI/UX engineering framework for Claude Code — 6 real subagents + inline orchestrator/theme personas, 5-phase workflow with human gates, Figma integration, WCAG 2.1 AA, deterministic SQLite audit via hooks. Supports shadcn-vue, shadcn/ui, PrimeVue, Untitled UI, Tailwind Plus, and custom stacks.
Quick UX + Figma analysis without starting a full flow. Activates ux-analyst and optionally design-bridge. Useful for exploration before committing to an implementation.
Query the audit trail database for events, decisions, artifacts, and statistics. Export full PDF report.
Implements UI components based on the validated spec and configured stack (.planning/ui/stack.json). Checks gates before starting. Uses project-ui-skill when available.
Generates complete handoff documentation for the implemented and approved UI components. Consolidates specs, findings and acceptance criteria.
Initialize the pwdev-uiux framework — detects project stack, creates .planning/ui/ workspace, checks Figma MCP.
Audits WCAG 2.1 AA accessibility in UI components based on the configured stack. Also validates compliance with accessibility-related P0 rules from ui-best-practices skill (dark mode, font sizes, focus, motion, touch targets). Dispatched by /pwdev-uiux:start (Phase 4) and /pwdev-uiux:review, in parallel with ux-critic. Appends findings to .planning/ui/review-findings.md.
Bidirectional bridge between Figma and the configured UI stack. READ: translates Figma designs into implementation specs (Phase 2). WRITE: pushes implemented components back to Figma. Dispatched by /pwdev-uiux:start (Phase 2) and /pwdev-uiux:push-to-figma. Never implements component code. Requires the Figma MCP server configured at the SESSION level (/pwdev-uiux:setup-figma) — tools are inherited, not declared here.
Specialist in implementing UI components. Reads the configured UI stack from .planning/ui/stack.json, follows ui-best-practices rules during implementation, and uses ui-theme-reference as the canonical token source. Dispatched by /pwdev-uiux:start (Phase 3) and /pwdev-uiux:build. Never implements without an approved spec.
Analyzes the project's existing UI — by code and visually via browser — and generates a contextual skill (.planning/ui/project-ui-skill.md) with the project's patterns, tokens, and conventions. Also runs a best-practices compliance check against ui-best-practices skill rules. Dispatched by /pwdev-uiux:scan. Enables the ui-builder to build new components consistent with the existing project.
UX analysis specialist. Creates structured specs before implementation. Stack-agnostic — maps components to the library configured in stack.json. Dispatched by /pwdev-uiux:start (Phases 1-2) and /pwdev-uiux:analyze. Writes to .planning/ui/ux-spec.md.
Accessibility auditing and remediation skill for Vue 3 + Reka UI. Use when reviewing components, verifying WCAG 2.1 AA, fixing ARIA issues, or validating keyboard navigation in Reka UI components.
Audit of existing Vue components in the project. Use when reviewing Vue design system consistency, identifying duplicate patterns, evaluating legacy components (Options API), or before implementing something new.
Documentation, standardization, and governance of the Vue + shadcn-vue design system. Use when creating component documentation, auditing consistency, defining naming conventions, or generating usage guides for the team.
Bidirectional Figma skill — read designs and write back to Figma. READ: extract tokens, map Vue/Reka UI components, translate Auto Layout to Tailwind. WRITE: push components, screens, and design tokens from code to Figma. Requires /figma:figma-use skill before every use_figma call.
Skill for direct usage of Reka UI v2 headless primitives (the foundation of shadcn-vue). Use when you need to compose custom components beyond those available in shadcn-vue, understand asChild/as, controlled state, portals, or migrate from Radix Vue.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Read this in Português Brasileiro
Plugin marketplace for Claude Code.
Paulo Soares, CTO of PWDEV, a company focused on developing GovTech solutions, believes that artificial intelligence is fundamentally reshaping software development. More than a passing trend, this shift represents a new way to support professionals, extend capabilities, and bring greater consistency across the entire development lifecycle. Guided by this vision, PWDEV is making these solutions available to help teams work with more structure, quality, and predictability.
Our plugins turn Claude Code from a general-purpose coding assistant into a disciplined engineering partner through specialized agents, structured workflows, and domain-specific knowledge packs.
Core philosophy across all plugins:
Never execute without a plan. Never ship without verification.
The marketplace now goes beyond the development workflow:
perf-analyzer / perf-patterns / perf-optimize + analyst subagent)
that closes the loop: research → brief → copy → review → publish → analyze.The five original plugins were rebuilt on the modern Claude Code plugin system. No slash command was renamed or removed — internals were restructured.
.planning/pwdev-audit.db, rows distinguished by the plugin column) is
now written by plugin hooks: real duration_ms/session_id,
config_changes finally populated. A secret-guard PreToolUse hook
blocks reads of .env/*.pem/*.key/id_rsa* in every plugin.references/ directory,
resolved via ${CLAUDE_PLUGIN_ROOT} (no more duplicated blocks or broken
relative paths)./audit — single-statement SELECT-only query guard; portable
POSIX shell throughout./pwdev-code:memory + versioned
.planning/memory/) feeding every spawn; lessons auto-captured from
rejected verifications and blocked reviews.verify → fix plans →
execute --fix (max 2 iterations); review gate blocks verify;
verify --strict runs 2 parallel verifiers (worst verdict wins)./pwdev-code:simplify — two-pass quality refactor (propose ≥80%
confidence → human approves by ID → apply + refactor commit).skill-user-stories + /pwdev-code:product stories (INVEST, Gherkin
ACs, definition of ready).references/pwdevia-method.md); /status now detects FAILED/CAVEATS.prd.json
structure finally defined; init no longer configures model profiles
(nothing here resolves a model).npx claudepluginhub pwdev-solucoes/pwdev-claude-marketplace --plugin pwdev-uiuxConfigure and manage Claude Code status line — installs a rich, configurable bash status bar (single-jq-pass, dynamic colors, formatted tokens, truncated paths) showing model, git branch, context usage, rate limits, and token counts.
PRD creation framework for Claude Code — 12-step interview-driven Product Requirements Documents, run inline (the interviewer talks to you; zero subagents by design), technology-agnostic, Markdown + canonical JSON export, deterministic SQLite audit via hooks.
Spec-driven development framework — hybrid orchestration with 7 real subagents (executor, simplifier, code-reviewer, QA, adversarial verifier, researcher, roadmap), curated project memory feeding every spawn, strict dual-verifier mode, 6 phases with correction loops, deterministic SQLite audit via hooks, and extensible skills that turn requirements into verified, traceable code.
Simplified AI-assisted feature development — PWDEVIA 7-question action plans created inline (interviewing you, max 2 rounds), executed by a real executor subagent with fresh context and IMPLEMENT/REPORT modes, deterministic SQLite audit via hooks. Fast, practical, no ceremony.
Framework de DevOps com postura de execução segura — leitura livre, mutação sob confirmação por comando, destrutivo bloqueado. 19 skills cobrindo AWS, Kubernetes, Docker, Linux, Nginx, PostgreSQL, observabilidade, incidente, segurança, Proxmox, automação, performance, backup, Laravel, confiabilidade, FinOps, infraestrutura de IA e documentação contínua. 4 subagentes e guard script como segunda barreira.
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
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.
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.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.