artisan

仓库创建 2026年1月7日最近提交 2 天前SkillHot 收录 21 天前
▸ 精选理由

能把设计快速落地为可维护代码,节省大量重复实现工作

这个 Skill 做什么

将前端原型或 Forge 输出转换为生产级 React/Vue/Svelte 代码与工程实践

把前端原型或 Forge 输出落地为生产级 React/Vue/Svelte 代码,处理组件拆分、hooks、状态管理、表单和数据获取等工程细节。在把概念/原型推进到可交付代码阶段时用,能显著降低技术债和上线风险。特点是结合框架最佳实践和工程化细节,直接产出适合接入 CI/CD 的可维护代码。

▸ 展开 SKILL.md 英文原文

Implementing production frontend code for React/Vue/Svelte. Handles hooks design, state management, Server Components, form handling, and data fetching. Converts Forge prototypes to production-quality code.

开发编程前端工程React代码生成生产级通用
66
Stars
14
Forks
40
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/simota/agent-skills/main/artisan/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/simota/agent-skills/main/artisan/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<!--
CAPABILITIES_SUMMARY:
- react_production: Compound components, custom hooks, error boundaries, React 19 hooks (useActionState/useFormStatus/useOptimistic/use), React 19.2 APIs (Activity, ViewTransition, useEffectEvent), React Compiler v1.0 (stable auto-memoization), RSC streaming
- vue_production: Vue 3.5.x (stable; 3.6 in beta) [Source: github.com/vuejs/core/releases, 2026-05] Composition API (Reactive Props Destructure, useTemplateRef, Lazy Hydration), Vapor Mode (3.6 beta — compile-to-DOM bypassing VDOM, `<script setup>` only, no Suspense, opt-in per-component, not production-stable), composables, Pinia state management
- svelte_production: Svelte 5 Runes ($state/$derived/$effect), S
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有