← all publishers

RealDougEubanks

@realdougeubanks source repo

34 published skills

  1. Adr · realdougeubanks bundle
    Creates and maintains Architecture Decision Records (ADRs) in docs/decisions/ using the MADR format. Supports creating, listing, updating, superseding, and searching ADRs.
    0
    installs
  2. API Design · realdougeubanks bundle
    Designs REST, GraphQL, and gRPC APIs (OpenAPI/schema/proto output) and reviews existing APIs for consistency, best practices, and breaking change risks.
    0
    installs
  3. Onboarding · realdougeubanks bundle
    Generates a comprehensive developer onboarding guide (ONBOARDING.md) by reading the codebase: directory map, entry points, environment variables, key commands, and architecture overview.
    0
    installs
  4. Pre Commit · realdougeubanks bundle
    Fast 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.
    0
    installs
  5. Code Review · realdougeubanks bundle
    Structured engineering code review covering readability, complexity, test gaps, SOLID principles, and API consistency. Complements full-security-review with general code quality.
    0
    installs
  6. Doc Refresh · realdougeubanks bundle
    Complete 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.
    0
    installs
  7. Test Writer · realdougeubanks bundle
    Generates comprehensive unit and integration tests for a given file or function, auto-detecting the project test framework and matching existing test style.
    0
    installs
  8. Git Workflow · realdougeubanks bundle
    Enforces the release-branch Git model: scaffold feature branches, open PRs with review checks, cut releases with tags, and view workflow reference.
    0
    installs
  9. Golden Rules · realdougeubanks bundle
    Installs 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.
    0
    installs
  10. Accessibility · realdougeubanks bundle
    Audits 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.
    0
    installs
  11. Example Skill · realdougeubanks bundle
    A sample skill that greets the user and summarizes the current project
    0
    installs
  12. Mvp Readiness · realdougeubanks bundle
    Runs a structured MVP quality-gate audit covering stability, security, logging, docs, and implementation integrity. Reports pass/fail with evidence.
    0
    installs
  13. Best Practices · realdougeubanks bundle
    Holistic codebase audit that auto-detects the stack and produces a prioritized improvement roadmap with level-of-effort estimates.
    0
    installs
  14. Database Design · realdougeubanks bundle
    Designs database schemas from domain requirements (ERD, indexes, migrations, security) or reviews existing schemas for normalization issues, missing indexes, unsafe migrations, and scalability risks.
    0
    installs
  15. Incident Report · realdougeubanks bundle
    Generates professional incident reports using customizable templates. Supports outage, security, performance, and data-loss incident types. Extensible via templates/ and rules/.
    0
    installs
  16. Log Correlation · realdougeubanks bundle
    Correlates and troubleshoots logs across OS (Linux/macOS), AWS (CloudWatch, CloudTrail, ALB, Lambda), application (JSON, logfmt), and web servers (Nginx, Apache).
    0
    installs
  17. Dependency Audit · realdougeubanks bundle
    Audits 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.
    0
    installs
  18. Architecture Design · realdougeubanks bundle
    Designs new systems from requirements: C4 model diagrams, service boundaries, API contracts, data design, failure modes, and cross-cutting concerns.
    0
    installs
  19. Architecture Review · realdougeubanks bundle
    Audits existing architecture for anti-patterns, scalability and reliability risks, and testability gaps. Graded findings with migration paths and a to-be diagram.
    0
    installs
  20. Changelog Generator · realdougeubanks bundle
    Generates a structured CHANGELOG.md following Keep a Changelog format from git history and ABD handoff artifacts. Prepends new version sections to existing changelogs.
    0
    installs
  21. Full Security Review · realdougeubanks bundle
    Structured security audit covering injection, auth, secrets, input validation, dependencies, cryptography, and AI/LLM risks. Produces severity-graded findings.
    0
    installs
  22. Requirements Generator · realdougeubanks bundle
    Generates structured requirements documents with functional and non-functional requirements, Gherkin acceptance criteria, edge cases, and out-of-scope items.
    0
    installs
  23. Abd Docs · realdougeubanks
    ABD Documentation agent: updates README, ToDo, assumptions, and changelogs from all handoff artifacts and the codebase.
    0
    installs
  24. Abd Plan · realdougeubanks
    ABD Planning agent: bootstraps projects, assigns tasks to agents, and updates plan artifacts. Run /abd-triage to triage review findings.
    0
    installs
  25. Abd Test · realdougeubanks
    ABD Testing agent: auto-detects the test framework, writes tests matching project style, runs the suite, and records a test artifact.
    0
    installs
  26. Abd Design · realdougeubanks
    ABD Design agent: produces architecture diagrams, component breakdowns, data flow, and design decisions from the current plan.
    0
    installs
  27. Abd Devops · realdougeubanks
    ABD DevOps agent: scaffolds CI/CD, validates .env.example coverage, checks Dockerfile hygiene, and handles release tasks.
    0
    installs
  28. Abd Review · realdougeubanks
    ABD Tech Review agent: reviews code quality, architecture, naming, and error handling; writes severity-graded review artifacts.
    0
    installs
  29. Abd Status · realdougeubanks
    ABD Status agent: read-only dashboard of tasks, findings by severity, blockers, and next actions across all handoff artifacts.
    0
    installs
  30. Abd Triage · realdougeubanks
    ABD Planning Triage agent: reviews open critical/severe/moderate findings and creates rework assignments or marks them resolved.
    0
    installs
  31. Abd Security · realdougeubanks
    ABD Security agent: audits code for injection, insecure storage, hardcoded secrets, and privilege issues; writes severity-graded review artifacts.
    0
    installs
  32. Abd Dev Junior · realdougeubanks
    ABD Dev Junior agent: implements routine assigned work on a feature branch and opens a PR into the release branch.
    0
    installs
  33. Abd Dev Senior · realdougeubanks
    ABD Dev Senior agent: implements higher-complexity assigned work on a feature branch and opens a PR into the release branch.
    0
    installs
  34. Agent Based Development · realdougeubanks
    Full async multi-agent development workflow: Planning → Design → Dev → Security/Tech Review loop with file-based handoffs and release-branch Git model.
    0
    installs