TomorrowLM
- 28 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌ MCP Exe · tomorrowlm bundle当需要调用已注册 MCP 工具完成 Swagger/OpenAPI 查询、Figma 设计稿读取、图表生成、Agent 编排、多工具结果处理时使用。 用户提到 get_swagger_mcp、接口文档、设计稿 MCP、agent-orchestrator-mcp、创建/等待/汇总/返工子任务等场景必须触发。 不适用于普通终端命令、浏览器检索、文件编辑或无需 MCP 的代码修改。
- ▌ Gitnexus · tomorrowlm bundle当任务需要借助 GitNexus 代码知识图谱进行代码库探索、调用链追踪、变更影响分析、安全重构、PR 风险审查, 或需要运行 GitNexus 索引/状态/清理/wiki CLI 时使用。不要用于普通文本搜索(非符号重命名)、单文件阅读或与 GitNexus 无关的通用编程问题。
- ▌ Writing Doc · tomorrowlm bundle当需要编写或补全前端技术方案、页面级实现方案、页面功能总结或学习小结时使用。适用于把需求、状态流转、组件职责、业务规则和技术知识整理成可评审、可追踪的中文文档。
- ▌ Token Saving · tomorrowlm bundle仅在任务明显需要跨文件、跨网页、长日志、多轮上下文、接口文档、Figma 还原或多子代理协作时使用;不适用于单文件、单次错误定位、单一小改动、单一文案或单一函数修正。
- ▌ Brainstorming · tomorrowlm bundle在创建功能、构建组件、添加或修改行为、修复 bug、重构代码,或落实代码审查建议前使用;实现前先探索用户意图、约束和设计。纯只读代码审查、解释、总结、检索或运行已有检查且不修改代码时不使用。
- ▌ Skill Routing · tomorrowlm bundle当需要判断应该使用哪个本地技能时使用——即用户意图不明确对应哪个技能,需要在多个候选技能之间做选择、组合或串联。 触发场景:用户说"帮我实现这个设计稿"但未指定用哪个技能、"这个页面做得好看一点"但不确定走视觉设计还是Figma流程、 用户问"有没有技能能帮我做X"需要判断本地覆盖还是外部搜索。 不触发:用户已明确指定技能名称、普通代码修改/修bug/改文案/加字段、解释代码含义、单文件小改动、 项目配置调整、lint/format/构建问题、纯知识问答(React怎么用、TypeScript类型怎么写)。
- ▌ Writing Skills · tomorrowlm bundle当需要创建新技能、修订已有技能、优化 description 触发精度,或验证某个技能在压力下是否真的有效时使用。 症状:你要教 AI 一个非显而易见的技术、模式、工作流或参考流程;你已经写了指令, 但还没有基于真实智能体行为验证它;技能描述触发不准(误触发/漏触发)。 不适用于:项目级约定、一次性解决方案、应由自动化强制执行的机械规则,或 AI 已经 掌握的通用标准实践。
- ▌ Browser Verification · tomorrowlm bundle当需要对前端页面进行浏览器端验证时使用,包括视觉验收截图、交互验证、网络请求检查、控制台错误排查、DOM 与可访问性检查。 用户提到"验证页面""检查页面""验收""截图对比""浏览器验证""页面验收"等场景必须触发。 Chrome 浏览器操作默认使用 chrome-mcp-server(chrome_ 前缀),不可用时回退到 chrome-devtools-mcp。 也由 page-development-workflow Phase 5 引用,用于 UI 手动验收。 不适用于纯代码修改、纯后端接口测试、不需要浏览器的任务。
- ▌ Systematic Debugging · tomorrowlm bundle遇到 bug、测试失败、构建失败、异常行为、性能退化或修复无效时使用;在提出修复方案、改代码或加 workaround 之前执行。用于阻止猜测式修复,要求先复现、收集证据、定位根因、评估影响面。不用于已明确根因且用户只要求按指定内容改的机械修改。
- ▌ Gitnexus CLI · tomorrowlmUse when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
- ▌ Requesting Code Review · tomorrowlm bundle使用 CodeReview 子代理对代码变更及其影响面进行独立审查,发现正确性、安全性、架构和维护性问题。适用于子代理任务完成、重要功能实现、合并到 main 前、重构前或复杂 Bug 修复后。
- ▌ Gitnexus Guide · tomorrowlmUse when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
- ▌
- ▌
- ▌ Page Development Workflow · tomorrowlm bundle当用户要从零开发完整前端页面或功能模块,或大幅改造已有页面时使用;典型输入包括 Figma、原型、PRD、Swagger/OpenAPI,且需求涉及页面结构、路由、多个交互区块、接口、状态流或验收。 适用于列表页、详情页、编辑页、表单页、大屏及多步骤流程。不要用于单点 bug、文案/样式/字段/按钮微调、代码解释、代码审查或用户已限定文件与改动内容的小范围快速修改。
- ▌
- ▌ Gitnexus Debugging · tomorrowlmUse when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
- ▌ Gitnexus Exploring · tomorrowlmUse when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
- ▌ Gitnexus Pr Review · tomorrowlmUse when the user wants to review a pull request, understand what a PR changes, assess risk of merging, or check for missing test coverage. Examples: "Review this PR", "What does PR #42 change?", "Is this PR safe to merge?"
- ▌ Subagent Driven Development · tomorrowlm bundle当已有计划包含多个边界清晰的子任务,并需要新子智能体分别实现、交接和收口时使用;不适用于单任务、仅并行调查或主会话直接执行。
- ▌
- ▌ Gitnexus Refactoring · tomorrowlmUse when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
- ▌ Verification Before Completion · tomorrowlm bundle在宣称工作完成、已修复或测试通过之前使用,即使用户要求跳过验证或直接宣布成功;提交或创建 PR 之前必须运行验证命令并确认输出后才能声称成功,始终用证据支撑断言
- ▌ Gitnexus Impact Analysis · tomorrowlm当用户想知道修改某段代码会影响什么、需要在编辑前做安全分析时使用。例如:'改 X 安全吗?'、'谁依赖了这个?'、'会影响哪些?'
- ▌
- ▌ Figma Implement Design · tomorrowlm当需要将 Figma 设计稿转化为生产可用的应用代码并保持 1:1 视觉还原时使用;适用于用户提到实现设计稿、生成代码、实现组件、提供 Figma 链接,或要求按 Figma 规格构建组件的场景。如需通过 `use_figma` 写入 Figma 画布,请使用 `figma-use`。
- ▌ Vercel React Best Practices · tomorrowlmReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.