hamzaPixl

65 mods across 1 repository, 2 stars between them.

crew-init

49

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Initialize a project for pixl-crew by generating a CLAUDE.md stub, workflow/delegation rules, and scoped permissions. Use when asked to 'init crew', 'set up crew for this project', 'crew-init', 'bootstrap crew', or 'add crew to project'.

2 4mo ago B 61 tokens original MIT

cross-review

50

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Multi-tier code review: runs two Claude model tiers (Sonnet + Haiku) independently on the same diff, produces a consensus table, and flags disagreements. Use when you want a second opinion, cross-model validation, or higher-confidence review on critical changes.

2 4mo ago A 55 tokens original MIT

cto-review

51

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Brutally honest architectural review that quantifies complexity smells and produces a ranked simplification plan. Use when asked to review, critique, or simplify an implementation. For PR-diff-level review, use /code-review. To auto-fix issues, use /self-review-fix-loop.

2 4mo ago A 61 tokens original MIT

ddd-pattern

52

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Apply Domain-Driven Design patterns to an existing codebase: bounded contexts, entities, value objects, aggregates, repositories, domain events. Use when asked to refactor toward DDD, extract domain models, define aggregate boundaries, add domain events, or separate domain from infrastructure.

2 4mo ago A 58 tokens original MIT

dependency-review

53

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Audit project dependencies for outdated packages, known CVEs, breaking changes, license issues, and unused packages. Supports npm/yarn/pnpm, pip/poetry, and Go modules. Use when asked to review dependencies, check for vulnerabilities, update packages, or audit licenses.

2 4mo ago A 58 tokens original MIT

deploy-verify

54

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Post-merge deploy verification: wait for deployment, run canary checks (page load, console errors, content verification), and auto-revert on failure. Use when verifying a deployment, running post-merge checks, or when asked to verify production after shipping.

2 4mo ago A 56 tokens original MIT

design-context

55

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Interactive Q&A to capture brand voice, audience, personality, and anti-references, then write .design-context.md at project root. Required before any net-new design work. Use when starting a new design project, when no .design-context.md exists, or when asked to capture brand voice, audience, design personality, or…

2 4mo ago A 73 tokens original MIT

design-critique

56

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Independent design review of current UI against the AI Slop Test and design anti-patterns. Scores 6 axes (typography, color, spacing, motion, interaction, originality) 1-10 with prioritized fix list. Use when asked to critique a design, review UI quality, audit for AI slop, or get a second opinion on visual craft.

2 4mo ago A 77 tokens original MIT

design-distill

57

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Strip overdesign from a UI: remove redundant visual layers (nested cards, repeated headers, decorative gradients), consolidate color palette, reduce shadow/border decoration. The 'less is more' pass. Use when asked to simplify a UI, remove visual noise, distill a design, fix overdesign, or strip redundancy.

2 4mo ago A 68 tokens original MIT

design-extraction

58

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Extract design tokens and layout structure from Figma URLs, websites, or screenshots into a design-spec.json. Use when implementing a new site from a visual source or redesigning an existing one.

2 4mo ago A 42 tokens original MIT

design-polish

59

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Apply surgical micro-improvements to a UI: tighten type scale, fix spacing rhythm, add micro-interactions, fix focus states, and auto-fix anti-patterns. Never refactors structure — only polish. Use when asked to polish a UI, improve visual craft, fix design details, or auto-fix /design-critique findings.

2 4mo ago A 73 tokens original MIT

design-variants

60

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Generate N distinct visual design variants for comparison. Creates multiple HTML previews with different aesthetics, layouts, or approaches. Use when exploring design directions, comparing visual options, or when asked for design alternatives.

2 4mo ago A 43 tokens original MIT

docker-cloudrun

61

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Containerize an application and create a complete Cloud Run deployment pipeline with Docker, docker-compose, and GitHub Actions. Use when asked to dockerize, containerize, or deploy to Cloud Run.

2 4mo ago A 43 tokens original MIT

docker-prisma-setup

62

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Bootstrap a local dev environment: Docker containers (Postgres/Redis), Prisma client generation, database migrations, and seed data. Use when setting up a new backend service, onboarding to a project with docker-compose + Prisma, or recovering from a broken local DB.

2 4mo ago A 58 tokens original MIT

error-catalog

63

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Scan a service for thrown errors, catch blocks, error classes, HTTP status codes, and validation patterns. Produce a unified error catalog with codes, messages, and HTTP mappings. Detect inconsistencies and generate base error classes if missing. Use when asked to catalog errors, standardize error handling, create…

2 4mo ago A 71 tokens original MIT

eval-harness

64

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Capability and regression evaluation harness for pixl-crew skills, agents, and prompts. Runs pass@k metrics, tracks regressions across versions, and generates eval reports. Use when measuring skill/agent quality or regression-testing after prompt changes. Not for comparing code patterns — see /benchmark.

2 4mo ago A 62 tokens original MIT

fastapi-api

65

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Build a complete STANDALONE FastAPI backend from scratch — full project with multiple endpoints, auth, and deployment. Use for GREENFIELD Python API projects (no existing monorepo). Routing: for adding a service to an EXISTING monorepo → /fastapi-service. For a TypeScript SaaS service with DDD → /saas-microservice.

2 4mo ago A 79 tokens original MIT