# Send Workspace Project Standard to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/workspace-project-standard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-project-standard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "assets/links-template.md",
      "assets/project-template.md",
      "skill.json",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "workspace-project-standard",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T16:30:23.535Z",
      "expiresAt": "2026-05-08T16:30:23.535Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-project-standard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=workspace-project-standard",
        "contentDisposition": "attachment; filename=\"workspace-project-standard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "workspace-project-standard"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Workspace Project Standard

Enforce a self-contained project structure with three-layer documentation.

### Directory Rules

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

Principle: projects are self-contained. All output stays inside workspace/<name>/.

### Starting a New Project

Run the scaffold script, then fill in the templates:

# Creates full directory structure in one command
scripts/new-project.ps1 -Name "<project-name>"

Then:

Fill in projects/<name>/<name>.md using assets/project-template.md
Fill in projects/<name>/LINKS.md using assets/links-template.md
Add one row to MEMORY.md project table
Add workspace/<name>/ to root whitelist in AGENTS.md

### Three-Layer Documentation

Layer 1 — MEMORY.md (one-line summary per project)

| 🚧 | <name> | \`projects/<name>/\` | <description> |

Update when a major capability is added.

Layer 2 — projects/<name>/<name>.md (project master doc)
Required sections: ## 当前进展 ## 关键信息 ## 关键文件路径 ## 文档归档 ## 待用户输入 ## 历史记录

Layer 3 — projects/<name>/LINKS.md (links & paths index)
Required: all online URLs, local file tree, credentials reference, run parameters, common commands.

See assets/project-template.md and assets/links-template.md for fill-in templates.

### Update Triggers

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

### Workspace Root Whitelist

Only these may exist in workspace/ root:

System 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

System dirs: memory/ projects/ scripts/ backups/ captures/ config-backups/ tmp/ skills/ node_modules/ .agents/ .clawhub/ .openclaw/ .pi/

Any file not on this list → move to its project's tmp/ immediately.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: lnshyo
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T16:30:23.535Z
- Expires at: 2026-05-08T16:30:23.535Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/workspace-project-standard)
- [Send to Agent page](https://openagent3.xyz/skills/workspace-project-standard/agent)
- [JSON manifest](https://openagent3.xyz/skills/workspace-project-standard/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/workspace-project-standard/agent.md)
- [Download page](https://openagent3.xyz/downloads/workspace-project-standard)