hieutrtr

26 mods across 3 repositories, 47 stars between them.

ralphmad

01

hieutrtr/ralphmad

Plugin Claude Code

RalphMAD — Autonomous BMAD-METHOD workflow execution via ralph-loop with templatized, project-agnostic prompts.

39 5mo ago A tokens not measured original Apache-2.0

ralphmad

02

hieutrtr/ralphmad

Plugin Claude Code

RalphMAD — Autonomous BMAD-METHOD workflow execution via ralph-loop. Templatized prompts that auto-populate from project context for reusable, project-agnostic SDLC automation.

39 5mo ago A tokens not measured original Apache-2.0

help

03

hieutrtr/ralphmad

Command

RalphMAD plugin help and documentation.

39 5mo ago A 7 tokens original Apache-2.0

Stop

07

hieutrtr/ralphmad

Hook

Runs when the agent finishes a response, executing stop-hook.sh. From hieutrtr/ralphmad.

39 5mo ago A tokens not measured copy · 64% Apache-2.0

api-design-patterns

08

hieutrtr/ai1-skills

Skill Claude CodeCodex

API contract design conventions for FastAPI projects with Pydantic v2. Use during the design phase when planning new API endpoints, defining request/response contracts, designing pagination or filtering, standardizing error responses, or planning API versioning. Covers RESTful naming, HTTP method semantics, Pydantic…

8 6mo ago A 117 tokens

hieutrtr/ai1-skills

Skill Claude CodeCodex

Security-focused code review checklist and automated scanning patterns. Use when reviewing pull requests for security issues, auditing authentication/authorization code, checking for OWASP Top 10 vulnerabilities, or validating input sanitization. Covers SQL injection prevention, XSS protection, CSRF tokens…

8 6mo ago A 102 tokens

deployment-pipeline

10

hieutrtr/ai1-skills

Skill Claude CodeCodex

Deployment procedures and CI/CD pipeline configuration for Python/React projects. Use when deploying to staging or production, creating CI/CD pipelines with GitHub Actions, troubleshooting deployment failures, or planning rollbacks. Covers pipeline stages (build/test/staging/production), environment promotion…

8 6mo ago A 100 tokens

hieutrtr/ai1-skills

Skill Claude CodeCodex

Docker containerization patterns for Python/React projects. Use when creating or modifying Dockerfiles, optimizing image size, setting up Docker Compose for local development, or hardening container security. Covers multi-stage builds for Python (python:3.12-slim) and React (node:20-alpine -> nginx:alpine), layer…

8 6mo ago C 119 tokens

e2e-testing

12

hieutrtr/ai1-skills

Skill Claude CodeCodex

End-to-end testing patterns with Playwright for full-stack Python/React applications. Use when writing E2E tests for complete user workflows (login, CRUD, navigation), critical path regression tests, or cross-browser validation. Covers test structure, page object model, selector strategy (data-testid > role > label)…

8 6mo ago A 101 tokens

fastapi-patterns

13

hieutrtr/ai1-skills

Skill Claude CodeCodex

FastAPI framework mechanics and advanced patterns. Use when configuring middleware, creating dependency injection chains, implementing WebSocket endpoints, customizing OpenAPI documentation, setting up CORS, building authentication dependencies (JWT validation, role-based access), implementing background tasks, or…

8 6mo ago A 88 tokens

incident-response

14

hieutrtr/ai1-skills

Skill Claude CodeCodex

Production incident response procedures for Python/React applications. Use when responding to production outages, investigating error spikes, diagnosing performance degradation, or conducting post-mortems. Covers severity classification (SEV1-SEV4), incident commander role, communication templates, diagnostic commands…

8 6mo ago A 97 tokens

monitoring-setup

15

hieutrtr/ai1-skills

Skill Claude CodeCodex

Application monitoring and observability setup for Python/React projects. Use when configuring logging, metrics collection, health checks, alerting rules, or dashboard creation. Covers structured logging with structlog, Prometheus metrics for FastAPI, health check endpoints, alert threshold design, Grafana dashboard…

8 6mo ago A 92 tokens

pre-merge-checklist

16

hieutrtr/ai1-skills

Skill Claude CodeCodex

Comprehensive pre-merge validation checklist for Python/React pull requests. Use before approving or merging any PR. Covers code quality checks (linting, formatting, type checking), test coverage requirements, documentation updates, migration safety, API contract compatibility, accessibility compliance, bundle size…

8 6mo ago A 90 tokens

project-planner

17

hieutrtr/ai1-skills

Skill Claude CodeCodex

Project planning and feature breakdown for Python/React full-stack projects. Use during the planning phase when breaking down feature requests, user stories, or product requirements into implementation plans. Guides identification of affected files and modules, defines acceptance criteria, assesses risks, and…

8 6mo ago A 106 tokens

pytest-patterns

18

hieutrtr/ai1-skills

Skill Claude CodeCodex

Python backend testing patterns with pytest for FastAPI applications. Use when writing Python tests: unit tests for services and repositories, integration tests for API endpoints with httpx.AsyncClient, fixture creation, factory setup with factoryboy, async testing with pytest-asyncio, mocking strategies, and…

8 6mo ago A 110 tokens

hieutrtr/ai1-skills

Skill Claude CodeCodex

Python backend implementation patterns for FastAPI applications with SQLAlchemy 2.0, Pydantic v2, and async patterns. Use during the implementation phase when creating or modifying FastAPI endpoints, Pydantic models, SQLAlchemy models, service layers, or repository classes. Covers async session management, dependency…

8 6mo ago A 115 tokens

hieutrtr/ai1-skills

Skill Claude CodeCodex

React/TypeScript frontend implementation patterns. Use during the implementation phase when creating or modifying React components, custom hooks, pages, data fetching logic with TanStack Query, forms, or routing. Covers component structure, hooks rules, custom hook design (useAuth, useDebounce, usePagination)…

8 6mo ago A 106 tokens

hieutrtr/ai1-skills

Skill Claude CodeCodex

React component and hook testing patterns with Testing Library and Vitest. Use when writing tests for React components, custom hooks, or data fetching logic. Covers component rendering tests, user interaction simulation, async state testing, MSW for API mocking, hook testing with renderHook, accessibility assertions…

8 6mo ago A 93 tokens

system-architecture

22

hieutrtr/ai1-skills

Skill Claude CodeCodex

System architecture guidance for Python/React full-stack projects. Use during the design phase when making architectural decisions — component boundaries, service layer design, data flow patterns, database schema planning, and technology trade-off analysis. Covers FastAPI layer architecture…

8 6mo ago A 116 tokens

task-decomposition

23

hieutrtr/ai1-skills

Skill Claude CodeCodex

Decompose high-level objectives into atomic implementation tasks for Python/React projects. Use when breaking down large features, multi-file changes, or tasks requiring more than 3 steps. Produces independently-verifiable tasks with done-conditions, file paths, complexity estimates, and explicit ordering. Creates…

8 6mo ago A 100 tokens

tdd-workflow

24

hieutrtr/ai1-skills

Skill Claude CodeCodex

Test-driven development workflow enforcement for Python and React projects. Use when the user requests TDD, test-first development, or red-green-refactor methodology. Enforces strict cycle: write ONE failing test -> implement minimum code to pass -> refactor while green -> repeat. Applies to both backend (pytest) and…

8 6mo ago A 101 tokens