🎯

file-organization

🎯Skill

from supercent-io/skills-template

VibeIndex|
What it does
|

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

Overview

File Organization is a skill from the supercent-io Agent Skills collection that provides AI agents with structured guidelines for organizing project files and directories. It defines conventions for folder structures, naming patterns, module boundaries, and file grouping strategies to maintain clean, navigable codebases.

Key Features

  • Directory Structure Patterns - Provides standardized folder organization patterns for different project types
  • Naming Conventions - Enforces consistent file and directory naming rules across the project
  • Module Boundary Guidelines - Defines clear rules for separating concerns and grouping related files
  • Scalable Organization - Provides patterns that scale from small projects to large monorepos
  • Part of Utility Suite - Works alongside environment-setup, git-workflow, and skill-standardization skills

Who is this for?

This skill is for developers who want their AI coding agents to maintain consistent file organization standards when creating or restructuring projects. It is especially useful for teams working on large codebases where clear directory conventions are essential for maintainability and onboarding.

πŸ“¦

Same repository

supercent-io/skills-template(102 items)

file-organization

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add supercent-io/skills-template --skill file-organization
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add supercent-io/skills-template --skill file-organization
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/file-organization/SKILL.md

SKILL.md

11,004Installs
11
-
Last UpdatedJan 23, 2026

More from this repository10

🎯
web-accessibility🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
code-review🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
database-schema-design🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
code-refactoring🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
api-design🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
security-best-practices🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
data-analysis🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
responsive-design🎯Skill

Generates responsive web design guidelines and CSS strategies to ensure web interfaces adapt seamlessly across different device screen sizes and resolutions.

🎯
deployment-automation🎯Skill

Automates deployment workflows by configuring and executing standardized deployment processes across different environments and platforms.

🎯
copilot-coding-agent🎯Skill

A GitHub Copilot coding agent integration skill from a modular 65-skill collection for AI agents, featuring 95% token reduction with TOON format by default.