preferences

Community

Stay aligned with Git/GitHub conventions.

Authorgakonst
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill encapsulates Georgios's default Git/GitHub conventions to keep repos consistent and automation-friendly.

Core Features & Use Cases

  • Conventional commits: standard subject/body; atomic staging.
  • gh-based workflow: use gh for auth, clone, PRs, and API calls.
  • CI gating: path-based filtering to run only affected stacks.

Quick Start

gh auth status; gh repo clone owner/repo ~/github/owner/repo; git add -p; git commit; gh pr checkout <num>.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: preferences
Download link: https://github.com/gakonst/dotfiles/archive/main.zip#preferences

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository