{
  "schemaVersion": "1.0",
  "item": {
    "slug": "workspace-project-standard",
    "name": "Workspace Project Standard",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/lnshyo/workspace-project-standard",
    "canonicalUrl": "https://clawhub.ai/lnshyo/workspace-project-standard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/workspace-project-standard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-project-standard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "assets/links-template.md",
      "assets/project-template.md",
      "skill.json",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/workspace-project-standard"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/workspace-project-standard",
    "agentPageUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Workspace Project Standard",
        "body": "Enforce a self-contained project structure with three-layer documentation."
      },
      {
        "title": "Directory Rules",
        "body": "DirectoryContainsNever containsworkspace/<name>/Code, scripts, configNotes, AI recordsworkspace/<name>/tmp/Temp files, experimentsLong-term filesworkspace/projects/<name>/AI records (md only)Code, scriptsworkspace/ rootSystem files onlyProject files\n\nPrinciple: projects are self-contained. All output stays inside workspace/<name>/."
      },
      {
        "title": "Starting a New Project",
        "body": "Run the scaffold script, then fill in the templates:\n\n# Creates full directory structure in one command\nscripts/new-project.ps1 -Name \"<project-name>\"\n\nThen:\n\nFill in projects/<name>/<name>.md using assets/project-template.md\nFill in projects/<name>/LINKS.md using assets/links-template.md\nAdd one row to MEMORY.md project table\nAdd workspace/<name>/ to root whitelist in AGENTS.md"
      },
      {
        "title": "Three-Layer Documentation",
        "body": "Layer 1 — MEMORY.md (one-line summary per project)\n\n| 🚧 | <name> | `projects/<name>/` | <description> |\n\nUpdate when a major capability is added.\n\nLayer 2 — projects/<name>/<name>.md (project master doc)\nRequired sections: ## 当前进展 ## 关键信息 ## 关键文件路径 ## 文档归档 ## 待用户输入 ## 历史记录\n\nLayer 3 — projects/<name>/LINKS.md (links & paths index)\nRequired: all online URLs, local file tree, credentials reference, run parameters, common commands.\n\nSee assets/project-template.md and assets/links-template.md for fill-in templates."
      },
      {
        "title": "Update Triggers",
        "body": "EventUpdateNew service / API connectedLayer 2 关键信息 + Layer 3New file createdLayer 2 关键文件路径 + Layer 3Major feature completeLayer 1 + Layer 2 进展 + 历史记录Path / config changedLayer 2 + Layer 3 in sync"
      },
      {
        "title": "Workspace Root Whitelist",
        "body": "Only these may exist in workspace/ root:\n\nSystem files: AGENTS.md SOUL.md MEMORY.md CREDENTIALS.md HEARTBEAT.md SESSION-STATE.md IDENTITY.md USER.md CODING-PERSONA.md TOOLS.md .env package.json package-lock.json\n\nSystem dirs: memory/ projects/ scripts/ backups/ captures/ config-backups/ tmp/ skills/ node_modules/ .agents/ .clawhub/ .openclaw/ .pi/\n\nAny file not on this list → move to its project's tmp/ immediately."
      }
    ],
    "body": "Workspace Project Standard\n\nEnforce a self-contained project structure with three-layer documentation.\n\nDirectory Rules\nDirectory\tContains\tNever contains\nworkspace/<name>/\tCode, scripts, config\tNotes, AI records\nworkspace/<name>/tmp/\tTemp files, experiments\tLong-term files\nworkspace/projects/<name>/\tAI records (md only)\tCode, scripts\nworkspace/ root\tSystem files only\tProject files\n\nPrinciple: projects are self-contained. All output stays inside workspace/<name>/.\n\nStarting a New Project\n\nRun the scaffold script, then fill in the templates:\n\n# Creates full directory structure in one command\nscripts/new-project.ps1 -Name \"<project-name>\"\n\n\nThen:\n\nFill in projects/<name>/<name>.md using assets/project-template.md\nFill in projects/<name>/LINKS.md using assets/links-template.md\nAdd one row to MEMORY.md project table\nAdd workspace/<name>/ to root whitelist in AGENTS.md\nThree-Layer Documentation\n\nLayer 1 — MEMORY.md (one-line summary per project)\n\n| 🚧 | <name> | `projects/<name>/` | <description> |\n\n\nUpdate when a major capability is added.\n\nLayer 2 — projects/<name>/<name>.md (project master doc) Required sections: ## 当前进展 ## 关键信息 ## 关键文件路径 ## 文档归档 ## 待用户输入 ## 历史记录\n\nLayer 3 — projects/<name>/LINKS.md (links & paths index) Required: all online URLs, local file tree, credentials reference, run parameters, common commands.\n\nSee assets/project-template.md and assets/links-template.md for fill-in templates.\n\nUpdate Triggers\nEvent\tUpdate\nNew service / API connected\tLayer 2 关键信息 + Layer 3\nNew file created\tLayer 2 关键文件路径 + Layer 3\nMajor feature complete\tLayer 1 + Layer 2 进展 + 历史记录\nPath / config changed\tLayer 2 + Layer 3 in sync\nWorkspace Root Whitelist\n\nOnly these may exist in workspace/ root:\n\nSystem files: AGENTS.md SOUL.md MEMORY.md CREDENTIALS.md HEARTBEAT.md SESSION-STATE.md IDENTITY.md USER.md CODING-PERSONA.md TOOLS.md .env package.json package-lock.json\n\nSystem dirs: memory/ projects/ scripts/ backups/ captures/ config-backups/ tmp/ skills/ node_modules/ .agents/ .clawhub/ .openclaw/ .pi/\n\nAny file not on this list → move to its project's tmp/ immediately."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/lnshyo/workspace-project-standard",
    "publisherUrl": "https://clawhub.ai/lnshyo/workspace-project-standard",
    "owner": "lnshyo",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/workspace-project-standard",
    "downloadUrl": "https://openagent3.xyz/downloads/workspace-project-standard",
    "agentUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/workspace-project-standard/agent.md"
  }
}