hamzaPixl/pixl-ai

AI dev platform — orchestration engine + Claude Code crew plugin

2Stars on the repository
64Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

pixl-ai AGENTS.md

01

hamzaPixl/pixl-ai

Instructions file CodexOpenCode

AGENTS.md instructions for hamzaPixl/pixl-ai, covering pixl — codex instructions, project layout, build & test, codex integration and claude compatibility.

2 4mo ago A 392 tokens original MIT

pixl-ai CLAUDE.md

02

hamzaPixl/pixl-ai

Instructions file

Claude Code instructions for hamzaPixl/pixl-ai, covering pixl, structure, setup, full setup (recommended) and from pypi.

2 4mo ago A 2,297 tokens original MIT

pixl-crew

03

hamzaPixl/pixl-ai

Plugin Claude Code

Multi-agent development crew: 14 specialized agents, 93 skills (including caveman token-compression suite), studio templates, and companion plugins (LSP, Trail of Bits security, playground). Full-stack TypeScript, Python, and Swift with DDD patterns, CI/CD pipelines, design extraction, and cross-session memory.

2 4mo ago A tokens not measured original MIT

architect

04

hamzaPixl/pixl-ai

Agent

Delegate to this agent for system design, architectural decisions, DDD bounded context mapping, technology selection, and scalability analysis. Read-only advisor. Context: User needs to design a new microservice user: "How should I structure the new billing service?" assistant: "I'll use the architect agent to design…

2 4mo ago A 288 tokens original MIT

backend-engineer

05

hamzaPixl/pixl-ai

Agent

Delegate to this agent for backend implementation — TypeScript (Fastify/Prisma) or Python (FastAPI/Pydantic). Handles DDD entities, API endpoints, database schemas, and infrastructure code. Detects the project language from pyproject.toml vs package.json and applies matching patterns. Context: User needs a new API…

2 4mo ago A 347 tokens original MIT

hamzaPixl/pixl-ai

Agent

Delegate to this agent for fixing build errors, type errors, and compilation failures with minimal, surgical diffs. Does NOT refactor or improve architecture — only fixes what's broken. Context: Build is failing with TypeScript errors user: "The build is failing with TS2345 errors, can you fix them?" assistant: "I'll…

2 4mo ago A 295 tokens original MIT

devops-engineer

07

hamzaPixl/pixl-ai

Agent

Delegate to this agent for Docker containerization, CI/CD pipelines, Cloud Run deployment, PM2 process management, Makefile creation, and infrastructure configuration. Context: User needs to containerize a service user: "Dockerize the media service with a multi-stage build" assistant: "I'll use the devops-engineer…

2 4mo ago A 339 tokens original MIT

doc-updater

08

hamzaPixl/pixl-ai

Agent

Delegate to this agent for keeping documentation, codemaps, and reference files fresh. Analyzes code changes and updates corresponding docs. Read-only analysis, then targeted doc edits. Context: User added several new API endpoints user: "I added 5 new endpoints, can you update the API docs?" assistant: "I'll use the…

2 4mo ago A 345 tokens original MIT

explorer

09

hamzaPixl/pixl-ai

Agent

Delegate to this agent for fast codebase exploration — finding files, searching patterns, understanding project structure, and answering questions about the code. Read-only. Context: User wants to find where something is implemented user: "Where is the tenant isolation logic implemented?" assistant: "I'll use the…

2 4mo ago A 274 tokens original MIT

frontend-engineer

10

hamzaPixl/pixl-ai

Agent

Delegate to this agent for React/Next.js frontend implementation — components, pages, shadcn/ui, styling, accessibility, responsive design, and i18n. Uses the /website skill for full site builds and /design-extraction for Figma/URL sources. Context: User wants a complete website built user: "Build a website for my IoT…

2 4mo ago A 358 tokens original MIT

fullstack-engineer

11

hamzaPixl/pixl-ai

Agent

Delegate to this agent for end-to-end feature implementation spanning both backend (Fastify/Prisma) and frontend (React/Next.js). Use when a task crosses the API boundary. Context: User needs a complete feature from API to UI user: "Implement the user profile feature — API endpoint, database, and the profile settings…

