Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add majiayu000/awesome-goal-prompts --skill make-goalgit clone --depth 1 https://github.com/majiayu000/awesome-goal-promptsWrote 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.
[](https://agentmods.dev/skills/majiayu000/awesome-goal-prompts/make-goal)<a href="https://agentmods.dev/skills/majiayu000/awesome-goal-prompts/make-goal"><img src="https://agentmods.dev/badge/skills/majiayu000/awesome-goal-prompts/make-goal/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.
<a href="https://agentmods.dev/skills/majiayu000/awesome-goal-prompts/make-goal"><img src="https://agentmods.dev/badge/skills/majiayu000/awesome-goal-prompts/make-goal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high Memory Poisoning · line 40 Skill manipulates agent memory, state, or stored context. Memory corruption can alter personality, override safety rules, or cause unpredictable behavior.Fix: Protect agent memory and state from modification by untrusted content. Use read-only memory for critical instructions and validate all state changes.
- high System Prompt Leakage · line 164 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00141 | $0.02730 |
| Opus 5 | $0.00071 | $0.01365 |
| Sonnet 5 | $0.00028 | $0.00546 |
| Haiku 4.5 | $0.00014 | $0.00273 |
Grade A, and why
make-goal 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Make Goal
Use this skill to turn engineering intent into a runnable task contract for an agent. The output is a /goal contract, a review of an existing goal, or a catalog-entry draft when explicitly requested. Do not implement the underlying software task unless the user separately asks for execution.
A good goal is not a wish. It is a contract with one measurable objective, real context to inspect, hard constraints, auditable completion, fresh verification, and stop rules for uncertainty or risk.
Operating Modes
create: The user gives a task, issue, failure, plan, or vague request and wants a new/goal.tighten: The user gives an existing draft and wants it made safer or more executable.review: The user asks whether a goal is good; lead with defects, missing evidence, and risk.catalog: The user wants to add a goal pattern to an awesome-goal-prompts style catalog; readreferences/catalog-contribution.md.
If the user asks for a goal and also asks you to execute it, first produce the goal contract. Execute only after the user confirms or separately asks for execution.
Read Context First
Before drafting, inspect available context instead of guessing:
- Read the user's latest request and any pasted error, issue, plan, or draft.
- If working in a repository, read the nearest
AGENTS.mdorCLAUDE.md, relevant issue/PLAN/docs/logs, and the files or commands named by the user. - If the task references CI, tests, browser behavior, screenshots, migrations, production, data, auth, or security, include the concrete evidence source in
CONTEXT. - Separate confirmed facts from assumptions. Do not present assumptions as facts.
Ask at most three concise questions only when missing information changes the contract. The highest-value questions are:
- What is the one finish line for this goal?
- What real files, issue, logs, screenshots, failing command, or baseline must be read first?
- What must not change, and what command/report/screenshot proves completion?
What ships with it
25 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.
- evals/evals.json 11 KB
- evals/fixtures/fail/fake_context_generic_done.md 318 B
- evals/fixtures/fail/launch_without_scope_fuse.md 696 B
- evals/fixtures/fail/migration_without_dry_run.md 763 B
- evals/fixtures/fail/missing_output_accountability.md 1.1 KB
- evals/fixtures/fail/read_only_patch.md 568 B
- evals/fixtures/fail/xss_blacklist_only_link.md 555 B
- evals/fixtures/pass/growth_plan_read_only.md 3.3 KB
- evals/fixtures/pass/launch_readiness_scope_fuse.md 1.7 KB
- evals/fixtures/pass/read_only_research.md 1.0 KB
- evals/fixtures/pass/xss_output_encoding.md 1.3 KB
- references/catalog-contribution.md 2.6 KB
- references/contract-shape.md 4.4 KB
- references/pattern-selection.md 2.2 KB
- references/quality-bar.md 3.6 KB
- references/seed-patterns-index.md 4.7 KB
- references/source-backed-index.md 4.2 KB
- scripts/lint_goal_engine.py 3.1 KB runs code
- scripts/lint_goal_model.py 183 B runs code
- scripts/lint_goal_profiles.py 6.3 KB runs code
- scripts/lint_goal_rules.py 9.3 KB runs code
- scripts/lint_goal_terms.py 1.6 KB runs code
- scripts/lint_goal_text.py 5.6 KB runs code
- scripts/lint_goal.py 2.7 KB runs code
- scripts/run_evals.py 5.4 KB runs code
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.
- 12d ago First seen · 199 lines · 141 tokens per session scan A a05301062d91
make-goal is a skill published in the GitHub repository majiayu000/awesome-goal-prompts (51 stars, last pushed 1mo ago), licensed CC0-1.0. It adds 141 tokens to every session and 2,730 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
official-conference-paper-census
Build or audit a reproducible official-conference census, then resolve identity-verified abstracts/full text for metadata-first screening, exact model/configuration evidence, and included/excluded/pending/duplicate dispositions. Use for conference-wide paper collection across ICLR, ASE, FSE, ISSTA, ICSE, ICML, AAAI…
kami-deck
A lab-meeting deck on gut-microbiome links to sleep quality — the design, the results, the caveats, and the next experiment. Built as a decision-grade academic research deck for lab group, PI.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
fs-editorial-forest
Art-directing a fashion house's annual report — the editorial system, the photography rhythm, and the data spreads. Built as a decision-grade design craft deck for brand stakeholders, exec audience.
simple-deck
OpenDesign's operating review: growth, burn, and the concrete path to sustainability without losing the open ethos. Built as a decision-grade corporate strategy deck for leadership team.
motion-frames
A single-frame motion-design composition with looping CSS animations — rotating type ring, animated globe, ticking timer, parallax labels. Renders as a hero video poster you can hand straight to HyperFrames or any keyframe-based exporter. Use when the brief asks for "motion design", "animated hero", "loop", "video…