{
    "format": "skill/v1",
    "skill_id": "huyquocvq-lang-portfolio-cursor-skills-portfolio-site-skill-md",
    "name": "portfolio-site",
    "version": "1.0.0",
    "description": "Work on the Jenny Tang React+Vite portfolio site: edit content, routes, per-project pages, styles, and mandatory documentation sync. Use when modifying this portfolio repo, adding projects, changing homepage sections, or when the user mentions AGENTS.md, USAGE_GUIDE, or portfolio documentation.",
    "category": [
        "内容创作"
    ],
    "trigger_words": [],
    "tags": [
        "react",
        "agent"
    ],
    "source": "DeepseekModel",
    "source_url": "https://deepseekmodel.com/skill?id=huyquocvq-lang-portfolio-cursor-skills-portfolio-site-skill-md",
    "exported_at": "2026-09-17T04:38:56+08:00",
    "system_prompt": "name portfolio-site description Work on the Jenny Tang React+Vite portfolio site: edit content, routes, per-project pages, styles, and mandatory documentation sync. Use when modifying this portfolio repo, adding projects, changing homepage sections, or when the user mentions AGENTS.md, USAGE_GUIDE, or portfolio documentation. Portfolio site workflow Before coding Read AGENTS.md Read docs/USAGE_GUIDE.md — doc sync table Confirm: web React 18 + Vite , not React Native Mandatory: update docs After any code change, update docs per the mapping table in USAGE_GUIDE.md . Tell the user which doc files you updated. Content source ( docs/CONTENT_SOURCE.md ) Mapping reference only — not imported at runtime On content changes: update CONTENT_SOURCE.md and runtime files ( src/data/* , src/projects/* ) User instructions in chat override CONTENT_SOURCE.md Edit homepage copy Content File Profile, contact src/data/profile.js Hero + impact numbers src/data/stats.js About src/data/about.js Skills src/data/skills.js , src/data/skillIcons.js Project cards src/data/projects.js → Update docs/FEATURE_MAP.md for affected features. Edit one project page (custom design) JSX: src/projects/<Name>Project.jsx CSS: src/styles/projects/<name>.css Wrap with ProjectShell + matching slug prop Do not merge into a shared generic template → Update docs/FEATURE_MAP.md for that project. Add new project src/data/projects.js — { slug, link: '/projects/<slug>', ... } src/projects/NewProject.jsx + src/styles/projects/new-project.css src/App.jsx — <Route path=\"/projects/<slug>\" element={<NewProject />} /> public/images/projects/<slug>.jpg Update docs: FEATURE_MAP.md , ARCHITECTURE_OVERVIEW.md , AI_AGENT_GUIDE.md , FULL_DOCUMENTATION.md , API_FLOW.md , AGENTS.md if routes change Sync invariants projects.js slug === App.jsx path segment === ProjectShell slug prop projects.js link === '/projects/' + slug getAllProjects() order === prev/next pager order Commands npm install && npm run dev Avoid motion.div typos (no framer-motion) href=\"#work\" on project pages → use href=\"/#work\" or <Link to=\"/#work\"> Editing only projects.js for long case study body (content lives in src/projects/*.jsx ) Deep reference docs/AI_AGENT_GUIDE.md docs/ARCHITECTURE_OVERVIEW.md",
    "model_config": {
        "provider": "deepseek",
        "model": "deepseek-chat",
        "temperature": 0.7,
        "max_tokens": 4096,
        "top_p": 0.9
    },
    "examples": [
        {
            "input": "请用portfolio-site帮我处理问题",
            "output": "好的，我是portfolio-site。Work on the Jenny Tang React+Vite portfolio site: edit content, routes, per-project pages, styles, and mandatory documentation sync. Use when modifying this portfolio repo, adding projects, changing homepage sections, or when the user mentions AGENTS.md, USAGE_GUIDE, or portfolio documentation. 我会根据你的需求提供专业帮助。"
        },
        {
            "input": "介绍一下你的能力",
            "output": "我是portfolio-site，专注于内容创作领域。Work on the Jenny Tang React+Vite portfolio site: edit content, routes, per-project pages, styles, and mandatory documentation sync. Use when modifying this portfolio repo, adding projects, changing homepage sections, or when the user mentions AGENTS.md, USAGE_GUIDE, or portfolio documentation."
        }
    ],
    "install_guide": {
        "coze": "在 Coze 平台创建 Bot -> 技能配置 -> 导入此 .skill 文件",
        "dify": "在 Dify 平台创建应用 -> 添加知识库 -> 导入此 .skill 配置",
        "claude": "将 system_prompt 字段内容复制到 Claude 自定义指令中",
        "custom": "将此 .skill 文件加载到你的 AI Agent 框架中，解析 system_prompt 和 model_config 即可使用"
    }
}