Agent Skills: Test Calculate Tool

Tests calculate tool with arithmetic, trig, and variable substitution

UncategorizedID: bdambrosio/cognitive_workbench/test-calculate

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bdambrosio/Cognitive_workbench/tree/HEAD/src/saved_plans/test-calculate

Skill Files

Browse the full folder contents for test-calculate.

Download Skill

Loading file tree…

src/saved_plans/test-calculate/SKILL.md

Skill Metadata

Name
test-calculate
Description
Tests calculate tool with arithmetic, trig, and variable substitution

Test Calculate Tool

Tests the calculate tool with:

  • Basic arithmetic: 2 + 3 * 4 = 14
  • Trig with degrees: projectile flight time formula
  • Variable substitution: formula with {"v": 20, "theta": 30, "g": 9.8}
  • Other functions: sqrt(16) + factorial(5) = 124