hieutrtr/ai1-skills

8Stars on the repository
18Mods indexed here, across every type
7mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

api-design-patterns

01

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 117 tokens

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A Socket: passSnyk: fail 102 tokens

deployment-pipeline

03

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 100 tokens

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago C 119 tokens

e2e-testing

05

hieutrtr/ai1-skills

Skill Claude Code

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)…

not rated 8 7mo ago A Socket: passSnyk: pass 101 tokens

fastapi-patterns

06

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 88 tokens

incident-response

07

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 97 tokens

monitoring-setup

08

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 92 tokens

pre-merge-checklist

09

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 90 tokens

project-planner

10

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 106 tokens

pytest-patterns

11

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 110 tokens

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 115 tokens

hieutrtr/ai1-skills

Skill Claude Code

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)…

not rated 8 7mo ago A 106 tokens

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 93 tokens

system-architecture

15

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 116 tokens

task-decomposition

16

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 100 tokens

tdd-workflow

17

hieutrtr/ai1-skills

Skill Claude Code

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…

not rated 8 7mo ago A 101 tokens

ui-design-system

18

hieutrtr/ai1-skills

Skill Claude Code

Generates consistent UI components, layouts, and design tokens following a design system. Enforces spacing, color, typography, and accessibility standards across React/TypeScript projects. Use when creating new UI components, building page layouts, choosing colors or typography, setting up design tokens, or reviewing…

not rated 8 7mo ago A 138 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: