Umbrella skill for all Convex development patterns. Use when starting a new Convex project, unsure which specific Convex skill to use, or need an overview of available Convex development skills. Routes to specific skills like convex-functions, convex-realtime, convex-agents, convex-schema-validator, etc.
Run Prettier for the is-kit repository. Use when asked to format or check formatting in this project. Always consult AGENTS.md in the repo root before executing commands.
Cross-codebase security detective that fans out parallel sub-agents to rapidly audit ANY codebases security posture. The noir investigator of the grove. Use when auditing an unfamiliar codebase, offering security review services, or needing a comprehensive security posture assessment fast.
Real-time monitoring dashboard for PAI multi-agent activity. USE WHEN user says start observability, stop dashboard, restart observability, monitor agents, show agent activity, or needs to debug multi-agent workflows.
Scaffold a new agent in this multi-agent system following the project skeleton. Use when the user wants to create, add, or scaffold a new agent, or asks about adding agents to the workflow.
Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over the built-in Task tool for parallelism.
This skill provides comprehensive guidance for inter-agent communication using the Synapse A2A framework. Use this skill when sending messages to other agents via synapse send/reply commands, understanding priority levels, handling A2A protocol operations, managing task history, configuring settings, or using File Safety features for multi-agent coordination. Automatically triggered when agent communication, A2A protocol tasks, history operations, or file safety operations are detected.
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are validated using reasoned analysis rather than simple vote counting. Reports merge verdict (YES / NOT SURE / NO). Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues in a collapsible section.
This skill should be used when the user asks to build a complete app, develop a software project from scratch, create a website with full workflow, manage a development team, automate software development from requirements to deployment, or coordinate multiple agents for software development. Integrates Superpowers frameworks: brainstorming for requirement exploration, git-worktrees for workspace isolation, subagent-driven-development for task execution, parallel-agent-dispatch for testing, TDD for code quality, and two-stage code review for specification compliance. Also includes integration testing with Chrome DevTools MCP for end-to-end validation. 🆕 v6.6.0: Complete workflow automation with auto/interactive modes, Git worktree for seamless project creation, and Callstack React Native best practices integration.