GoalPro: Skill for Claude Code

.agents/skills/goalpro/SKILL.md

goalpro is a skill for Claude Code, Codex from KimYx0207/GoalPro. It costs 137 tokens per session (5,436 once invoked), scanned A, a copy of goalpro, MIT.

A guide for turning vague or complex requests into clear, testable prompts for coding agents, plus a follow-up prompt for reviewing and improving the result. It covers goals, evidence, boundaries, timing, and success checks.

In plain words
What is it for?
Writing execution prompts, planning research or multi-step changes, defining done conditions, repairing weak plans, and setting up repeat review cycles.
Why use it?
It helps prevent agents from drifting, stopping at a false completion, or starting work without clear acceptance criteria.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents); mentions Codex.

This is KimYx0207/GoalPro's own configuration. It tells Claude Code and Codex how to work on GoalPro itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything GoalPro configures →

Reuse

Borrowing it

Nothing to install: this file belongs to KimYx0207/GoalPro. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/KimYx0207/GoalPro/main/.agents/skills/goalpro/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/KimYx0207/GoalPro

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for goalpro

README.md
[![agentmods](https://agentmods.dev/badge/skills/kimyx0207/goalpro/goalpro/github.svg)](https://agentmods.dev/skills/kimyx0207/goalpro/goalpro)
Your own site
<a href="https://agentmods.dev/skills/kimyx0207/goalpro/goalpro"><img src="https://agentmods.dev/badge/skills/kimyx0207/goalpro/goalpro/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for goalpro

Your own site · 80×15
<a href="https://agentmods.dev/skills/kimyx0207/goalpro/goalpro"><img src="https://agentmods.dev/badge/skills/kimyx0207/goalpro/goalpro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,436 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00137 $0.05436
Opus 5 $0.00068 $0.02718
Sonnet 5 $0.00027 $0.01087
Haiku 4.5 $0.00014 $0.00544

Measured 10d ago against content hash 4da6bd5aec35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

goalpro scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to goalpro — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/goalpro/SKILL.md · 255 lines

How it starts

The opening of the file, as written. The whole thing — 255 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Goal Prompt + Loop Prompt

目标:先把真实意图、战略判断、证据标准和成败边界讲清楚,再写成 Codex / Claude Code 能执行、能验收、少跑偏的 Goal Prompt;同时产出一个交付后继续进化用的 Loop Prompt。

GoalPro 的交付物是可复制的提示词,不是任务执行结果。默认输出两段:Goal Prompt 用于启动执行,Loop Prompt 用于执行结果出来后的复盘、差距修复和持续进化。Loop 不是“一次性返工提示词”,而是每轮都产出 Next LOOP packet 的循环控制器;它必须在开头给出 时间参数,让用户填写下一轮什么时候继续。除非用户明确说“按这个 goal 执行 / 开始改 / 写入文件 / 提交 / 创建自动化”,否则输出两段提示词后必须停止。

这不是“让提示词更短”的 Skill。表达经济只在战略完整后处理:删空话,不删判断、边界、证据和验收。

先判任务级别

  • Intake:用户只要更好的 goal / prompt / spec。
  • Strategic:用户要战略、方案、路线、标准、重要决策或高质量研究结论。
  • Execution:用户要给 agent 一份按 goal 开始做的执行提示词。
  • Repair:之前输出跑偏、太粗糙、太复杂、问太多、假完成。
  • Governed:高风险、多文件、发布、外部事实、生产相邻或会影响真实用户的任务。
  • Workflow:用户提到每天、每周、自动、持续、发布、运营、监控、队列、复盘等重复性工作时,先判断哪些 Trigger / Checkpoint / Brief 信息应写进 Goal Prompt / Loop Prompt。

用能诚实验收的最轻模式;但战略性任务必须先过证据门槛。

Prompt-only 闸门

  • Skill mention 不等于执行授权。用户只说 goalpro写 goal优化提示词帮我做个目标 时,只生成可复制的 goal 提示词。
  • 新版默认生成两段提示词:Goal PromptLoop Prompt。Loop 只是交付后可粘贴的继续进化提示词,不授权当前回合执行。
  • Workflow lens 不改变输出形态:默认仍然只输出 Goal PromptLoop Prompt,不新增第三个 Workflow Prompt,不把 GoalPro 变成执行器或自动化平台。
  • Loop Prompt 必须把 时间参数 放在最前面:提示用户自行填写 LOOP 时间,如“手动:贴入上一轮结果后继续”或“每天早上 09:00”。
  • 定时/自动 Loop 只是自动化设置说明,除非用户明确授权创建或修改自动化;写了时间不等于已经创建后台任务。
  • 生成的 goal 必须能指导后续执行者:对象、动作、上下文、范围、非目标、检查点、暂停条件和验收证据都要清楚。
  • 生成的 loop 必须能指导后续执行者复盘上一轮真实结果:看最终报告、diff、验证、截图、用户反馈,定位剩余差距,再决定本轮动作、是否已 Done、是否 Pause、按哪个时间参数继续、以及下一轮 Next LOOP packet
  • 不要因为 goal 里写了 Execution policy、Verification、Checkpoints,就在当前回合继续执行这些内容。
  • 不要因为 loop 里写了 Review evidence、Cycle action、Verification delta,就在当前回合开始复盘或修复。
  • 只有用户额外明确授权执行、保存、修改文件、提交或发布时,才进入独立的执行任务;那已经不是 GoalPro 的默认输出模式。

意图对齐质量门

输出任何 Goal Prompt + Loop Prompt 前,先做一次短自检:

  • 对齐链路:表面请求 -> 真实意图 -> 战略结果 -> 可执行动作 -> 验收证据;链路断开的字段必须重写。
  • Intent 不能只复述用户原话;必须说明用户真正要改变的局面、当前不满和最大误伤点。
  • Strategic outcomeDecision standard 必须解释为什么这个 goal 符合用户意图,而不是只描述交付物。
  • 如果换掉项目名、文件名或用户场景后仍然成立,就太泛;补对象、边界、先读材料、检查点或暂停条件。
  • Loop Prompt 必须绑定上一轮交付物和验证证据,不能写成一个不看结果的新 goal;它必须先给可填写的时间参数,再包含可继承的 loop state 和下一轮 LOOP 生成规则。
  • 如果不同解释会改变路线、风险、权限、范围或验收,先问一个阻塞问题,并给出推荐答案;能通过读取上下文解决的问题,不要丢给用户。

Read the full file on GitHub · 255 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 255 lines · 137 tokens per session scan A 4da6bd5aec35

Subscribe to this mod's changes

goalpro is a skill published in the GitHub repository KimYx0207/GoalPro (56 stars, last pushed 28d ago), licensed MIT. It adds 137 tokens to every session and 5,436 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to goalpro, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

gc-muted-zine-poster-v0-1

Generate Muted Zine Poster v0.1 poetic paper-poster prompts and the matching generated image. Use when the user gives a theme, sentence, object, mood, article idea, photo, or content brief and wants a quiet Japanese/Korean zine-like editorial poster with large negative space, aged paper texture, experimental…

moonlin1213/muted-zine-poster-v01 · 110 tokens

prompt-refine

Silently restructures the user's natural-language prompt into the format the model CURRENTLY running this skill handles best, then answers. On activation it identifies which model family is executing it (Claude, GPT, Gemini, Llama, DeepSeek, Mistral, Qwen, Grok, Perplexity, Kimi, GLM, Command, Nova, or Phi) and loads…

Apeironics/prompt-refine-skill · 118 tokens

xhs-notes-skill

A writing assistant for 小红书 (Xiaohongshu), a Chinese social platform for image-and-text posts. It describes workflows and individual functions for creating, reviewing, and breaking down posts.

azlll/xhs-notes-skill · 165 tokens

terse

Answer first, one line; evidence only if it changes the reader's next action. Cut preamble, restatement, hedging, and the closing summary. Use whenever the agent is replying to a user in chat — a question, an explanation, a status update, a code review comment. Also use when the user says "terse", "be brief"…

daronthedragon/terse · 135 tokens

google-flow-scripting

Plans, scripts, storyboards, validates, and audits multi-shot Google Flow, Veo, and Gemini Omni Flash video projects. Use for narrative shorts, animation, live action, documentaries, ads, music videos, continuity planning, reference-image planning, prompt writing, or pre-generation QA.

agbelemi/google-flow-scripting-skill · 63 tokens

font-aesthetics

A Chinese-language visual design skill for creating concept posters where typography is the main subject. It turns words and phrases into images through letter shapes, layout, materials, and visual metaphors.

Greatbeing/font-aesthetics · 138 tokens