{
    "format": "skillpro/v1",
    "skill_id": "builderio-skills-skills-quick-recap-skill-md",
    "name": "quick-recap",
    "version": "1.0.0",
    "description": "Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions.",
    "category": [
        "职场效率"
    ],
    "trigger_words": [],
    "tags": [
        "agent"
    ],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=builderio-skills-skills-quick-recap-skill-md",
    "exported_at": "2026-09-17T18:11:02+08:00",
    "system_prompt": "name quick-recap description Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions. Quick Recap Make completion state obvious at the end of every response. Status Block Every response that completes a unit of work must end with: 🟢 Actual concise status sentence Rules: Keep the status line under 100 characters. Use 🟢 when the requested work is finished. Use 🟡 when non-routine follow-up remains; name the pending item. Use 🔴 only when blocked on user input. Put the status line at the very end of the response. Do not add --- , spacer lines, or any content after the status line. Installer Behavior This convention is only automatic when it is present in project or user instructions. When installing this skill, prefer adding the managed AGENTS.md / CLAUDE.md block unless the user opts out. If you are following the convention manually, choose the status from the user's perspective: finished, pending a specific non-routine step, or blocked. Examples Finished work: 🟢 Updated quick recap docs with output examples Non-routine follow-up remains: 🟡 Code updated, set PROVIDER _WEBHOOK_ SECRET before testing webhooks Blocked on user input: 🔴 Need the production API key to continue",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用quick-recap帮我处理问题",
            "output": "好的，我是quick-recap。Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是quick-recap，专注于职场效率领域。Use when adding or following the red/yellow/green final status block convention for agent responses, especially by installing managed AGENTS.md or CLAUDE.md instructions."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    },
    "scripts": {
        "python": "# quick-recap - Python extension\n# Add custom Python logic here\ndef process(input_data):\n    return input_data\n",
        "javascript": "// quick-recap - 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: quick-recap\"",
        "on_call": "",
        "on_error": "echo \"Skill error: please check logs\""
    }
}