← all publishers

Gentleman-Programming

@gentleman-programming source repo

44 published skills

  1. Sdd Init · gentleman-programming
    Initialize Spec-Driven Development context in any project. Detects stack, conventions, and bootstraps the active persistence backend. Trigger: When user wants to initialize SDD in a project, or says "sdd init", "iniciar sdd", "openspec init".
    1
    install
  2. Sdd Spec · gentleman-programming
    Write specifications with requirements and scenarios (delta specs for changes). Trigger: When the orchestrator launches you to write or update specs for a change.
    1
    install
  3. Branch Pr · gentleman-programming
    PR creation workflow for Agent Teams Lite following the issue-first enforcement system. Trigger: When creating a pull request, opening a PR, or preparing changes for review.
    1
    install
  4. Sdd Apply · gentleman-programming
    Implement tasks from the change, writing actual code following the specs and design. Trigger: When the orchestrator launches you to implement one or more tasks from a change.
    1
    install
  5. Sdd Tasks · gentleman-programming
    Break down a change into an implementation task checklist. Trigger: When the orchestrator launches you to create or update the task breakdown for a change.
    1
    install
  6. Go Testing · gentleman-programming
    Go testing patterns for Gentleman.Dots, including Bubbletea TUI testing. Trigger: When writing Go tests, using teatest, or adding test coverage.
    1
    install
  7. Sdd Design · gentleman-programming
    Create technical design document with architecture decisions and approach. Trigger: When the orchestrator launches you to write or update the technical design for a change.
    1
    install
  8. Sdd Verify · gentleman-programming
    Validate that implementation matches specs, design, and tasks. Trigger: When the orchestrator launches you to verify a completed (or partially completed) change.
    1
    install
  9. Sdd Archive · gentleman-programming
    Sync delta specs to main specs and archive a completed change. Trigger: When the orchestrator launches you to archive a change after implementation and verification.
    1
    install
  10. Sdd Explore · gentleman-programming
    Explore and investigate ideas before committing to a change. Trigger: When the orchestrator launches you to think through a feature, investigate the codebase, or clarify requirements.
    1
    install
  11. Sdd Propose · gentleman-programming
    Create a change proposal with intent, scope, and approach. Trigger: When the orchestrator launches you to create or update a proposal for a change.
    1
    install
  12. Judgment Day · gentleman-programming
    Parallel adversarial review protocol that launches two independent blind judge sub-agents simultaneously to review the same target, synthesizes their findings, applies fixes, and re-judges until both pass or escalates after 2 iterations. Trigger: When user says "judgment day", "judgment-day", "review adversarial", "dual review", "doble review", "juzgar", "que lo juzguen".
    1
    install
  13. Skill Creator · gentleman-programming
    Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.
    1
    install
  14. Issue Creation · gentleman-programming
    Issue creation workflow for Agent Teams Lite following the issue-first enforcement system. Trigger: When creating a GitHub issue, reporting a bug, or requesting a feature.
    1
    install
  15. Skill Registry · gentleman-programming
    Create or update the skill registry for the current project. Scans user skills and project conventions, writes .atl/skill-registry.md, and saves to engram if available. Trigger: When user says "update skills", "skill registry", "actualizar skills", "update registry", or after installing/removing skills.
    1
    install
  16. Work Unit Commits · gentleman-programming
    Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.
    1
    install
  17. Gentle AI Bench · gentleman-programming
    Trigger: bench, journey, journeys, driven mode, gentle-ai-bench, journey corpus, j-numbers, bench axis. Author and verify gentle-ai bench journeys; go test ./bench never proves driven execution.
    1
    install
  18. Comment Writer · gentleman-programming
    Write warm, direct collaboration comments. Trigger: PR feedback, issue replies, reviews, Slack messages, or GitHub comments.
    1
    install
  19. Gentle AI Chained Pr · gentleman-programming bundle
    Trigger: PRs over 400 lines, stacked PRs, review slices. Split oversized changes into chained PRs that protect review focus.
    1
    install
  20. Gentle AI Branch Pr · gentleman-programming
    Create Gentle AI pull requests with issue-first checks. Trigger: creating, opening, or preparing PRs for review.
    1
    install
  21. Angular Forms 2 · gentleman-programming
    Angular forms: Signal Forms (experimental) and Reactive Forms. Trigger: When working with forms, validation, or form state in Angular.
    1
    install
  22. Pytest 2 · gentleman-programming
    Pytest testing patterns for Python. Trigger: When writing Python tests - fixtures, mocking, markers.
    1
    install
  23. Electron 2 · gentleman-programming
    Electron patterns for building cross-platform desktop applications. Trigger: When building desktop apps, working with Electron main/renderer processes, IPC communication, or native integrations.
    1
    install
  24. React 19 2 · gentleman-programming
    React 19 patterns with React Compiler. Trigger: When writing React components - no useMemo/useCallback needed.
    1
    install
  25. Github Pr 2 · gentleman-programming
    Create high-quality Pull Requests with conventional commits and proper descriptions. Trigger: When creating PRs, writing PR descriptions, or using gh CLI for pull requests.
    1
    install
  26. Playwright 2 · gentleman-programming
    Playwright E2E testing patterns. Trigger: When writing E2E tests - Page Objects, selectors, MCP workflow.
    1
    install
  27. Skill Creator 12 · gentleman-programming
    Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.
    1
    install
  28. Hexagonal Architecture Layers Java · gentleman-programming
    Hexagonal architecture layering for Java services with strict boundaries. Trigger: When structuring Java apps by Domain/Application/Infrastructure, or refactoring toward clean architecture.
    3
    installs
  29. Elixir Antipatterns · gentleman-programming
    Core catalog of 8 critical Elixir/Phoenix anti-patterns covering error handling, separation of concerns, Ecto queries, and testing. Trigger: During Elixir code review, refactoring sessions, or when writing Phoenix/Ecto code.
    3
    installs
  30. Spring Boot 3 · gentleman-programming
    Spring Boot 3 patterns for configuration, DI, and web services. Trigger: When building or refactoring Spring Boot 3 applications.
    3
    installs
  31. Angular Performance · gentleman-programming
    Angular performance: NgOptimizedImage, @defer, lazy loading, SSR. Trigger: When optimizing Angular app performance, images, or lazy loading.
    3
    installs
  32. Angular Architecture · gentleman-programming
    Angular architecture: Scope Rule, project structure, file naming, style guide. Trigger: When structuring Angular projects or deciding where to place components.
    3
    installs
  33. React Native · gentleman-programming
    React Native patterns for mobile app development with Expo and bare workflow. Trigger: When building mobile apps, working with React Native components, using Expo, React Navigation, or NativeWind.
    3
    installs
  34. Django Drf · gentleman-programming
    Django REST Framework patterns. Trigger: When building REST APIs with Django - ViewSets, Serializers, Filters.
    3
    installs
  35. Tailwind 4 · gentleman-programming
    Tailwind CSS 4 patterns and best practices. Trigger: When styling with Tailwind - cn(), theme variables, no var() in className.
    3
    installs
  36. Typescript · gentleman-programming
    TypeScript strict patterns and best practices. Trigger: When writing TypeScript code - types, interfaces, generics.
    3
    installs
  37. AI Sdk 5 · gentleman-programming
    Vercel AI SDK 5 patterns. Trigger: When building AI chat features - breaking changes from v4.
    3
    installs
  38. Jira Epic · gentleman-programming
    Creates Jira epics for large features following Prowler's standard format. Trigger: When user asks to create an epic, large feature, or multi-task initiative.
    3
    installs
  39. Jira Task · gentleman-programming
    Creates Jira tasks following Prowler's standard format. Trigger: When user asks to create a Jira task, ticket, or issue.
    3
    installs
  40. Nextjs 15 · gentleman-programming
    Next.js 15 App Router patterns. Trigger: When working with Next.js - routing, Server Actions, data fetching.
    3
    installs
  41. Zustand 5 · gentleman-programming
    Zustand 5 state management patterns. Trigger: When managing React state with Zustand.
    3
    installs
  42. Java 21 · gentleman-programming
    Java 21 language and runtime patterns for modern, safe code. Trigger: When writing Java 21 code using records, sealed types, or virtual threads.
    3
    installs
  43. Zod 4 · gentleman-programming
    Zod 4 schema validation patterns. Trigger: When using Zod for validation - breaking changes from v3.
    3
    installs
  44. Angular Core · gentleman-programming
    Angular core patterns: standalone components, signals, inject, control flow, zoneless. Trigger: When creating Angular components, using signals, or setting up zoneless.
    3
    installs