Skip to main content

global-conventions

Follow project-wide development conventions for file organization, version control, documentation, and dependency management. Use this skill when organizing project directories and files, writing README documentation, creating commit messages, working with git branches, managing pull requests, configuring environment variables, handling secrets and API keys, managing project dependencies, setting up feature flags, maintaining changelogs, defining testing requirements, establishing code review processes, or structuring the overall project architecture. Apply this skill when setting up new projects, refactoring project structure, working with version control, managing configuration files, or ensuring the project follows consistent organizational patterns and best practices.

跳到安装

来源信息

仓库
pdovhomilja/dovhomilja-cz
最近来源活动
2025年11月24日 07:59
检测到的 SKILL.md 语言
英语
星标
0
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
Global Conventions
description
Follow project-wide development conventions for file organization, version control, documentation, and dependency management. Use this skill when organizing project directories and files, writing README documentation, creating commit messages, working with git branches, managing pull requests, configuring environment variables, handling secrets and API keys, managing project dependencies, setting up feature flags, maintaining changelogs, defining testing requirements, establishing code review processes, or structuring the overall project architecture. Apply this skill when setting up new projects, refactoring project structure, working with version control, managing configuration files, or ensuring the project follows consistent organizational patterns and best practices.
# Global Conventions ## When to use this skill - When organizing project directories and file structures - When writing or updating README files and documentation - When creating git commit messages - When working with git branches (feature branches, main/master) - When creating or reviewing pull requests and merge requests - When configuring environment variables and .env files - When handling secrets, API keys, and sensitive configuration - When managing project dependencies (package.json, requirements.txt, Gemfile, etc.) - When adding or updating dependencies - When setting up or using feature flags - When maintaining changelogs or release notes - When defining testing requirements for merging code - When establishing or following code review processes - When structuring the overall project architecture - When ensuring consistent patterns across the codebase 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. ## Instructions For details, refer to the information provided in this file: [global conventions](../../../agent-os/standards/global/conventions.md)
在 GitHub 查看