KS
Killer-Skills

write-commits — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Code Management Agents needing standardized commit message generation. Interactive 3D visualization of satellites orbiting Earth. Features real-time orbital mechanics simulation, multiple orbit types (SSO, Polar, ISS, LEO), satellite attitude control (roll/pitch/yaw), and adjustable time scale. Built for satellite companies to demonstrate orbital configurations.

guillem-aistech guillem-aistech
[0]
[0]
Updated: 3/4/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add guillem-aistech/satellite-orbit-simulator/write-commits

Agent Capability Analysis

The write-commits MCP Server by guillem-aistech is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion.

Ideal Agent Persona

Perfect for Code Management Agents needing standardized commit message generation.

Core Value

Empowers agents to generate commit messages following repository conventions, utilizing git diff and imperative mood formatting, with support for multiple commit types such as new features, bug fixes, and refactors.

Capabilities Granted for write-commits MCP Server

Automating commit message generation
Standardizing commit history
Improving code review processes

! Prerequisites & Limits

  • Requires git installation
  • Limited to text-based commit messages
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Write Commits

Generate commit messages following repository conventions.

Instructions

Step 1: Analyze Staged Changes

bash
1git diff --cached --stat 2git diff --cached

Identify:

  • Files changed and their paths
  • Nature of changes (new feature, bug fix, refactor, etc.)

Step 2: Write Commit Message

Format:

text
1Subject in imperative mood 2 3- Body bullet in past tense with period (only if subject isn't enough). 4- Another change description.

Rules:

  • Subject: imperative mood, capital start, no period, max 72 chars
  • Body: only include when subject line alone doesn't adequately describe the changes
  • Body bullets: past tense, capital start, period at end
  • No attribution (no "Co-Authored-By" or "Generated with")

Step 3: Output

Provide the commit message ready to use. Only include a body when the subject line alone isn't sufficient to describe the changes.

Examples

Simple change:

text
1Add task details dialog

Change with body (subject alone isn't enough):

text
1Add task details dialog 2 3- Added OrderDetailsDialog with map preview and navigation. 4- Extracted filtering and pagination into reusable hooks.

Bug fix:

text
1Correct button disabled state styling

Refactor with body (subject alone isn't enough):

text
1Simplify locale resolution logic 2 3- Replaced manual locale matching with Intl.LocaleMatcher. 4- Removed fallback chain in favor of single default.

Configuration update with body (multiple changes):

text
1Update workspaces and dependencies 2 3- Added shared/repositories/* to workspaces. 4- Bumped @biomejs/biome to 2.3.8.

Related Skills

Looking for an alternative to write-commits or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication