AI agent skill for scaffolding production-ready React Native (Expo) projects. Architecture reference with navigation, theme system, API layer, state management, storage, i18n, linting, and mobile UX design system. Works with Claude Code, Cursor, Windsurf, GitHub Copilot.
Architecture reference and AI agent skill for scaffolding production-ready React Native (Expo) projects.
A collection of architecture guidelines, code templates, and a mobile design system that any AI coding agent can use to scaffold and maintain React Native projects with consistent, battle-tested patterns.
The skill is split into focused agents that can be run independently:
| Command | What It Does |
|---|---|
/arc-scaffold | Project init, folder structure, deps, config, linting, navigation |
/arc-connect | API client, storage, state management, auth, i18n |
/arc-ui | Theme system, components, screen content, mobile UX |
/arc-feature | Add a complete new domain (types + API + hooks + screens) |
/arc-audit | Check for UX, performance, and architecture violations |
/arc-skill | Full scaffolding (all-in-one) |
Typical workflow:
/arc-scaffold → /arc-connect → /arc-ui → /arc-feature (repeat) → /arc-audit
AGENTS.md to your agent's instruction file:| Agent | Instruction File |
|---|---|
| Claude Code | CLAUDE.md |
| Cursor | .cursorrules or .cursor/rules |
| Other | Add contents of AGENTS.md to your agent's instruction file |
The key line to add is: "Read the skill files in skills/arc-skill/ before generating code."
| Layer | Solution |
|---|---|
| Framework | React Native + Expo (TypeScript strict) |
| Navigation | React Navigation (native-stack + bottom-tabs) |
| Server State | TanStack React Query + MMKV persistence |
| HTTP | Axios with auth interceptors + automatic token refresh |
| Storage | react-native-mmkv |
| Styling | Custom theme system + useStyles() + react-native-size-matters |
| Images | expo-image (blurhash + disk cache) |
| Animations | react-native-reanimated (UI thread) |
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource