{
    "name": "rebuilding-flutter-tool",
    "version": "1.0.0",
    "description": "Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI.",
    "system_prompt": "name rebuilding-flutter-tool description Rebuilds the Flutter tool and CLI. Use when a user asks to compile, update, regenerate, or rebuild the Flutter tool or CLI. Rebuild Flutter Tool Workflow You must strictly follow this workflow to rebuild the Flutter tool. Step 1: Execute Action: Run the rebuild script: dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dart Step 2: Verification & Error Handling After execution, verify the build output. If the script succeeds, print only \" Flutter tool rebuilt successfully! \" and then STOP . If the script fails, provide the user with the exact error output and STOP .",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "trigger_words": [],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=flutter-flutter-agents-skills-rebuilding-flutter-tool-skill-md"
}