2 4mo ago A 324 tokens original MIT

onboarding-agent

12

hamzaPixl/pixl-ai

Agent

Delegate to this agent for onboarding new client projects — scanning codebases, generating CLAUDE.md files, cataloging tech stacks, and creating context packets for new teams. Read-only exploration. Context: User wants to onboard a new client project user: "Onboard the new client project at /code/client-x" assistant…

2 4mo ago A 340 tokens original MIT

orchestrator

13

hamzaPixl/pixl-ai

Agent

Top-level coordinator for multi-phase projects. Fans out discovery to explorer and architect, assembles context packets, delegates implementation to specialist agents, and gates quality. Context: User asks to build a complete website or full-stack feature user: "Build me a landing page with a contact form that saves…

2 4mo ago A 445 tokens original MIT

product-owner

14

hamzaPixl/pixl-ai

Agent

Delegate to this agent for task planning, sprint breakdown, feature decomposition, acceptance criteria, and priority ordering. Context: User wants to plan a new feature user: "I need to build a notifications system — where do I start?" assistant: "I'll use the product-owner agent to decompose this into ordered tasks…

2 4mo ago A 294 tokens original MIT

qa-engineer

15

hamzaPixl/pixl-ai

Agent

Delegate to this agent for testing strategy, test writing, self-review loops, browser verification via agent-browser CLI, and quality assurance. Use for test-first development and review-fix cycles. Context: User needs tests written for a new feature user: "Write unit tests for the Payment entity and integration tests…

2 4mo ago A 343 tokens original MIT

security-engineer

16

hamzaPixl/pixl-ai

Agent

Delegate to this agent for security audits, vulnerability analysis, RBAC review, dependency scanning, and OWASP compliance checks. Read-only advisor. For code quality/review gates use tech-lead instead. Context: User wants an OWASP security audit user: "Audit the authentication flow for security vulnerabilities"…

2 4mo ago A 331 tokens original MIT

tech-lead

17

hamzaPixl/pixl-ai

Agent

Delegate to this agent for code review, technical decisions, quality gates, and standards enforcement. Acts as the quality gate before human review. For OWASP/RBAC security audits use security-engineer instead. Context: User wants code reviewed before merging user: "Review my implementation before I create the PR"…

2 4mo ago A 282 tokens original MIT

SessionStart

18

hamzaPixl/pixl-ai

Hook

Runs when a session starts on compact, executing session-start.sh via bash (2 commands). From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

Notification

19

hamzaPixl/pixl-ai

Hook

Runs when the agent sends a notification for permission_prompt, idle_prompt and compact tool calls, executing notification.sh and run-with-flags.sh via bash (3 commands). From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

UserPromptSubmit

20

hamzaPixl/pixl-ai

Hook

Runs when you submit a prompt, before the agent sees it, executing run-with-flags.sh via bash. From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

PreToolUse

21

hamzaPixl/pixl-ai

Hook

Runs before the agent uses a tool for Bash, Agent, Write and Edit tool calls, executing run-with-flags.sh via bash (6 commands). From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

PostToolUse

22

hamzaPixl/pixl-ai

Hook

Runs after a tool call finishes for Write, Edit, Skill, Write, Edit, Write, Edit, Bash, Agent and Skill tool calls, executing run-with-flags.sh via bash (7 commands). From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

Stop

23

hamzaPixl/pixl-ai

Hook

Runs when the agent finishes a response, executing stop-all.sh via bash. From hamzaPixl/pixl-ai.

2 4mo ago A tokens not measured original MIT

admin-dashboard

24

hamzaPixl/pixl-ai

Skill Claude CodeCodex

Build an admin dashboard with data tables, forms, RBAC UI, and charts. Orchestrates Next.js scaffolding with backend API integration. Use when asked to create an admin panel, back-office, or management interface.

2 4mo ago A 48 tokens original MIT

At most 3 mods per repository are shown here — the rest are on their repository pages: