agentskills.codes
CO

Conventional Commits and branch naming conventions for Occultus Space.

Install

mkdir -p .claude/skills/commits && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16621" && unzip -o skill.zip -d .claude/skills/commits && rm skill.zip

Installs to .claude/skills/commits

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Conventional Commits and branch naming conventions for Occultus Space.
70 charsno explicit “when” trigger

About this skill

Git Conventions — Occultus Space

Commit Messages

Format: <type>(<scope>): <description>

Types

TypeDescription
featNew feature
fixBug fix
refactorCode refactoring (no feature change)
choreBuild, deps, CI, tooling
docsDocumentation only
styleFormatting (no code logic change)
testTests only
perfPerformance improvement

Scopes

ScopeArea
authAuthentication / registration
chatChat screen, messages, timeline
roomsRoom list, room management
matrixmatrix-js-sdk integration
uiUI components, Tamagui
navNavigation
storeZustand stores
i18nLocalization
pushPush notifications
e2eeEncryption
mediaMedia upload/download
settingsSettings screen
depsDependencies

Examples

feat(auth): add email registration with referral field
fix(chat): fix timeline scroll position after pagination
refactor(store): migrate roomsStore to new Zustand API
chore(deps): update matrix-js-sdk to 34.x
docs: update architecture.md with navigation flow

Branch Naming

Format: <type>/<short-description>

feat/auth-registration
feat/chat-timeline
fix/dm-encryption
refactor/store-migration
chore/expo-sdk-upgrade

Pull Request

Title follows commit message format.
Description includes:

  • What changed
  • Why
  • Testing notes
  • Screenshots (if UI)

Search skills

Search the agent skills registry