Defines the standard commit message format and branching conventions required for the Occultus Space codebase.

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
Beginner

Key capabilities

  • Format commit messages using Conventional Commits
  • Identify correct commit types (feat, fix, refactor, chore, docs, style, test, perf)
  • Determine appropriate commit scopes (auth, chat, rooms, matrix, ui, nav, store, i18n, push, e2ee, media, settings, deps)
  • Follow branch naming conventions
  • Structure Pull Request titles and descriptions

How it works

This skill provides the required format for commit messages and branch names, along with defined types and scopes, to ensure adherence to Occultus Space's Git conventions.

Inputs & outputs

You give it
code changes or new feature for Occultus Space
You get back
a formatted commit message or branch name adhering to conventions

When to use commits

  • Format a commit message correctly
  • Identify the correct scope for a new feature
  • Follow branch naming conventions
  • Ensure CI/CD compatibility through message types

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)

When not to use it

  • When the project uses different branch naming conventions

Limitations

  • The conventions are specific to Occultus Space.
  • The skill defines a fixed set of commit types and scopes.

How it compares

This skill enforces specific Conventional Commits and branch naming conventions tailored for Occultus Space, unlike general Git practices.

Compared to similar skills

commits side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
commits (this skill)04moNo flagsBeginner
codex-cli-bridge99moReviewIntermediate
github-contributor12moReviewIntermediate
open-source-maintainer17moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

codex-cli-bridge

alirezarezvani

Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools

9180

github-contributor

daymade

Strategic guide for becoming an effective GitHub contributor. Covers opportunity discovery, project selection, high-quality PR creation, and reputation building. Use when looking to contribute to open-source projects, building GitHub presence, or learning contribution best practices.

17

open-source-maintainer

numman-ali

End-to-end GitHub repository maintenance for open-source projects. Use when asked to triage issues, review PRs, analyze contributor activity, generate maintenance reports, or maintain a repository. Triggers include "triage", "maintain", "review PRs", "analyze issues", "repo maintenance", "what needs attention", "open source maintenance", or any request to understand and act on GitHub issues/PRs. Supports human-in-the-loop workflows with persistent memory across sessions.

12

mflux-release

filipstrand

Prepare a release in mflux (version bump, changelog, uv lock) without tagging/publishing.

11

code-changelog

bear2u

AI가 만든 모든 코드 변경사항을 reviews 폴더에 기록하고 간단한 HTML 뷰어로 웹 브라우저에서 실시간 확인할 수 있습니다. 매 수정마다 문서가 생성되고 Python 서버로 즉시 확인 가능합니다.

01

commit-helper

cockroachdb

Help create git commits and PRs with properly formatted messages and release notes following CockroachDB conventions. Use when committing changes or creating pull requests.

10

Search skills

Search the agent skills registry