CtrlK
BlogDocsLog inGet started
Tessl Logo

conservation-law-discovery

Discover conserved quantities and symmetries from trajectory data. Identifies energy, momentum, angular momentum, and custom invariants using neural networks and symbolic methods. Inspired by Noether's theorem.

62

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./backend/cli/skills/physics/conservation-law-discovery/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with complete, executable code and a concrete worked example, but it is monolithic and lacks explicit validation feedback loops, capping workflow clarity and progressive disclosure at 2.

Suggestions

Add an explicit validate→fix→retry loop (e.g., after discovery, run test_conservation and iterate on max_degree/thresholds until relative variation passes) to raise workflow clarity.

Split the longer method implementations (polynomial null-space discovery, method comparison table) into references/ files and link to them from SKILL.md to improve progressive disclosure.

Trim debug print statements and redundant inline comments to tighten conciseness while keeping the executable core.

DimensionReasoningScore

Conciseness

Prose is lean and avoids re-explaining basic concepts, but the code carries verbose debug print statements and lengthy docstrings/comments that could be tightened, matching 'mostly efficient but could be tightened'.

2 / 3

Actionability

Provides fully executable Python (solve_ivp, numpy SVD, finite-difference tests) with a concrete Kepler example that is copy-paste ready, matching the anchor for fully executable code.

3 / 3

Workflow Clarity

Three numbered workflows are presented as parallel techniques with some built-in checks (test_conservation YES/NO, cross-validate tip), but there is no explicit validate→fix→retry feedback loop or sequenced checkpoint tying them into one pipeline.

2 / 3

Progressive Disclosure

Well-organized into sections (Overview, When to Use, Core Workflows, Method Summary, Tips) but monolithic: all ~200 lines and heavy code live inline with no references to separate files, and no bundle files exist to offload detail.

2 / 3

Total

9

/

12

Passed

Description

82%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, distinctive, and rich in natural domain trigger terms, but it omits an explicit 'Use when...' clause, so it answers 'what' strongly while leaving 'when' only implied.

Suggestions

Add an explicit 'Use when...' clause naming trigger situations, e.g. 'Use when analyzing trajectory data to find conserved quantities, verify energy/momentum conservation, or discover hidden symmetries.'

Drop or de-emphasize 'Inspired by Noether's theorem' — it is background flavor rather than a capability or trigger.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Discover conserved quantities and symmetries', 'Identifies energy, momentum, angular momentum, and custom invariants') against a named domain (trajectory data), matching the anchor for multiple specific concrete actions.

3 / 3

Completeness

Clearly answers 'what' but provides no 'Use when...' clause or equivalent explicit trigger guidance, so per the judging guidelines completeness is capped at 2.

2 / 3

Trigger Term Quality

Includes natural physics terms a target user would say ('conserved quantities', 'energy', 'momentum', 'angular momentum', 'symmetries', 'invariants', 'trajectory data'), giving good coverage rather than pure jargon.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (conservation-law discovery from trajectory data via neural/symbolic methods) with distinct triggers unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
synthetic-sciences/openscience
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.