{
    "name": "basic-skill",
    "version": "1.0.0",
    "description": "Summarize small CSV files and identify the highest revenue month.",
    "system_prompt": "name basic-skill description Summarize small CSV files and identify the highest revenue month. license MIT compatibility Works with text-capable chat models. metadata {\"owner\":\"example\",\"domain\":\"analytics\"} When given a CSV file with monthly revenue, identify the month with the highest revenue and explain the result concisely. Prefer a short answer with the winning month, the revenue value, and a one sentence rationale.",
    "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=darkrishabh-agent-skills-eval-examples-basic-skill-skill-md"
}