ck:project-organization

Organize project files into standardized folders with kebab-case naming and markdown templates.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-project-organization-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:project-organization
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/project-organization
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-project-organization-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes uncertainty around where files should live, how they should be named, and how markdown content should be structured in a project.

Core Features & Use Cases

  • Path Planning: Determines the correct location for docs, plans, tests, scripts, assets, and config files.
  • Naming Standardization: Applies consistent kebab-case, timestamped, evergreen, and variant naming patterns.
  • Markdown Structuring: Uses templates and section order rules for plans, reports, journals, guides, and specs.
  • Use Case: A developer can ask it to organize a mixed set of files from a new feature branch into the right project folders with consistent names and document formats.

Quick Start

Ask the skill to organize your listed files or folders into the correct project structure and naming pattern.

Frequently Asked Questions about ck:project-organization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I organize project files and directories into standardized locations?

To organize project files into standardized locations, you need a system that applies predictable path resolution rules for documentation, plans, tests, scripts, and assets across mixed project structures.

What is the best way to standardize naming conventions for markdown templates and project assets?

Standardizing naming conventions involves applying consistent kebab-case patterns alongside timestamped and evergreen document formats to ensure project assets and markdown files remain predictable.

How does kebab-case naming work for timestamped and evergreen documents?

Kebab-case naming for timestamped and evergreen documents works by enforcing lowercase letters with hyphens, applying specific date-stamped or variant patterns to distinguish time-sensitive plans from permanent guides.

Can I use directory structure rules for mixed project structures with docs, tests, and scripts?

Yes, directory structure rules apply to mixed project structures by enforcing safe path resolution to correctly route docs, tests, scripts, and configuration files into their designated project folders.

Does this project organization approach support markdown body templates for plans, reports, and specs?

Yes, this project organization approach supports markdown body templates by enforcing specific section order rules and structured formatting for plans, reports, journals, guides, and specs.

When should I not use automated file path resolution for project organization?

You should avoid automated file path resolution when your project requires custom directory structures that deviate from standardized predictable locations, or when existing naming patterns conflict with strict kebab-case enforcement.