sp 编程 Agent

设计与多媒体 社区
解读按原文结构重写,命令、链接、术语均保留;右侧可核对作者原始 SKILL.md

原文结构

  • How to Load This Skill:Set system prompt: Load references/system-prompt.md as the agent's system prompt (e.g., paste into AGENTS.md, .claude/systemprompt.md, or the agent's system role configuration). Provide reference files: Make references/logic.md, references/overlap-rules.md,…
  • Reference Files:File · Purpose references/system-prompt.md · 🔴 Required — Full Coding Agent system prompt (v4.0). Load as the agent's system instructions. references/logic.md · Framework logic: category definitions, weighted scoring, task-type classification,…
  • How It Works:ORIENT: Agent scans project root (README.md, AGENTS.md, package.json, Dockerfile, etc.) CLASSIFY: Determine task type (Bug Fix / Feature / Refactor / Migration / Infra) EXTRACT: Map request to 9 code-native SP-categories

适用与边界

  • When to Use This Skill:A user gives a vague coding task ("fix the login bug", "add pagination") Before an agent starts multi-file code changes When a task involves unfamiliar parts of a codebase
  • Execution Gates (Hard Stops):Do not execute code changes until all hard-stop gates pass: Gate A (Aim): At least one testable acceptance criterion exists. Gate O (Outline): Authorized scope is explicit (or defaults to minimal scope) and forbidden scope is respected.

原文中的明确线索

  • 要点:「SMART POLE」、「AI Coding Agents」、「codebases」、「Set system prompt」、「Provide reference files」、「Invoke」、「Required」、「ORIENT」
  • 文件与命令references/system-prompt.mdAGENTS.md.claude/systemprompt.mdreferences/logic.mdreferences/overlap-rules.mdreferences/coding-agent-categories.mdREADME.mdpackage.json

流狐整理:以上内容来自当前 SKILL.md 的章节与原词;未补写作者没有声明的工具、兼容性或能力。

流狐档案 作者与许可取自来源;运行、权限和网络为流狐检测或估算
流狐分类
设计与多媒体
作者声明 Agent
未找到明确声明;不据此推断已兼容或已测试
静态检查
88 / 100 · 启发式扫描,不代表运行安全
作者 / 版本 / 许可
@tomevault-io · 未声明 license
流狐 Token 估算
中等消耗
流狐接入估算
需手动接入
是否需要外部 API Key
未发现要求
检测到的系统要求
Docker
底层运行要求
Python >=3.11 · Docker
检测到的文件与系统行为
  • 只读
  • 允许写入 / 修改
  • Shell 执行
检测到的网络行为
仅限本地
安装命令数
无(仅作为资料)

档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。

需要注意: 未限定 allowed-tools,默认拥有全部工具权限。

输出预览 sp-coding-agent.preview
# Worked Example: Bug Fix Context Extraction

**User request**: `"Fix the login bug — users can't login after password reset"` | SP-cat | Atom | Why here, not elsewhere | |--------|------|------------------------| | **S** | `Auto-detect from .eslintrc` | Style from project config | | **M-Domain** | `Senior Backend Developer` | Tech stack expertise | | **M-Task** | `Novice — unfamiliar with this legacy auth system` | Task-specific gap | | **A** | `Login succeeds with new password; old session invalidated; unit tests pass` | Success criteria → **not** T | | **R-Tools** | `Redis CLI access, Sentry error traces` | Concrete toolbox | | **R-Net

讨论

基于 GitHub Discussions。登录 GitHub 即可参与讨论、点赞、订阅更新。