一键导入
projectorganizer
Organize folder structures, cleanup projects, create templates. USE WHEN organize, clean up, structure folder, reorganize, naming convention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Organize folder structures, cleanup projects, create templates. USE WHEN organize, clean up, structure folder, reorganize, naming convention.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see AnalyticsTracking. USE WHEN ab test, split test, experiment setup, A/B test, multivariate.
When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see AbTestSetup. USE WHEN analytics, tracking, GA4, measurement, Google Analytics.
Structure raw ideas into articulate outlines using Dan Koe's frameworks. USE WHEN articulate, structure ideas, outline talk, outline article, think through piece, brainstorm structure, how should I say this, organize my thoughts, structure this post, help me outline.
Balaji Srinivasan slide design system. USE WHEN balaji slides, balaji style, evidence slides, balaji presentation, split layout slides, create balaji deck, artifact-driven slides.
When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' USE WHEN competitor, alternatives page, vs page, comparison.
When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this better,' or 'copy sweep.' USE WHEN edit copy, proofread, copy review, grammar check.
| name | ProjectOrganizer |
| description | Organize folder structures, cleanup projects, create templates. USE WHEN organize, clean up, structure folder, reorganize, naming convention. |
Audit, clean, and organize project folder structures.
| Trigger | Workflow |
|---|---|
| "organize", "clean up" | Workflows/Audit.md |
| "list", "what do we have" | Workflows/Inventory.md |
| "create template" | Workflows/CreateTemplate.md |
| "archive", "move old" | Workflows/Archive.md |
project-name/
├── README.md # Project overview
├── SPEC.md # Requirements/spec
├── meeting/ # Meeting transcripts & notes
│ └── YYYY-MM-DD-topic.md
├── assets/ # Raw inputs from client
├── output/ # Deliverables
├── _internal/ # Internal notes (not shared)
└── archive/ # Old versions
event-YYYY-MM-DD-name/
├── README.md # Event overview
├── slides/ # Presentation files
├── scripts/ # Speaking scripts
├── data/ # Attendee data, responses
├── assets/ # Images, media
└── follow-up/ # Post-event materials
guild-name/
├── README.md # Overview
├── 1-events/ # Event folders
├── 2-community/ # Community resources
├── 3-vibe-ops/ # Operations
│ ├── projects/ # Active projects
│ └── deals/ # Pipeline tracking
├── 4-agency/ # Client work
│ └── projects/ # Client folders
└── archive/ # Completed/old
clientcode-project-name (e.g., roland001-personal-brand)YYYY-MM-DD-event-name (e.g., 2026-01-16-cc-workshop)lowercase-with-dashesTitleCase.md or lowercase-with-dashes.mdYYYY-MM-DD-description.extfilename-v1.ext, filename-v2.ext_internal/ - Not for sharing_archive/ - Old versions_temp/ - Temporary files (delete later)List all contents with:
Present reorganization plan:
listShow folder contents with context
auditFull structure analysis with recommendations
apply-namingFix naming to match conventions
create-structureCreate standard folder structure
archive-oldMove old content to archive
Request: "organize the my-project folder"
Output:
## Folder Audit: my-project
### Current State
- 4 main directories
- 12 project subfolders
- Mixed naming conventions
- Some orphaned files in root
### Issues Found
1. ❌ `16jan-cc-event` should be `1-events/2026-01-16-cc-workshop`
2. ❌ `vibe-ops` should be `3-vibe-ops`
3. ❌ Loose files in root: `notes.md`, `todo.txt`
4. ❌ Duplicate: `proposal.md` and `proposal-v2.md`
### Proposed Changes
1. Move event folder to events directory
2. Rename vibe-ops with prefix
3. Move loose files to appropriate locations
4. Archive old proposal, keep v2
### Execute?
[y/n]