development-guidelines

Create development guidelines templates with coding conventions and Git workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill development-guidelines-nishio-n0522
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-guidelines
Source: https://github.com/nishio-n0522/test_updated_sdd/tree/main/.claude/skills/development-guidelines
Command: npx skills add https://github.com/nishio-n0522/test_updated_sdd --skill development-guidelines-nishio-n0522

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured framework and templates for establishing clear development guidelines, ensuring consistency and quality across projects.

Core Features & Use Cases

  • Standardized Development Process: Defines Git workflows, commit message conventions, and pull request procedures.
  • Coding Standards: Offers templates for stack-specific coding rules (naming, formatting, error handling, testing).
  • Use Case: When starting a new project or onboarding a new team member, use this Skill to quickly establish and document the agreed-upon development practices.

Quick Start

Generate a new development guidelines document for a Python stack.

Frequently Asked Questions about development-guidelines

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

FAQPage Schema
How do I create development guidelines for a new project stack?

To create development guidelines, use provided templates to define stack-specific coding conventions including naming, type definitions, error handling, comments, and testing strategies. This standardizes your development process and ensures quality across new projects or team onboarding.

What should be included in coding standards and code review processes?

Coding standards and code review processes should include Git workflow operations, commit message conventions, PR procedures, and stack-specific rules for naming, formatting, error handling, and testing strategies. These elements ensure consistent quality and clear development practices across the team.

Can I use these development guidelines templates for Python and other specific stacks?

Yes, you can use these templates to generate development guidelines for specific stacks like Python. The templates provide customizable coding conventions for naming, formatting, error handling, and testing strategies tailored to your stack.

What is the best way to establish Git workflow conventions and commit message rules for a team?

The best way to establish Git workflow conventions is to use standardized templates that define commit message rules, branch operations, and PR review procedures. This provides a structured framework ensuring all team members follow consistent version control practices.

When do I need to define development guidelines and coding conventions?

You need to define development guidelines when starting a new project or onboarding new team members. Establishing coding conventions and Git workflows early ensures consistency and quality across the codebase.