Agens sympy
skill_id: sympy
git clone https://github.com/Gyoungwe/agens
skills/sympy/skill.yamlskill_id: sympy name: sympy description: Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters. version: 1.0.0 author: K-Dense Inc. license: https://github.com/sympy/sympy/blob/master/LICENSE tags:
- scientific-agent-skills
- sympy tools: [] permissions: network: false filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: sympy upstream_path: scientific-skills/sympy/SKILL.md upstream_frontmatter: name: sympy description: Use this skill when working with symbolic mathematics in Python. This skill should be used for symbolic computation tasks including solving equations algebraically, performing calculus operations (derivatives, integrals, limits), manipulating algebraic expressions, working with matrices symbolically, physics calculations, number theory problems, geometry computations, and generating executable code from mathematical expressions. Apply this skill when the user needs exact symbolic results rather than numerical approximations, or when working with mathematical formulas that contain variables and parameters. license: https://github.com/sympy/sympy/blob/master/LICENSE metadata: skill-author: K-Dense Inc.