mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Refactor descriptions in markdown-mermaid-writing and timesfm-forecasting skills for clarity and conciseness, removing redundant details while maintaining essential information.
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: markdown-mermaid-writing
|
name: markdown-mermaid-writing
|
||||||
description: >
|
description: Comprehensive markdown and Mermaid diagram writing skill. Use when creating any scientific document, report, analysis, or visualization. Establishes text-based diagrams as the default documentation standard with full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates.
|
||||||
Comprehensive markdown and Mermaid diagram writing skill that establishes text-based
|
|
||||||
diagrams as the DEFAULT documentation standard. Use this skill when creating ANY
|
|
||||||
scientific document, report, analysis, or visualization — it ensures all outputs are
|
|
||||||
in version-controlled, token-efficient markdown with embedded Mermaid diagrams as the
|
|
||||||
source of truth, with clear pathways to downstream Python or AI-generated images.
|
|
||||||
Includes full style guides (markdown + mermaid), 24 diagram type references, and
|
|
||||||
9 document templates ready to use.
|
|
||||||
allowed-tools: Read Write Edit Bash
|
allowed-tools: Read Write Edit Bash
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
@@ -1,14 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: timesfm-forecasting
|
name: timesfm-forecasting
|
||||||
description: >
|
description: Zero-shot time series forecasting with Google's TimesFM foundation model. Use for any univariate time series (sales, sensors, energy, vitals, weather) without training a custom model. Supports CSV/DataFrame/array inputs with point forecasts and prediction intervals. Includes a preflight system checker script to verify RAM/GPU before first use.
|
||||||
Zero-shot time series forecasting with Google's TimesFM foundation model. Use this
|
|
||||||
skill when forecasting ANY univariate time series — sales, sensor readings, stock prices,
|
|
||||||
energy demand, patient vitals, weather, or scientific measurements — without training a
|
|
||||||
custom model. Automatically checks system RAM/GPU before loading the model, supports
|
|
||||||
CSV/DataFrame/array inputs, and returns point forecasts with calibrated prediction
|
|
||||||
intervals. Includes a preflight system checker script that MUST be run before first use
|
|
||||||
to verify the machine can load the model. For classical statistical time series models
|
|
||||||
(ARIMA, SARIMAX, VAR) use statsmodels; for time series classification/clustering use aeon.
|
|
||||||
allowed-tools: Read Write Edit Bash
|
allowed-tools: Read Write Edit Bash
|
||||||
license: Apache-2.0 license
|
license: Apache-2.0 license
|
||||||
metadata:
|
metadata:
|
||||||
|
|||||||
Reference in New Issue
Block a user