Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Audit accessibility compliance and fix a11y issues.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Audit accessibility compliance and fix a11y issues.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Analyze application performance and identify bottlenecks.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Perform security audit of codebase.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Incrementally fix TypeScript and build errors.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Generate changelog from git commits and changes.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Comprehensive security and quality review of uncommitted changes.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Plan and execute deployments with zero-downtime strategies.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Generate API documentation from code or specifications.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Generate architecture documentation and diagrams.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Authenticate with services (GitHub, MCP servers, APIs).
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Plan and execute database migrations safely.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Safely identify and remove dead code with test verification.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Analyze test coverage and generate missing tests.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Generate and run integration tests for API endpoints and services.
Dobeu-tech-eco/dobeutech-claude-code-custom
Command
Sync documentation from source-of-truth.
Dobeu-tech-eco/dobeutech-claude-code-custom
Hook
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test), bun (install, test), cargo build, make, docker, pytest, vitest…
Dobeu-tech-eco/dobeutech-claude-code-custom
Hook
Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$" and tool == "Bash" && tool_input.command matches "git…
Dobeu-tech-eco/dobeutech-claude-code-custom
Hook
Runs when the agent finishes a response, running #!/bin/bash. From Dobeu-tech-eco/dobeutech-claude-code-custom.
Dobeu-tech-eco/dobeutech-claude-code-custom
Skill Claude CodeCodex
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
Dobeu-tech-eco/dobeutech-claude-code-custom
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.