Overview
- Skill Key
- 1kalin/afrexai-react-production
- Author
- 1kalin
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/1kalin/afrexai-react-production
- Latest Commit SHA
- 8e9af2a23c68847d0eb11c07018b4eb4252f8358
Complete methodology for building production-grade React applications with architecture decisions, component design, state management, performance optimization, testing, and deployment.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 afrexai-react-production 技能。 若已安装,则直接安装 afrexai-react-production 技能。
# React Production Engineering Complete methodology for building production-grade React applications. Covers architecture decisions, component design, state management, performance optimization, testing, and deployment — not just API reference, but engineering methodology with decision frameworks, templates, and scoring systems. ## Phase 1: Architecture Assessment ### Quick Health Check (score /16) - [ ] Component tree depth < 6 levels (+2) - [ ] No prop drilling past 2 levels (+2) - [ ] Bundle size < 200KB gzipped (+2) - [ ] LCP < 2.5s on 4G (+2) - [ ] Test coverage > 70% on business logic (+2) - [ ] Zero `any` types in production code (+2) - [ ] No direct DOM manipulation (+2) - [ ] Consistent error boundaries (+2) ### Architecture Brief ```yaml project: name: "" type: "" # spa | ssr | hybrid | static framework: "" # next | remix | vite-spa | astro scale: "" # small (<20 routes) | medium (20-100) | large (100+) team_size: "" # solo | small (2-5) | medium (6-15) | large (15+) current_state: react_version: "" # 18 | 19 typescript: true router: "" # react-router | next-app | tanstack-router state_management: "" # useState | zustand | jotai | redux | tanstack-query styling: "" # tailwind | css-modules | styled-components | vanilla-extract testing: "" # vitest | jest | playwright | cypress ci_cd: "" # github-actions | gitlab-ci | vercel pain_points: [] goals: [] ``` ### Framework Selection Decision Matrix | Factor | Vite SPA | Next.js | Remix | Astro | |--------|----------|---------|-------|-------| | SEO needed | ❌ | ✅ Best | ✅ Good | ✅ Best | | Dashboard/app | ✅ Best | ✅ Good | ✅ Good | ❌ | | Content-heavy | ❌ | ✅ Good | ✅ Good | ✅ Best | | Team familiarity | ✅ Simple | ⚠️ Learning curve | ⚠️ Web standards | ⚠️ Islands | | Deployment | Anywhere | Vercel optimal | Anywhere | Anywhere | | Bundle size | You control | Framework overhead | Smaller | Minimal JS | **Decision rules:** 1. Dashboard/internal tool with no SEO → Vite...
# React Production Engineering ⚛️ Complete methodology for building production-grade React applications — architecture decisions, component design, state management, performance, testing, and deployment. **Not another API reference.** This is engineering methodology with decision frameworks, code patterns, quality scoring, and production checklists. ## Install ```bash clawhub install afrexai-react-production ``` ## What's Inside - **Architecture assessment** — framework selection matrix, project structure, naming conventions - **Component design** — composition patterns, compound components, 10 component rules - **State management** — decision tree (TanStack Query vs Zustand vs Context vs useState) - **TypeScript integration** — strict config, discriminated unions, branded types, Zod validation - **Performance** — budget targets, optimization priority stack, React Compiler guidance - **Hooks engineering** — custom hook patterns, essential hooks library - **Error handling** — 3-level error boundary architecture - **Forms** — React Hook Form + Zod patterns - **Testing** — pyramid strategy (Vitest + Testing Library + Playwright) - **Accessibility** — 10-point a11y checklist - **Production checklist** — deployment readiness scoring (0-100) ## Quick Start Tell your agent: "Set up a new React project following the React Production Engineering skill" ## ⚡ Level Up This skill gives you the methodology. For industry-specific patterns: 👉 **[AfrexAI Context Packs](https://afrexai-cto.github.io/context-packs/)** — $47 each, 10 verticals ### 🔗 More Free Skills by AfrexAI - [`afrexai-nextjs-production`](https://clawhub.com/skills/afrexai-nextjs-production) — Next.js production engineering - [`afrexai-vibe-coding`](https://clawhub.com/skills/afrexai-vibe-coding) — AI-assisted development - [`afrexai-test-automation-engineering`](https://clawhub.com/skills/afrexai-test-automation-engineering) — Testing strategy - [`afrexai-ui-design-system`](https://clawhub.com/skill...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.