dev-rules

Apply development rules for coding standards and Git practices at task start.

3|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/jenningsloy318/claude-skill-artifacts --skill dev-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-rules
Source: https://github.com/jenningsloy318/claude-skill-artifacts/tree/main/super-dev-plugin/skills/dev-rules
Command: npx skills add https://github.com/jenningsloy318/claude-skill-artifacts --skill dev-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized set of development rules and philosophies to kick off every software task, ensuring consistent coding standards, Git practices, and quality guidelines from the start.

Core Features & Use Cases

  • Establishes coding standards and project conventions for new features, fixes, and refactors.
  • Enforces Git discipline, checkpointing, and phase-based documentation updates.
  • Serves as a governance reference to guide onboarding and collaboration across development tasks.

Quick Start

Announce at the start of any development task: "I'm applying the dev-rules skill to ensure we follow project standards and best practices." These rules should be referenced throughout the development workflow, especially during code implementation, code review, commit preparation, and refactoring decisions.

Frequently Asked Questions about dev-rules

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

FAQPage Schema
How do I enforce coding standards and Git workflow practices before starting a refactoring task?

To enforce coding standards and Git workflow, apply a standardized set of development rules at the start of your refactoring task. This ensures consistent project conventions, phase-based documentation, and commit discipline are followed throughout the implementation process.

What is phase-based documentation and how does it work during software implementation?

Phase-based documentation updates project guidelines at specific checkpoints during software implementation. It works by requiring developers to align design decisions and commit preparation with established coding standards at each distinct phase of the development workflow.

When do I need to apply development rules for bug fixes and feature implementation?

You need to apply development rules at the outset of any bug fix, feature implementation, or refactoring task. Applying these rules early ensures Git discipline, checkpointing, and project conventions guide your design decisions from the very beginning.

Can I use worktree processes alongside phase-based checkpoint practices for new features?

Yes, you can use worktree processes alongside phase-based checkpoint practices. Active use of the worktree process is required to align with project guidelines, ensuring your new features adhere to established coding standards and Git discipline.

What's the best way to establish project conventions for onboarding and collaboration?

The best way to establish project conventions is to codify best practices upfront using a governance reference. This standardizes development rules, ensuring consistent coding standards and Git practices across all onboarding and collaboration tasks.