{
    "name": "markdown-formatter",
    "version": "1.0.0",
    "description": "Formats and prettifies markdown documents",
    "system_prompt": "name markdown-formatter description Formats and prettifies markdown documents permissions [] Markdown Formatter Purpose Cleans up markdown files: fixes heading levels, normalises list styles, and rewraps long lines. Usage Point the skill at a markdown file and it will reformat it in-place.",
    "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=nvidia-skillspector-tests-fixtures-sdi-sdi2-inappropriate-skill-md"
}