martin98-afk
- 13 skills
- 0 followers
- 4 hours ago last updated
- ▌ Writing Plans · martin98-afk bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Canvas Agent · martin98-afk bundle工作流画布编排智能体,能够根据用户需求自动选择合适的组件、创建画布、添加节点、连接节点、配置参数和执行工作流。当用户需要创建自动化工作流、编排画布组件、设计数据处理流程时使用此技能。
- ▌ Node Graph · martin98-afk bundleUse this skill any time a node-based workflow or graph structure is involved — creating nodes, connecting ports, configuring properties, selecting anchor nodes, or analyzing component capabilities. This includes: building automation flows, data processing pipelines, or logic graphs; querying available components; inspecting node inputs/outputs; linking data streams between nodes; setting runtime parameters; selecting specific nodes to define creation context. Trigger whenever the user mentions 'node', 'component', 'workflow', 'graph', 'connect', 'select', or references building a process flow. If a node needs to be created, linked, configured, or selected, use this skill.
- ▌ To Issues · martin98-afk自动分析代码问题并提交规范化的 GitHub Issues。遵循统一格式(Summary/Environment/Description/Impact/Steps/Expected/Actual/Proposed Fix),末尾自动添加智能体生成标记。无需用户交互,直接提交。
- ▌ Drifox Dev · martin98-afk bundleDriFox 项目专用开发技能(有状态 · 渐进式披露)。在 DriFox 仓库里做任何开发工作前必须首先加载:功能开发、Bug 修复、UI/卡片/渲染管线改动、流式输出、滚动与卡顿调优、崩溃诊断、插件与 Skill/Agent 开发、代码审查、重构优化、测试与打包。技能把固定规范放在 references/ 子文件按需加载,按任务类型分派(新功能→brainstorming,Bug/崩溃/性能→diagnose,插件→plugin-creator/ui-plugin-creator),并把项目实时状态(git 快照 + GitHub open issues + 已踩坑点库)缓存到 state.json 跨会话复用。即使看起来简单的改动也应该加载本技能——DriFox 架构复杂、模块依赖多,不加载容易违反项目约定。
- ▌ Github Ops · martin98-afk bundleGitHub 仓库操作工具集,支持 Issue 评论回复、PR 创建、Issue/PR 详情查询、代码推送和 PR 创建联动。使用 Python requests 库调用 GitHub API,配合 gh CLI 工具完成分支操作。Use when 用户提到回复 GitHub Issue、创建 PR、推送并创建 PR、查看 issue 状态、GitHub 操作。
- ▌ Brainstorming · martin98-afk bundleYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
- ▌ Skill Creator · martin98-afk bundle根据参考技能和用户需求,自动生成新的 Agent 技能。分析优秀技能的架构模式,提取可复用的设计逻辑,产出符合规范的技能代码。使用场景:用户想创建一个能解决特定领域问题的新技能,或需要从参考案例中提取模式生成技能。
- ▌ Visualization · martin98-afk bundle可视化优先输出技能。凡回答涉及以下场景必须先加载本技能,跳过本技能直接用纯文字回答是错误行为:讲解/教学/原理(为什么、怎么运作、是什么)、数据与对比(怎么选、区别、优缺点、趋势、曲线、占比、层级、分布)、架构/流程/时序/状态机、UI 设计与界面效果(长什么样、给个样式、怎么改好看)、指标与状态展示/监控总览、金融行情与 K 线、多维评分对比、流量/资金桑基流向、选型象限定位、里程碑时间线、数据周报、数学/物理公式与方程。产出通道:echarts 图表/mermaid 图/SVG 示意图/HTML widget(效果稿/指标卡/对比卡)/正文 LaTeX 公式(宿主 KaTeX 自动渲染);复杂场景走场景配方。加载后先读通道选择表,各通道技术细节与模板按需读 references/。
- ▌ Plugin Creator · martin98-afk bundleDriFox 插件开发技能。何时使用:用户要新建可安装插件(脚手架→开发→调试→发布到 drifox-plugins 市场),或在既有插件内增改非 UI 组件:tools 工具、commands 命令、hooks、agents、skills、MCP、LSP、themes 主题、模型适配器、存储、序列化、provider、team_templates 等。触发语:「写个插件」「给插件加个工具/命令/hook」「接入 MCP」「做个主题」「打包发布插件」。新建完整 UI 插件时由本技能主导骨架+manifest,UI 载体部分桥接 ui-plugin-creator。不适用:只做插件内 UI 载体(浮动卡/渲染器/欢迎 tab)→ ui-plugin-creator;改 app/ 主程序 → drifox-dev;学习组件概念不产出安装物 → plugin-dev。
- ▌ Persona Creator · martin98-afk助手中心人格创建向导。当用户说「创建新人格」「做一个新人设」「给助手加个人格」时使用。通过少量多次的采访把模糊念头落成 assistant_hub 的人格文件 personas/<id>/persona.md,落盘即生效。
- ▌ Grill With Docs · martin98-afk bundleGrilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
- ▌ UI Plugin Creator · martin98-afk bundleDriFox UI 插件技能。何时使用:用户要在插件内做「看得见」的界面——创建/修改/美化/调试浮动卡片(悬浮卡)、内容块渲染器、消息元素工厂、欢迎页插件 tab、输入区按钮、侧栏入口、右键菜单、设置卡、工作台页签。触发语:「加个悬浮卡/浮动卡」「消息里渲染 xxx」「欢迎页加个入口」「输入框加个按钮」「卡片显示不出来/不刷新」「美化这个插件的界面」。新建完整 UI 插件时骨架+manifest 交给 plugin-creator,本技能只管 UI 载体部分。不适用:非 UI 组件与插件发布 → plugin-creator;改 app/ 主程序 widget → drifox-dev。