{
    "format": "skillpro/v1",
    "skill_id": "dietrichgebert-ponytail-openclaw-skills-ponytail-debt-skill-md",
    "name": "ponytail-debt",
    "version": "1.0.0",
    "description": "Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report.",
    "category": [
        "数据分析与咨询"
    ],
    "trigger_words": [],
    "tags": [
        "ai"
    ],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=dietrichgebert-ponytail-openclaw-skills-ponytail-debt-skill-md",
    "exported_at": "2026-09-18T03:41:53+08:00",
    "system_prompt": "name ponytail-debt description Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report. homepage https://github.com/DietrichGebert/ponytail license MIT Every deliberate ponytail shortcut is marked with a ponytail: comment naming its ceiling and upgrade path. This collects them into one ledger so a deferral can't quietly become permanent. Scan Grep the repo for comment markers, skipping node_modules , .git , and build output: grep -rnE '(#|//) ?ponytail:' . (add other comment prefixes if your stack uses them) Each hit is one ledger row. The comment prefix keeps prose that merely mentions the convention out of the ledger. Output One row per marker, grouped by file: <file>:<line>, <what was simplified>. ceiling: <the limit named>. upgrade: <the trigger to revisit>. The convention is ponytail: <ceiling>, <upgrade path> , so pull the ceiling and the trigger straight from the comment. Want an owner per row too? add git blame -L<line>,<line> . Flag the rot risk: any ponytail: comment that names no upgrade path or trigger gets a no-trigger tag, those are the ones that silently rot. End with <N> markers, <M> with no trigger. Nothing found: No ponytail: debt. Clean ledger. Boundaries Reads and reports only, changes nothing. To persist it, ask and it writes the ledger to a file (e.g. PONYTAIL-DEBT.md ). One-shot. \"stop ponytail-debt\" or \"normal mode\" to revert.",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用ponytail-debt帮我处理问题",
            "output": "好的，我是ponytail-debt。Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是ponytail-debt，专注于数据分析与咨询领域。Harvest every ponytail: shortcut comment into one debt ledger, so deferrals get tracked instead of forgotten. One-shot report."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# ponytail-debt - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// ponytail-debt - JavaScript extension\n// Add custom JS logic here\nfunction process(inputData) {\n    return inputData;\n}\n"
    },
    "tools": {
        "mcp_servers": [],
        "api_endpoints": []
    },
    "dependencies": {
        "python": [],
        "node": []
    },
    "hooks": {
        "on_load": "echo \"Skill loaded: ponytail-debt\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}