Skill Claude CodeCodex
Use this skill when working with Apple's Foundation Models framework for on-device AI and LLM capabilities in iOS/macOS apps.
Skill Claude CodeCodex
Use this skill when working with Apple's Foundation Models framework for on-device AI and LLM capabilities in iOS/macOS apps.
Skill Claude CodeCodex
Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures…
Instructions file CodexOpenCode
Instructions for Vvlladd/AppStoreConnectMCP, covering app store connect mcp server, project overview, tech stack, architecture and available mcp tools.
Instructions file
Instructions for Vvlladd/AppStoreConnectMCP, covering app store connect mcp server, project overview, tech stack, architecture and available mcp tools.
MCP server Claude CodeCodexCursor +2
MCP server for App Store Connect automation. Runs locally from the @vvlladd/appstoreconnect-mcp npm package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: qrspi-orchestrator.
Plugin Claude Code
Multi-agent orchestration system for software development with human-in-the-loop checkpoints. Implements the QRSPI pipeline: Questions, Research, Structure/Design, Plan, Implement + Review, Pull Request.
Instructions file
Instructions for Vvlladd/qrspi-orchestrator, covering qrspi pipeline, pipeline phases, phase 1: questions, phase 2: research and phase 3: design.
Agent
Use this agent for the Design phase of QRSPI. Produces architecture and design documents from requirements and exploration reports. Use as a teammate in the design agent team alongside a critic and security reviewer. Context: Exploration report is approved, need to design the solution user: "Design the auth module…
Agent
Use this agent for the Implement phase of QRSPI. Implements exactly ONE task at a time from the task list. Commits changes and updates progress. Use as a teammate in the build agent team alongside the reviewer. Context: Task list is approved, ready to implement user: "Implement task 3 from the plan" assistant: "I'll…
Agent
Use this agent for the Questions phase of QRSPI. Converts vague feature requests into structured requirements through Socratic questioning. Never writes code. Context: User provides a feature request or task description user: "I need to add authentication to the API" assistant: "I'll use the clarifier agent to produce…
Agent
Use this agent as a devil's advocate in the design agent team. Challenges architectural decisions, finds flaws in designs, and proposes alternatives. Only used as a teammate during the Design phase. Context: Design team is reviewing an architecture proposal user: "Challenge this design before we commit to it"…
Agent
Use this agent for the Research phase of QRSPI. Deep codebase exploration that maps relevant files, patterns, dependencies, and risks. Fast and cheap on Haiku. Use as a teammate in the research agent team for parallel exploration. Context: Requirements are approved, need to understand the codebase user: "Explore the…
Agent
Use this agent for the Plan phase of QRSPI. Decomposes the approved design into ordered, bite-sized implementation tasks (2-5 minutes each). Each task has explicit file paths, acceptance criteria, and dependencies. Context: Design is approved, need to break it into tasks user: "Break this design into implementation…
Agent
Use this agent for the Pull Request phase of QRSPI. Assembles a clean PR from all completed tasks with structured description, test results, and review checklist. Context: All tasks are approved, ready to create PR user: "Create the pull request for this feature" assistant: "I'll use the pr-creator agent to assemble…
Agent
Use this agent for code review in the QRSPI pipeline. Reviews each task completion in a FRESH context window. Checks code quality, design adherence, test coverage, and acceptance criteria. Reports pass/fail to the human. Use as a teammate in the build agent team. Context: Builder has completed a task and committed…
Agent
Use this agent for security review during the Design phase (as a teammate) or after implementation. Focuses on authentication, authorization, injection, data exposure, and dependency vulnerabilities. Context: Design team is working on a feature with security implications user: "Review this design for security issues"…
Agent
Read-only iOS build/test/log checker for the QRSPI Implement-phase loop. Backend-agnostic: prefers the Xcode 27 native xcode-tools MCP server when running inside Xcode (BuildProject, RunProject, Issue Navigator diagnostics), falls back to XcodeBuildMCP when running externally (Claude Code CLI), and to raw xcodebuild…
Command
Fix a bug or run a small task as a tight verify-fix loop. Thin alias that enters the QRSPI pipeline in minimal-scope mode (clarifier proposes skipping Research/Design), then runs the Implement-phase maker/checker loop to green.
Command
Resume the QRSPI pipeline from where it left off.
Command
Show current QRSPI pipeline status.
Command
Start the QRSPI pipeline for a feature request.
Hook
Runs when the agent finishes a response, running an inline shell check. From Vvlladd/qrspi-orchestrator.
Hook
Runs when a subagent finishes, running an inline shell check. From Vvlladd/qrspi-orchestrator.