Global Conventions

Organize project files and directories into predictable, logical patterns.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/wmeints/symbiosis --skill global-conventions-wmeints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Global Conventions
Source: https://github.com/wmeints/symbiosis/tree/main/.claude/skills/global-conventions
Command: npx skills add https://github.com/wmeints/symbiosis --skill global-conventions-wmeints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you overcome disorganized projects, inconsistent practices, and unclear documentation that hinder collaboration and onboarding, by enforcing general development conventions.

Core Features & Use Cases

  • Standardized Project Structure: Organize project files and directories to follow predictable, logical patterns.
  • Clear Documentation: Write comprehensive READMEs, contributor guides, and maintain changelogs.
  • Use Case: Draft a CONTRIBUTING.md file outlining the project's commit message guidelines and pull request process, ensuring new contributors can quickly get started.

Quick Start

Using the Global Conventions skill, suggest a standard directory structure for a new Python project, including folders for src, tests, and docs.