用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill repo-structure-allowed-in-docs命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | repo-structure-allowed-in-docs |
| description | Sub-skill of repo-structure: Allowed in docs/ (+1). |
| version | 1.4.0 |
| category | workspace |
| type | reference |
| scripts_exempt | true |
| Content Type | Location |
|---|---|
| Reference docs — explains how a module works | docs/modules/<domain>/ or docs/domains/<domain>/ |
| How-to guides for humans | docs/guides/ |
| API documentation | docs/api/ |
| Data source descriptions | docs/data-sources/ |
| Migration guides | docs/guides/migration-*.md |
| Domain-specific references | docs/<domain>/ (e.g., docs/hse/, docs/petrophysics/) |
| Misplaced File | Correct Location |
|---|---|
AGENT_OS_COMMANDS.md | DELETE (agent_os is archived) |
MANDATORY_SLASH_COMMAND_ECOSYSTEM.md | .Codex/docs/ or DELETE |
AI_AGENT_ORCHESTRATION.md | .Codex/docs/ai-orchestration.md |
AI_USAGE_GUIDELINES.md | .Codex/docs/ if agent-facing, else docs/guides/ |
sub_ai/ directory | .Codex/docs/ |
raw_data/ | data/<domain>/ |
prompt-review/ | .Codex/docs/ or delete |
| WRK deliverable reports | workspace-hub/.Codex/work-queue/done/ |
| Session notes | .Codex/docs/ or delete |
Rule: If a file in docs/ contains slash commands, agent protocols, or provider instructions, it belongs in .Codex/docs/, not docs/.