development-guidelines

Generate development guidelines templates and process documentation for team workflows.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/GenerativeAgents/training-claude-code-example --skill development-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-guidelines
Source: https://github.com/GenerativeAgents/training-claude-code-example/tree/main/.claude/skills/development-guidelines
Command: npx skills add https://github.com/GenerativeAgents/training-claude-code-example --skill development-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It codifies unified coding standards and development processes to improve quality and collaboration.

Core Features & Use Cases

  • Implementation Rules: Comprehensive guidelines for TypeScript/JavaScript, testing, linting, and style.
  • Process Rules: Git workflows, PRs, and review practices.
  • Use Case: When onboarding new developers, quickly align on practices and automation.

Quick Start

Open docs/development-guidelines.md and apply the provided templates and checklists.

Frequently Asked Questions about development-guidelines

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

FAQPage Schema
How do I standardize coding standards across my development team?

Standardizing coding standards involves creating a unified framework with documented conventions for languages, linting rules, and style guides. This Skill generates development guidelines templates covering implementation rules, testing practices, and automated enforcement through linters and type-checkers, ensuring consistent code quality across all team members.

What should a Git workflow and PR process include?

A Git workflow defines branching strategies, commit practices, and pull request review procedures. This Skill creates process rules documenting PR templates, review standards, and CI integration, helping teams collaborate efficiently and maintain code quality through automated checks and consistent review practices.

How do I onboard new developers quickly with shared practices?

Quick onboarding relies on centralized documentation of team practices and automated tooling. This Skill generates docs/development-guidelines.md and process guides that new developers reference immediately, aligned with linting, testing, and CI configurations already enforced in the repository.

Can I automate enforcement of coding standards in my repository?

Yes. Automated enforcement integrates linting, type-checking, tests, and CI pipelines configured through templates. This Skill produces implementation guides and PR templates that embed these practices, ensuring standards are checked automatically rather than through manual review alone.

What output artifacts does a development guidelines framework produce?

A development guidelines framework generates docs/development-guidelines.md for conventions, guides/implementation.md for technical rules, guides/process.md for Git and PR workflows, and template.md for reusable checklists. These artifacts form the single source of truth for team practices.