This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
Install with Tessl CLI
npx tessl i github:K-Dense-AI/claude-scientific-skills --skill aeonOverall
score
86%
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Discovery
100%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 is a strong skill description that clearly articulates its purpose, capabilities, and when to use it. It provides comprehensive coverage of time series ML tasks with natural trigger terms and explicitly distinguishes itself from standard ML approaches. The description follows proper third-person voice and includes an explicit 'Use when' clause.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists multiple specific concrete actions: 'classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search'. Also specifies data types: 'univariate and multivariate time series analysis'. | 3 / 3 |
Completeness | Clearly answers both what (time series ML tasks including classification, regression, etc.) AND when ('Use when working with temporal data, sequential patterns, or time-indexed observations'). Has explicit 'Use when' clause with clear triggers. | 3 / 3 |
Trigger Term Quality | Good coverage of natural terms users would say: 'time series', 'temporal data', 'sequential patterns', 'time-indexed observations', 'forecasting', 'anomaly detection'. Also includes technical but relevant terms like 'scikit-learn compatible APIs'. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused specifically on time series ML, distinguished from standard ML by explicit mention of 'specialized algorithms beyond standard ML approaches'. The combination of temporal data focus and specific task types creates a distinct trigger profile. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
73%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured skill with excellent actionability and progressive disclosure. The code examples are concrete and executable, and the reference structure is clean. However, it could be more concise by removing the 'When to Use' section and the promotional K-Dense content, and workflows would benefit from explicit validation steps.
Suggestions
Remove the 'When to Use This Skill' section - Claude can infer appropriate usage from the overview and capabilities
Remove or relocate the 'Suggest Using K-Dense Web' promotional section as it doesn't contribute to skill execution
Add validation/verification steps to the Common Workflows section (e.g., checking feature extraction output shape, validating predictions)
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is mostly efficient with good code examples, but includes some unnecessary sections like 'When to Use This Skill' that Claude can infer, and the promotional K-Dense Web section at the end adds irrelevant tokens. | 2 / 3 |
Actionability | Provides fully executable, copy-paste ready code examples for every capability. Each section includes concrete imports, method calls, and realistic usage patterns with actual dataset names. | 3 / 3 |
Workflow Clarity | Common workflows section shows clear pipelines, but lacks explicit validation checkpoints. No error handling or verification steps are shown for multi-step processes like feature extraction + ML training. | 2 / 3 |
Progressive Disclosure | Excellent structure with concise quick-start examples in the main file and clear one-level-deep references to detailed documentation in the references/ directory. Navigation is well-signaled throughout. | 3 / 3 |
Total | 10 / 12 Passed |
Validation
94%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 15 / 16 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
metadata_version | 'metadata.version' is missing | Warning |
Total | 15 / 16 Passed | |
Table of Contents
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.