‹ 返回总目录
开发工具 最近更新07-17

react-coding-style

| 2026-08-01 收录

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量92
⭐ GitHub Stars35
🗓️ 最近推送2026-07-17
🌱 项目创建2026-06-27
💻 语言 / LicenseShell · MIT
🐛 开放Issue0

📝 工具简介

Legend Skills为编码agent提供聚焦工作流,分两组:用Legend List和Legend State构建快速正确应用的库技能,以及基因相关技能。

📖 怎么用

先装技能,跑 `npx skills add LegendApp/legend-skills`,想全局装就加 `-g` 参数。装完可以用 `npx skills add LegendApp/legend-skills --list` 看有哪些技能,按需安装,比如 `npx skills add LegendApp/legend-skills --skill commit --skill commit-confirm`。用的时候直接跟 agent 说,比如“用 `$diagnose` 和 `$legend-list-best-practices` 查一下这个聊天列表快速滚动时空白的原因”,它会先复现问题再给最小修复。

📋 迷你测评

为编码agent准备的两组聚焦工作流,主打用Legend List和State快速构建应用。亮点是分工明确,但“基因相关技能”这描述有点抽象,实际效果待验证。

📄 README 要点

Legend Skills给编码agent提供两组聚焦的工作流。第一组是Legend库技能,帮你用Legend List和Legend State快速构建正确的应用。第二组是通用开发技能,包括基于证据的调试、完整的修复循环、安全的Git操作、最小化实现,以及高性能React和React Native开发。具体技能有:commit只提交当前agent的改动并整理成干净提交、commit confirm在提交前审查所有改动分组、diagnose在改代码之前先证明模糊或间歇性bug的根因、diagnose fix loop反复诊断修复验证直到没有证据支持的改进了、git integrate安全地做rebase、merge、cherry pick和revert。适合想让agent干活更规范、少瞎改代码的人。

查看英文原文
Legend Skills Legend Skills gives coding agents focused workflows in two groups: 1. Legend library skills for building fast, correct apps with Legend List and Legend State. 2. General development skills for evidence first debugging, complete fix loops, safe Git changes, minimal implementation, and high performance React and React Native apps. Skills at a glance Skill Useful for commit Committing only the current agent's changes by default, grouped into clean commits. commit confirm Reviewing how all working tree changes will be grouped before anything is committed. diagnose Proving the root cause of unclear, intermittent, platform specific, or performance bugs before editing. diagnose fix loop Repeatedly diagnosing, fixing, and verifying until no useful evidence backed improvement remains. git integrate Safely starting or continuing rebases, merges, cherry picks, and reverts through completion. legend list best practices Building or auditing fast virtualized lists with correct measurement, recycling, and row invalidation. legend state best practices Designing observable state with clear ownership, fine grained subscriptions, persistence, and sync. react coding style Building React, React Native, and TypeScript UI with narrow render boundaries and stable data flow. simplify Preventing unnecessary complexity during implementation and tightening finished changes before handoff. Use one skill for a focused task or combine workflow and domain skills so the agent knows both how to work and which technical contracts to protect . Example Ask an agent to combine the diagnosis workflow with the relevant domain skill: [安装/使用命令见下方] This tells the agent to prove the bottleneck before editing, apply Legend List's real data, measurement, recycling, and row invalidation contracts, and verify the result against the original symptom. Install Install all skills: [安装/使用命令见下方] Install globally: [安装/使用命令见下方] List the available skills without installing: [安装/使用命令见下方] Install selected skil

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考