AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

ProjectOrganizer

skill-phuaky-pai-skills-projectorganizer · by phuaky

Organize folder structures, cleanup projects, create templates. USE WHEN organize, clean up, structure folder, reorganize, naming convention.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-phuaky-pai-skills-projectorganizer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-phuaky-pai-skills-projectorganizer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of ProjectOrganizer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ProjectOrganizer

Audit, clean, and organize project folder structures.


Trigger Phrases

  • "organize this folder"
  • "clean up the structure"
  • "help me reorganize"
  • "what do we have here"
  • "list everything"
  • "create a template"
  • "apply naming convention"

Workflow Routing

| 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 |


Standard Folder Structures

Project Folder (Agency/Client Work)

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 Folder

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/Organization Folder

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

Naming Conventions

Folders

  • Projects: clientcode-project-name (e.g., roland001-personal-brand)
  • Events: YYYY-MM-DD-event-name (e.g., 2026-01-16-cc-workshop)
  • General: lowercase-with-dashes

Files

  • Docs: TitleCase.md or lowercase-with-dashes.md
  • Data: YYYY-MM-DD-description.ext
  • Versions: filename-v1.ext, filename-v2.ext

Prefix Conventions

  • _internal/ - Not for sharing
  • _archive/ - Old versions
  • _temp/ - Temporary files (delete later)

Audit Process

Step 1: Inventory

List all contents with:

  • File/folder count
  • Types of content
  • Last modified dates
  • Size (if relevant)

Step 2: Identify Issues

  • [ ] Inconsistent naming
  • [ ] Duplicates
  • [ ] Orphaned files
  • [ ] Missing structure
  • [ ] Old/stale content

Step 3: Propose Changes

Present reorganization plan:

  • What to rename
  • What to move
  • What to archive
  • What to delete
  • New folders to create

Step 4: Execute (with approval)

  • Create new structure
  • Move files
  • Rename as needed
  • Archive old content

Quick Commands

list

Show folder contents with context

audit

Full structure analysis with recommendations

apply-naming

Fix naming to match conventions

create-structure

Create standard folder structure

archive-old

Move old content to archive


Integration

  • MeetingProcessor: Ensure meeting outputs go to correct folders
  • FounderOps: Set up new project folders properly
  • DailyUpdate: Track organization tasks

Example

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]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.