Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Generate professional engineering calculation reports from YAML — renders LaTeX formulas, interactive charts, and pass/fail outputs as HTML using the warm-parchment design system
calculation.yaml → generate-calc-report.py → report.html (default) / report.md
# Generate HTML (default)
uv run --no-project python scripts/reporting/generate-calc-report.py <input.yaml>
# Generate Markdown with LaTeX math
uv run --no-project python scripts/reporting/generate-calc-report.py <input.yaml> --format md
# Specify output path
uv run --no-project python scripts/reporting/generate-calc-report.py <input.yaml> --output path/to/report.html
npx skills add vamseeachanta/workspace-hub --skill calculation-reportHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.