Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

STAR-PolyaMath

STAR-PolyaMath 收录了来自 Julius-Woo 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
21
更新
2026-05-18
Forks
6
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

code-issue-resolution
软件开发工程师

Strategies for handling code execution issues during mathematical problem solving. Covers timeout resolution (reduce scale, optimize algorithm, change approach, parallelize), runtime error diagnosis, wrong output debugging, retry escalation, and Python optimization tips. WHEN: code timeout, runtime error, wrong output, code optimization, execution failed, MemoryError, RecursionError, code too slow, brute force timeout, when to abandon code verification.

2026-05-18
construct-counterexamples
软件开发工程师

Active falsification: try to refute a proposed conjecture, lemma, or intermediate claim by finding examples that satisfy its assumptions but violate its claimed conclusion. Used by the Reasoner to stress-test fragile conjectures before promoting them, and by the Verifier (via a sub-agent task) to challenge sharpness/optimality claims before tagging them `[Lemma]` in Verified Results. WHEN: a claim is conjectural rather than fully proved; a sharpness/extremal claim is on the verge of being recorded; a verifier sees an "answer-bearing" step claim with only one-sided evidence.

2026-05-18
exploration-protocol
项目管理专家

Reasoner's protocol for the pre-plan Exploration phase. Defines the goal, deliverable structure, time budget, and assessment categories. The Reasoner produces an `exploration.md` deliverable with five required sections; the orchestrator parses the Assessment section to decide the next phase. WHEN: Reasoner is in `exploration` phase (the very first phase before any plan is created). Used by the Reasoner agent.

2026-05-18
math-solving-strategies
物理学家

Reference catalog of proof methods, problem-solving tactics, and domain techniques for competition math (induction, contradiction, extremal principle, invariants, etc.). WHEN: only load when strategic guidance is needed, such as pre-planning analysis of a new problem, selecting applicable methods, deadlock mediation, calibration failure diagnosis, choosing a fundamentally different approach after repeated failure. DO NOT USE WHEN: reasoning is executing normally, writing proofs, or running code.

2026-05-18
meta-intervention-protocol
管理分析师

Unified intervention protocol for the Meta-Strategist agent. Defines output formats, critical rules, and scenario-specific guidance for diagnosing failures and providing actionable tasks to the Reasoner. WHEN: Meta-Strategist is diagnosing a failure (calibration mismatch, timeout, code error, stuck), mediating a deadlock, advising on code issues, or providing pre-planning analysis. DO NOT USE WHEN: Reasoner or Verifier is executing normally.

2026-05-18
verification-tag-protocol
项目管理专家

Unified verification tag definitions ([verified], [easy-verify], [hard-verify]). Defines tag semantics, Reasoner usage rules, Verifier review checklists, and Orchestrator routing logic. WHEN: writing step reports with verification tags, reviewing tagged claims, routing reports based on tag types, understanding verification tag semantics.

2026-05-18
verifier-review-protocol
项目管理专家

Verifier's review process for a single step report or a challenge response. Defines the Two-gate evaluation (Goal Gate + Logic Gate), required output format, ACCEPT/CHALLENGE/TRACE_BACK verdict criteria, and the Verified Results summary block. WHEN: when reviewing a Reasoner step report, evaluating a Reasoner response in the challenge loop, or producing a verdict. Used by the Verifier agent.

2026-05-18