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.

65

Quality

78%

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

82%Weight 40%Scale 1-5

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 executable, well-chosen examples and clean section structure. The main gap is the absence of explicit validation checkpoints sequencing the three workflows together.

Suggestions

Add an explicit checkpoint after each workflow (e.g., 'Confirm relative variation < 1e-6 before accepting a candidate invariant') to strengthen the validation loop.

Make the dependency between the three numbered workflows explicit (e.g., note that workflow 3 validates candidates from workflow 2).

Trim a few redundant docstrings/comments in the polynomial-fitting example to tighten token efficiency.

DimensionReasoningScore

Conciseness

Mostly efficient code-first body with a one-sentence overview and brief Tips; a few docstrings and inline comments edge toward over-explanation but are largely functional rather than padded.

4 / 5

Actionability

Three complete, copy-paste-ready Python workflows with imports and a concrete Kepler example cover the common discovery and verification cases fully.

5 / 5

Workflow Clarity

Workflows are numbered and build on each other (generate trajectory → discover invariants → test candidates), with a YES/NO conservation check and a cross-validation tip, but explicit validation checkpoints between steps are only implied.

4 / 5

Progressive Disclosure

No bundle files exist; the single-file skill is organized into clear sections (Overview, When to Use, Core Workflows, Method Summary, Tips) with no nested references, though some method detail could theoretically be split out.

4 / 5

Total

17

/

20

Passed

Description

75%Weight 40%Scale 1-5

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 and distinctive with strong domain keywords, but it omits any explicit 'when to use' trigger guidance, which limits its completeness. Adding a 'Use when...' clause would raise the score meaningfully.

Suggestions

Add an explicit trigger clause such as 'Use when you have trajectory data and want to find conserved quantities or verify energy/momentum conservation.'

Include the natural synonym 'integrals of motion' alongside 'conserved quantities' to broaden keyword coverage.

Optionally mention Hamiltonian or dynamical-systems contexts, which users in this domain commonly name.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Discover conserved quantities and symmetries', 'Identifies energy, momentum, angular momentum, and custom invariants' — with named methods (neural networks, symbolic), giving comprehensive coverage.

5 / 5

Completeness

The 'what' is clear and concrete, but there is no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Strong natural domain keywords ('conserved quantities', 'symmetries', 'trajectory data', 'energy', 'momentum', 'invariants') that a physics user would say, but a few natural synonyms like 'integrals of motion' are absent.

4 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (conservation-law discovery from trajectories, Noether's theorem) with distinct triggers and minimal overlap risk with other skills.

5 / 5

Total

17

/

20

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.