ashokvadivelu/claude-code-ios-pro
A production-grade Claude Code setup for senior iOS developers — agents, hooks, skills, commands, MCP connectors and team-shareable CLAUDE.md templates. Install in one command.
A production-grade Claude Code setup for senior iOS developers — agents, hooks, skills, commands, MCP connectors and team-shareable CLAUDE.md templates. Install in one command.
npx skills add ashokvadivelu/claude-code-ios-proA production-grade Claude Code setup for senior iOS developers — agents, hooks, skills, commands, MCP connectors and team-shareable CLAUDE.md templates. Install in one command.
Comprehensive guide for working with HashiCorp Terraform Stacks. Use when creating, modifying, or validating Terraform Stack configurations (.tfcomponent.hcl, .tfdeploy.hcl files), working with stack components and deployments from local modules, public registry, or private registry sources, managing multi-region or multi-environment infrastructure, or troubleshooting Terraform Stacks syntax and structure.
Python TUI framework used to build terminal interfaces showing agent thought-loops, tool status, and execution streams.
Guide for using Apollo Rover CLI to manage GraphQL schemas and federation. Use this skill when: (1) publishing or fetching subgraph/graph schemas, (2) composing supergraph schemas locally or via GraphOS, (3) running local supergraph development with rover dev, (4) validating schemas with check and lint commands, (5) configuring Rover authentication and environment, (6) exploring or searching a graph's schema for agent-driven discovery (rover schema describe / rover schema search).
Open-source pipeline: fork, sanitize, and package private projects for safe public release. Chains 3 agents (forker, sanitizer, packager). Triggers: '/opensource', 'open source this', 'make this public', 'prepare for open source'.
Multi-agent skill that automates sprint delivery: read Jira/Azure DevOps sprint then verify repo architecture mapping. Claude/Codex/Hermes/Openclaw/Copilot.
Create reproducible, cross-platform (macOS/Linux) development environments with Flox, a declarative Nix-based environment manager. Use when setting up project toolchains for any language, installing system-level dependencies (compilers, databases, native libs like openssl/BLAS), pinning exact package versions for a team, running local services (PostgreSQL, Redis, Kafka), onboarding developers with one command, or solving 'works on my machine' problems — including agent/vibe-coding setups that need project-scoped tools without sudo. Also use when the user mentions .flox/, manifest.toml, flox activate, or FloxHub.