RealDougEubanks
- 34 skills
- 0 followers
- 12 hours ago last updated
- ▌ Adr · realdougeubanks bundleCreates and maintains Architecture Decision Records (ADRs) in docs/decisions/ using the MADR format. Supports creating, listing, updating, superseding, and searching ADRs.
- ▌ API Design · realdougeubanks bundleDesigns REST, GraphQL, and gRPC APIs (OpenAPI/schema/proto output) and reviews existing APIs for consistency, best practices, and breaking change risks.
- ▌ Onboarding · realdougeubanks bundleGenerates a comprehensive developer onboarding guide (ONBOARDING.md) by reading the codebase: directory map, entry points, environment variables, key commands, and architecture overview.
- ▌ Pre Commit · realdougeubanks bundleFast pre-commit quality gate: scans staged files for secrets, dead code, naming issues, merge conflict markers, and direct-to-main commits. Installs as a git hook via /pre-commit install.
- ▌ Code Review · realdougeubanks bundleStructured engineering code review covering readability, complexity, test gaps, SOLID principles, and API consistency. Complements full-security-review with general code quality.
- ▌ Doc Refresh · realdougeubanks bundleComplete documentation refresh — audits for stale docs, creates missing docs, and rewrites everything for a 2am on-call engineer with zero assumed context. Security items are prominently callout-boxed.
- ▌ Test Writer · realdougeubanks bundleGenerates comprehensive unit and integration tests for a given file or function, auto-detecting the project test framework and matching existing test style.
- ▌ Git Workflow · realdougeubanks bundleEnforces the release-branch Git model: scaffold feature branches, open PRs with review checks, cut releases with tags, and view workflow reference.
- ▌ Golden Rules · realdougeubanks bundleInstalls mandatory security, coding, naming, design, testing, error handling, API contract, and performance standards into CLAUDE.md as always-on context for every Claude Code session.
- ▌ Accessibility · realdougeubanks bundleAudits code for WCAG 2.2 AA compliance and provides design guidance for accessible components. Covers semantic HTML, ARIA, keyboard nav, contrast, focus management, and motion.
- ▌ Example Skill · realdougeubanks bundleA sample skill that greets the user and summarizes the current project
- ▌ Mvp Readiness · realdougeubanks bundleRuns a structured MVP quality-gate audit covering stability, security, logging, docs, and implementation integrity. Reports pass/fail with evidence.
- ▌ Best Practices · realdougeubanks bundleHolistic codebase audit that auto-detects the stack and produces a prioritized improvement roadmap with level-of-effort estimates.
- ▌ Database Design · realdougeubanks bundleDesigns database schemas from domain requirements (ERD, indexes, migrations, security) or reviews existing schemas for normalization issues, missing indexes, unsafe migrations, and scalability risks.
- ▌ Incident Report · realdougeubanks bundleGenerates professional incident reports using customizable templates. Supports outage, security, performance, and data-loss incident types. Extensible via templates/ and rules/.
- ▌ Log Correlation · realdougeubanks bundleCorrelates and troubleshoots logs across OS (Linux/macOS), AWS (CloudWatch, CloudTrail, ALB, Lambda), application (JSON, logfmt), and web servers (Nginx, Apache).
- ▌ Dependency Audit · realdougeubanks bundleAudits project dependencies across package.json, requirements.txt, go.mod, Cargo.toml, Gemfile, composer.json, and .NET projects for unpinned versions, deprecated packages, missing lockfiles, and known CVEs.
- ▌ Architecture Design · realdougeubanks bundleDesigns new systems from requirements: C4 model diagrams, service boundaries, API contracts, data design, failure modes, and cross-cutting concerns.
- ▌ Architecture Review · realdougeubanks bundleAudits existing architecture for anti-patterns, scalability and reliability risks, and testability gaps. Graded findings with migration paths and a to-be diagram.
- ▌ Changelog Generator · realdougeubanks bundleGenerates a structured CHANGELOG.md following Keep a Changelog format from git history and ABD handoff artifacts. Prepends new version sections to existing changelogs.
- ▌ Full Security Review · realdougeubanks bundleStructured security audit covering injection, auth, secrets, input validation, dependencies, cryptography, and AI/LLM risks. Produces severity-graded findings.
- ▌ Requirements Generator · realdougeubanks bundleGenerates structured requirements documents with functional and non-functional requirements, Gherkin acceptance criteria, edge cases, and out-of-scope items.
- ▌ Abd Docs · realdougeubanksABD Documentation agent: updates README, ToDo, assumptions, and changelogs from all handoff artifacts and the codebase.
- ▌ Abd Plan · realdougeubanksABD Planning agent: bootstraps projects, assigns tasks to agents, and updates plan artifacts. Run /abd-triage to triage review findings.
- ▌ Abd Test · realdougeubanksABD Testing agent: auto-detects the test framework, writes tests matching project style, runs the suite, and records a test artifact.
- ▌ Abd Design · realdougeubanksABD Design agent: produces architecture diagrams, component breakdowns, data flow, and design decisions from the current plan.
- ▌ Abd Devops · realdougeubanksABD DevOps agent: scaffolds CI/CD, validates .env.example coverage, checks Dockerfile hygiene, and handles release tasks.
- ▌ Abd Review · realdougeubanksABD Tech Review agent: reviews code quality, architecture, naming, and error handling; writes severity-graded review artifacts.
- ▌ Abd Status · realdougeubanksABD Status agent: read-only dashboard of tasks, findings by severity, blockers, and next actions across all handoff artifacts.
- ▌ Abd Triage · realdougeubanksABD Planning Triage agent: reviews open critical/severe/moderate findings and creates rework assignments or marks them resolved.
- ▌ Abd Security · realdougeubanksABD Security agent: audits code for injection, insecure storage, hardcoded secrets, and privilege issues; writes severity-graded review artifacts.
- ▌ Abd Dev Junior · realdougeubanksABD Dev Junior agent: implements routine assigned work on a feature branch and opens a PR into the release branch.
- ▌ Abd Dev Senior · realdougeubanksABD Dev Senior agent: implements higher-complexity assigned work on a feature branch and opens a PR into the release branch.
- ▌ Agent Based Development · realdougeubanksFull async multi-agent development workflow: Planning → Design → Dev → Security/Tech Review loop with file-based handoffs and release-branch Git model.