mims-harvard / devtu-create-tool
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/devtu-create-tool && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3409" && unzip -o skill.zip -d .claude/skills/devtu-create-tool && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/devtu-create-tool/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Create new scientific tools for ToolUniverse framework with proper structure, validation, and testing. Use when users need to add tools to ToolUniverse, implement new API integrations, create tool wrappers for scientific databases/services, expand ToolUniverse capabilities, or follow ToolUniverse contribution guidelines. Supports creating tool classes, JSON configurations, validation, error handling, and test examples.