home/categories/llm-ai/ai-dynamo-dynamo-claude-skills-tool-parser-generator-skill-md
llm-aidata-ai

tool-parser-generator

Generate optimized tool call parsers for dynamo from HuggingFace model chat templates. Use this when you need to add support for a new model's tool calling format. Takes a HuggingFace model name, analyzes its chat template, compares with existing parsers, and either maps to existing parser or generates new Rust code with tests for the dynamo tool_calling library.

ai-dynamo
maintainer
ai-dynamo
Updated 2/28/2026
Stars
6532
Forks
1012
quick start

Installation and usage

Generate optimized tool call parsers for dynamo from HuggingFace model chat templates. Use this when you need to add support for a new model's tool calling format. Takes a HuggingFace model name, analyzes its chat template, compares with existing parsers, and either maps to existing parser or generates new Rust code with tests for the dynamo tool_calling library.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use tool-parser-generator