Command
Interactive quiz on session learnings and discoveries.
Command
Interactive quiz on session learnings and discoveries.
Command
Check current ultrawork session status.
Command
Start ultrawork session with strict verification mode.
Skill Claude CodeCodex
Architecture design review skill for reviewer agents. Component boundaries, separation of concerns, modularity, and design pattern validation. Use during PLANNING phase to validate design decisions and VERIFICATION to ensure adherence.
Skill Claude CodeCodex
API design, database operations, error handling, and backend architecture patterns. Use when creating APIs, database schemas, or server-side logic.
Skill Claude CodeCodex
Code quality verification skill for reviewer agents. Provides checklists for logic clarity, error handling, maintainability, and performance. Use during VERIFICATION phase to assess implementation quality.
Skill Claude CodeCodex
Code consistency and pattern adherence review skill. Naming conventions, style consistency, pattern usage, and project standards validation. Use during VERIFICATION to ensure codebase uniformity and maintainability.
Skill Claude CodeCodex
This skill provides guidance on accessing session data efficiently in ultrawork. Covers JSON vs Markdown rules, token efficiency rationale, and common patterns. Required knowledge for all ultrawork agents (explorer, planner, worker, verifier, reviewer).
Skill Claude CodeCodex
React component patterns, state management, accessibility, and frontend best practices. Use when building UI components or implementing client-side features.
Skill Claude CodeCodex
This skill should be used when performing quick project overview exploration at the start of ultrawork sessions. Executes directly without agent spawn for fast codebase understanding.
Skill Claude CodeCodex
This skill should be used when designing implementation plans, decomposing complex work into tasks, or making architectural decisions during ultrawork sessions. Used by orchestrator (interactive mode) and planner agent (auto mode).
Skill Claude CodeCodex
This skill provides guidance for ultrawork agents on using SCRIPTSPATH and accessing session data via scripts. Required knowledge for all ultrawork agents (explorer, planner, worker, verifier, reviewer, scope-analyzer).
Skill Claude CodeCodex
Security best practices for authentication, input validation, OWASP patterns, and secure coding. Use when handling user input, auth, secrets, or sensitive data.
Skill Claude CodeCodex
Security vulnerability detection skill for reviewer agents. OWASP Top 10 checklist, secrets detection, input validation, authentication patterns. CRITICAL for code handling user input, authentication, APIs, or sensitive data.
Skill Claude CodeCodex
Test-Driven Development (TDD) workflow for ultrawork tasks with approach: "tdd". Enforces RED-GREEN-REFACTOR cycle with gate hooks and evidence requirements. Required knowledge for worker agents implementing TDD tasks.
Skill Claude CodeCodex
Testing patterns for unit, integration, and E2E tests. Mock patterns for Supabase, Redis, OpenAI. Use when writing tests or setting up test infrastructure.
Skill Claude CodeCodex
This skill should be used when the user has a large, complex task requiring: (1) multi-file or multi-step implementation, (2) major refactoring or architecture changes, (3) new feature spanning multiple components. This skill should NOT be used for simple fixes, single-file edits, or quick questions. Activates strict…
Skill Claude CodeCodex
Comprehensive guide for ultrawork agents on using session, task, and context management scripts. Covers all common script patterns with $SCRIPTSPATH variable usage. Required for explorer, planner, worker, verifier, and reviewer agents.
MCP server Claude CodeCodexCursor
A Perplexity API Model Context Protocol (MCP) server that unlocks Perplexity's search-augmented AI capabilities for LLM agents. Features robust error handling, secure input validation, and transparent reasoning with the showThinking parameter. Built with. Runs locally from the perplexity-mcp-server npm package.
MCP server Claude CodeCodexCursor
Model Context Protocol (MCP) server for Google Gemini 2.5 Pro with conversation context management. Runs locally from the gemini-mcp-server npm package.