Claude Code Plugins

Community-maintained marketplace

Feedback

Follow consistent project structure, version control practices, environment configuration, dependency management, and code review processes across the team with clear documentation and feature flags. Use this skill when organizing project files and directory structure, when writing or updating README files with setup instructions, when creating commit messages and pull requests, when configuring environment variables and secrets management, when managing project dependencies (npm, NuGet, pip), when setting up code review processes and guidelines, when defining testing requirements before merging, when implementing feature flags for incomplete features, when maintaining changelogs or release notes, when establishing branching strategies (feature branches, trunk-based development), when documenting architecture decisions, or when setting up CI/CD pipelines.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Global Conventions
description Follow consistent project structure, version control practices, environment configuration, dependency management, and code review processes across the team with clear documentation and feature flags. Use this skill when organizing project files and directory structure, when writing or updating README files with setup instructions, when creating commit messages and pull requests, when configuring environment variables and secrets management, when managing project dependencies (npm, NuGet, pip), when setting up code review processes and guidelines, when defining testing requirements before merging, when implementing feature flags for incomplete features, when maintaining changelogs or release notes, when establishing branching strategies (feature branches, trunk-based development), when documenting architecture decisions, or when setting up CI/CD pipelines.

Global Conventions

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global conventions.

When to use this skill

  • When organizing project files and directory structure
  • When writing or updating README files with setup instructions
  • When creating commit messages following conventional commits
  • When writing pull request descriptions
  • When configuring environment variables and managing secrets
  • When managing project dependencies (package.json, requirements.txt, .csproj)
  • When setting up code review processes and review guidelines
  • When defining testing requirements before merging code
  • When implementing feature flags for incomplete or experimental features
  • When maintaining changelogs or release notes
  • When establishing branching strategies (Git Flow, GitHub Flow, trunk-based)
  • When documenting architecture decisions or technical choices
  • When setting up CI/CD pipelines or deployment workflows
  • When organizing monorepo structures or multi-project solutions

Instructions

For details, refer to the information provided in this file: global conventions