development-guidelines

Standardize team development workflows and coding conventions with templates.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/yamato0811/my-agent-skills --skill development-guidelines-yamato0811
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-guidelines
Source: https://github.com/yamato0811/my-agent-skills/tree/main/skills/05_development-guidelines
Command: npx skills add https://github.com/yamato0811/my-agent-skills --skill development-guidelines-yamato0811

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill standardizes development workflows and coding conventions across a team.

Core Features & Use Cases

  • Centralized guidelines document with templates for implementation and process.
  • Guidance on prioritizing existing guidelines (docs/development-guidelines.md) and usage of guides/implementation.md and guides/process.md.
  • Easy update path: publish to docs/development-guidelines.md and reuse templates.

Quick Start

Create or update docs/development-guidelines.md using the templates and guidance from guides/implementation.md and guides/process.md to standardize your team's coding standards and development process.

Frequently Asked Questions about development-guidelines

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

FAQPage Schema
How do I standardize development workflows and coding conventions across a team?

To standardize development workflows and coding conventions, you can create a centralized guidelines document using provided templates for implementation and process. This ensures your team follows unified coding standards during code reviews and releases.

What is the best way to maintain project guidelines documentation for software projects?

The best way to maintain project guidelines documentation is to publish updates directly to docs/development-guidelines.md. You can reuse existing implementation and process templates to keep your coding standards consistent and current.

How does the development guidelines template structure work for team coding standards?

The template structure works by using a root SKILL.md frontmatter containing name and description, with optional directories for scripts, references, and assets. It prioritizes existing guidelines in docs/development-guidelines.md alongside implementation and process guides.

Can I use these templates for code reviews and release processes?

Yes, you can use these templates for code reviews and release processes. The guidelines are specifically designed to be usable during guideline creation, code reviews, and releases to enforce team coding standards and process documentation.

Do I need any specific dependencies to set up team process documentation?

No specific dependencies are required to set up team process documentation. You can easily create or update your docs/development-guidelines.md file by applying the guidance from guides/implementation.md and guides/process.md directly.

When do I need centralized process documentation for my software project?

You need centralized process documentation when your team requires unified coding standards and consistent development workflows. It solves the problem of scattered conventions by providing a single source of truth for implementation and process guidance.