shellicar-oss-conventions

Enforce Git and PR conventions for Shellicar npm packages.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/shellicar/claude-config --skill shellicar-oss-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shellicar-oss-conventions
Source: https://github.com/shellicar/claude-config/tree/main/skills/shellicar-oss-conventions
Command: npx skills add https://github.com/shellicar/claude-config --skill shellicar-oss-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prescribes consistent Git and PR conventions for Shellicar npm packages, reducing miscommunication and repository drift.

Core Features & Use Cases

  • Branch naming guidelines to reflect feature work and fixes
  • Clear commit message standards and a structured PR workflow
  • PR description formatting, issue linking, and co-authorship practices

Quick Start

Follow these guidelines to apply Shellicar OSS conventions: set up a milestone, create a PR with a descriptive title and body, and ensure commit messages follow the standard pattern.

Frequently Asked Questions about shellicar-oss-conventions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are standard git commit message conventions for npm packages?

Standard git commit message conventions for npm packages enforce a structured pattern for commits, reducing repository drift and miscommunication across GitHub repositories. They ensure clear PR workflows, issue linking, and co-authorship attribution.

How do I format branch naming for feature work and fixes?

To format branch naming for feature work and fixes, apply standardized guidelines that reflect the specific work type. This ensures branches align with milestones and PR workflows across the repository's development cycle.

What should be included in a PR description for GitHub repositories?

A PR description for GitHub repositories should include a descriptive title, a structured body, issue linking, milestone linking, and co-authorship practices. This standardizes the PR workflow and ensures proper author attribution.

Do I need YAML frontmatter in SKILL.md for git conventions?

Yes, you need YAML frontmatter in SKILL.md for git conventions to ensure it includes a required name and description. This encodes the standardized metadata and supports optional scripts, references, and assets.

Can I use these PR workflows across multiple GitHub repositories?

Yes, you can use these PR workflows across multiple GitHub repositories. The conventions apply broadly to standardize branch naming, commit messages, and milestone linking, reducing miscommunication and repository drift.

Why use standardized git and PR conventions for npm packages?

Use standardized git and PR conventions for npm packages to reduce miscommunication and repository drift. Consistent branch naming, commit messages, and PR workflows ensure clear author attribution and structured development.