File Placement
/install file-placement
File Placement Rules
🚨 ZERO TOLERANCE FILE PLACEMENT 🚨
STRICT RULES
- ❌ FORBIDDEN: Creating .md files in
/Users/tobymorning/Desktop/core/(except README.md, CLAUDE.md) - ❌ FORBIDDEN: Creating .md files in
/Users/tobymorning/Desktop/core/src/backend/(except README.md) - ❌ FORBIDDEN: Creating .md files in
/Users/tobymorning/Desktop/core/AINative-website/(except README.md, CLAUDE.md) - ❌ FORBIDDEN: Creating scripts (.sh) in
/Users/tobymorning/Desktop/core/src/backend/(except start.sh)
REQUIRED LOCATIONS
Backend Documentation → /Users/tobymorning/Desktop/core/docs/
- Issues/Bugs:
docs/issues/ISSUE_*.md,docs/issues/BUG_*.md,docs/issues/ROOT_CAUSE_*.md - Testing/QA:
docs/testing/*_TEST*.md,docs/testing/QA_*.md - Agent Swarm:
docs/agent-swarm/AGENT_SWARM_*.md,docs/agent-swarm/WORKFLOW_*.md,docs/agent-swarm/STAGE_*.md - API Documentation:
docs/api/API_*.md,docs/api/*_ENDPOINTS*.md - Implementation Reports:
docs/reports/*_IMPLEMENTATION*.md,docs/reports/*_SUMMARY.md - Deployment:
docs/deployment/DEPLOYMENT_*.md,docs/deployment/RAILWAY_*.md - Quick References:
docs/quick-reference/*_QUICK_*.md,docs/quick-reference/*_REFERENCE.md,docs/quick-reference/STEPS_*.md - Backend Features:
docs/backend/RLHF_*.md,docs/backend/MEMORY_*.md,docs/backend/SECURITY_*.md - Development Guides:
docs/development-guides/CODING_*.md,docs/development-guides/*_GUIDE.md,docs/guides/*_INSTRUCTIONS.md - Planning:
docs/planning/PRD_*.md,docs/planning/BACKLOG*.md
Frontend Documentation → /Users/tobymorning/Desktop/core/AINative-website/docs/
- Frontend Features:
AINative-website/docs/features/ - Frontend Testing:
AINative-website/docs/testing/ - Frontend Implementation:
AINative-website/docs/implementation/ - Frontend Issues:
AINative-website/docs/issues/ - Frontend Deployment:
AINative-website/docs/deployment/ - Frontend Reports:
AINative-website/docs/reports/
Scripts → /Users/tobymorning/Desktop/core/scripts/
- ALL test scripts:
scripts/test_*.sh - ALL migration scripts:
scripts/*_migration.sh - ALL monitoring scripts:
scripts/monitor_*.sh - ALL utility scripts:
scripts/*.sh
ENFORCEMENT WORKFLOW
Before creating ANY .md file or .sh script, you MUST:
- ✅ Check if you're creating it in a root directory
- ✅ If yes, STOP and use the appropriate docs/ or scripts/ subfolder
- ✅ Choose the correct category based on filename patterns above
- ✅ Create in the correct location FIRST TIME, not in root then move later
VIOLATION CONSEQUENCES
Creating documentation in root directories causes:
- Project clutter and disorganization
- Wasted time reorganizing files
- Inconsistent documentation structure
- Developer frustration
- Loss of findability for important docs
THIS IS A ZERO-TOLERANCE RULE. ALWAYS use docs/ or scripts/ subfolders.
Reference Files
See references/directory-mapping.md for complete mapping table of filename patterns to required directory locations.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install file-placement - 安装完成后,直接呼叫该 Skill 的名称或使用
/file-placement触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
File Placement 是什么?
Enforces ZERO TOLERANCE file placement rules for documentation and scripts. Use when (1) Creating any .md file, (2) Creating any .sh script, (3) Organizing d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 File Placement?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install file-placement」即可一键安装,无需额外配置。
File Placement 是免费的吗?
是的,File Placement 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
File Placement 支持哪些平台?
File Placement 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 File Placement?
由 Toby Morning(@urbantech)开发并维护,当前版本 v1.0.0。