CtrlK
BlogDocsLog inGet started
Tessl Logo

astropy

Astropy is the core Python package for astronomy, providing essential functionality for astronomical research and data analysis.

40

Quality

40%

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 ./plugins/AI-Agents-Safe-Coding-Skills/skills/astropy/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Scale 1-3

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

The skill is well-structured with excellent progressive disclosure and highly actionable code examples. However, it is significantly too verbose — the 'When to Use This Skill', 'Core Capabilities' key operations lists, and 'Best Practices' sections contain substantial content that Claude already knows or that merely restates what the reference files cover. Trimming redundant explanatory content would make this a much more token-efficient skill.

Suggestions

Remove or drastically shorten the 'When to Use This Skill' section — Claude can infer when to use astropy from the Quick Start and Core Capabilities headers alone.

Collapse the 'Core Capabilities' section to just module names with one-line descriptions and reference links, removing the 'Key operations' bullet lists which are redundant with the reference files.

Trim 'Best Practices' to only non-obvious, astropy-specific advice — remove generic programming advice like 'use context managers' and 'prefer arrays over loops'.

DimensionReasoningScore

Conciseness

Extremely verbose. The 'When to Use This Skill' section restates what Claude already knows about astropy. The 'Core Capabilities' section is essentially a table of contents that redundantly lists key operations Claude already understands, then points to reference files. The 'Best Practices' section contains generic advice (use context managers, prefer arrays over loops) that Claude already knows. Much of this content could be cut by 60%+ without losing actionable information.

1 / 3

Actionability

The skill provides fully executable, copy-paste ready code examples throughout — Quick Start, coordinate conversion, FITS file reading, cosmological calculations, and catalog cross-matching are all concrete and complete with proper imports and realistic usage patterns.

3 / 3

Workflow Clarity

The 'Common Workflows' section provides clear multi-step examples, but they are essentially standalone code blocks rather than workflows with validation checkpoints. For instance, the FITS file workflow doesn't include error handling for missing files or invalid data, and the cross-matching workflow doesn't validate that coordinate columns exist before proceeding.

2 / 3

Progressive Disclosure

Excellent progressive disclosure structure. The main file provides a concise overview and quick start, then clearly signals one-level-deep references for each module (references/units.md, references/coordinates.md, etc.). The Reference Files section at the bottom provides a clean navigation index.

3 / 3

Total

9

/

12

Passed

Description

22%Scale 1-3

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

This description reads more like a tagline for the Astropy package than a skill description. It lacks concrete actions, specific trigger terms, and any guidance on when Claude should select this skill. The vagueness of 'essential functionality' and 'data analysis' provides almost no useful information for skill selection among many options.

Suggestions

List specific concrete actions the skill enables, such as 'Handle FITS files, perform coordinate transformations, convert astronomical units, compute cosmological quantities, and manipulate astronomical data tables.'

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user mentions astropy, FITS files, celestial coordinates, WCS, astronomical units, cosmology calculations, or astronomy-related Python code.'

Remove the generic marketing language ('essential functionality') and replace with actionable, specific capability descriptions that distinguish this from general scientific Python skills.

DimensionReasoningScore

Specificity

The description only names the domain ('astronomy') and uses vague language like 'essential functionality' and 'data analysis' without listing any concrete actions such as coordinate transformations, FITS file handling, unit conversions, or table operations.

1 / 3

Completeness

The description weakly addresses 'what' (provides essential functionality for astronomy) but completely lacks any 'when' clause or explicit trigger guidance. There is no 'Use when...' or equivalent, which per the rubric should cap completeness at 2, but the 'what' is also too vague to merit a 2.

1 / 3

Trigger Term Quality

It includes some relevant keywords like 'Astropy', 'Python', 'astronomy', and 'astronomical research', but misses common user-facing terms like 'FITS files', 'celestial coordinates', 'WCS', 'units', 'cosmology', or 'astropy tables' that users would naturally mention.

2 / 3

Distinctiveness Conflict Risk

The mention of 'Astropy' and 'astronomy' provides some distinctiveness from general Python or data analysis skills, but the vague 'data analysis' phrasing could overlap with other scientific computing or data processing skills.

2 / 3

Total

6

/

12

Passed

Validation

81%

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

Validation9 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

frontmatter_unknown_keys

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

Warning

Total

9

/

11

Passed

Repository
administrakt0r/AI-Agents-Safe-Coding-Skills
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.