EurekAgent: Skill for Claude Code

.claude/skills/propose-approaches/SKILL.md

propose-approaches is a skill for Claude Code from THU-Team-Eureka/EurekAgent. It costs 39 tokens per session (2,082 once invoked), scanned A, original, AGPL-3.0.

A workflow for suggesting starting hypotheses for an optimization problem. It reads the problem and required submission format, creates varied strategies, and records them for parallel experiments.

In plain words
What is it for?
Use it at the beginning of grader-based optimization work to prepare multiple candidate strategies for testing.
Why use it?
It gives experiments several organized starting points instead of relying on one idea. A manifest makes those approaches easier to run together.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is THU-Team-Eureka/EurekAgent's own configuration. It tells Claude Code how to work on EurekAgent 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 EurekAgent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to THU-Team-Eureka/EurekAgent. 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/THU-Team-Eureka/EurekAgent/main/.claude/skills/propose-approaches/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/THU-Team-Eureka/EurekAgent

Made for: Claude Code.

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 propose-approaches

README.md
[![agentmods](https://agentmods.dev/badge/skills/thu-team-eureka/eurekagent/propose-approaches/github.svg)](https://agentmods.dev/skills/thu-team-eureka/eurekagent/propose-approaches)
Your own site
<a href="https://agentmods.dev/skills/thu-team-eureka/eurekagent/propose-approaches"><img src="https://agentmods.dev/badge/skills/thu-team-eureka/eurekagent/propose-approaches/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 propose-approaches

Your own site · 80×15
<a href="https://agentmods.dev/skills/thu-team-eureka/eurekagent/propose-approaches"><img src="https://agentmods.dev/badge/skills/thu-team-eureka/eurekagent/propose-approaches.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,082 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 unknown No closer match found 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.00039 $0.02082
Opus 5 $0.00019 $0.01041
Sonnet 5 $0.00008 $0.00416
Haiku 4.5 $0.00004 $0.00208

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

Security

Grade A, and why

propose-approaches 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 9d 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.

.claude/skills/propose-approaches/SKILL.md · 210 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 9d ago First seen · 210 lines · 39 tokens per session scan A 302966250385

Subscribe to this mod's changes

propose-approaches is a skill published in the GitHub repository THU-Team-Eureka/EurekAgent (82 stars, last pushed 29d ago), licensed AGPL-3.0. It adds 39 tokens to every session and 2,082 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

replay

Audit a past pruning or approval decision by creating a counterfactual branch from a saved snapshot without mutating the live graph. Use when the user asks what would have happened under another decision, disputes a paused branch, or wants to inspect an earlier checkpoint.

whenpoem/aiscientist · 54 tokens

research-sop

Run an end-to-end, auditable research workflow from question framing through literature, competing hypotheses, experiment selection, implementation, verification, and claim handoff. Use whenever the user asks to investigate, compare, test, validate, or establish an empirical research claim, including when they do not…

whenpoem/aiscientist · 85 tokens

debug-sop

Diagnose errors, failed tests, crashes, hangs, regressions, suspicious outputs, and unexpected experimental results through reproducible hypothesis-driven debugging. Use whenever a script or system behaves incorrectly, even if the user only says it is broken or pastes an error. Respect diagnosis-only requests…

whenpoem/aiscientist · 68 tokens

writeup-sop

Produce or revise research reports, result-bearing Markdown, paper sections, and manuscripts without overstating evidence. Use whenever writing text that reports experimental metrics, statistical conclusions, hypothesis rankings, theorem claims, or research findings. Do not trigger for ordinary README edits…

whenpoem/aiscientist · 67 tokens

preregister

Lock a confirmatory falsification target and its fixed multiple-comparison family before observing the confirmatory result. Use before promoting an exploratory finding to a main claim or whenever several related hypotheses need Bonferroni control. Records metric, threshold, family id/size, correction, and seed budget.

whenpoem/aiscientist · 62 tokens

bt-tournament

Rank competing hypotheses or proof skeletons from the complete comparison ledger using a joint batch MAP Bradley-Terry fit and approximate posterior intervals. Use whenever 3 or more candidates compete for the next experiment, or when the user asks which branch currently leads. Do not present the intervals as…

whenpoem/aiscientist · 63 tokens