A simple calculator skill demonstrating SKILL.md format
example-calculator follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: example-calculator description: "A simple calculator skill demonstrating SKILL.md format" version: "1.0.0" author: "Claude Agent SDK Team" tags: - example - calculator - math dependencies: [] --- # Example Calculator Skill This is an example skill that demonstrates the SKILL.md file format with YAML frontmatter. ## Capabilities This skill can: - Add numbers - Subtract numbers - Multiply numbers - Divide numbers ## Usage Simply ask for a calculation like "What is 2 + 2?" ## Notes This is a demonstration skill showing the complete SKILL.md format with: - YAML frontmatter metadata - Markdown content - Optional resources in the same directory