Instructions file CodexOpenCode
AGENTS.md instructions for hamzaPixl/pixl-ai, covering pixl — codex instructions, project layout, build & test, codex integration and claude compatibility.
Instructions file CodexOpenCode
AGENTS.md instructions for hamzaPixl/pixl-ai, covering pixl — codex instructions, project layout, build & test, codex integration and claude compatibility.
Instructions file
Claude Code instructions for hamzaPixl/pixl-ai, covering pixl, structure, setup, full setup (recommended) and from pypi.
Plugin Claude Code
Plugin marketplace listing 1 plugin: pixl-crew.
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.
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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"…
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"…
Hook
Runs when a session starts on compact, executing session-start.sh via bash (2 commands). From 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.
Hook
Runs when you submit a prompt, before the agent sees it, executing run-with-flags.sh via bash. From 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.
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.
Hook
Runs when the agent finishes a response, executing stop-all.sh via bash. From hamzaPixl/pixl-ai.