phase-2-convention

Define coding conventions for naming, structure, environment variables, and architecture.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/hendrax5/ironman --skill phase-2-convention-hendrax5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-2-convention
Source: https://github.com/hendrax5/ironman/tree/main/skills/phase-2-convention
Command: npx skills add https://github.com/hendrax5/ironman --skill phase-2-convention-hendrax5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes and documents consistent coding rules, naming, structure, environment, and architecture conventions to reduce ambiguity and improve collaboration between human developers and AI assistants.

Core Features & Use Cases

  • Naming Rules: Clear guidelines for variables, functions, files, and folders to ensure consistent identifiers across the codebase.
  • Code Style & Patterns: Formatting, indentation, quote usage, semicolons, and reusable pattern examples so generated code matches project expectations.
  • Structure & Architecture: Folder separation, layer responsibilities, import rules, and clean-architecture guidance to prevent coupling and improve maintainability.
  • Environment & Security: Environment variable prefixes, .env file structure, and validation rules to avoid leaking secrets and standardize deployments.
  • PDCA Integration & Verification: Phase-based deliverables, checklists, and verification points to validate conventions during development and code reviews.

Quick Start

Ask the agent to generate CONVENTIONS.md covering naming, code style, folder structure, environment variables, and clean architecture for this project.

Frequently Asked Questions about phase-2-convention

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

FAQPage Schema
How do I define coding conventions for AI-assisted development?

To define coding conventions for AI-assisted development, generate a CONVENTIONS.md file covering naming rules, code style, folder structure, environment variables, and clean architecture guidelines to standardize AI collaboration and code generation workflows.

What is clean architecture and how do I enforce folder structure conventions in my project?

Clean architecture conventions enforce folder separation, define layer responsibilities, and establish import rules to prevent coupling. Documenting these guidelines in a CONVENTIONS.md file ensures consistent structure and improved maintainability across the codebase.

How do I standardize environment variables and .env file structure to avoid leaking secrets?

Standardize environment variables by defining prefixes, structuring the .env file, and applying validation rules. Establishing these environment conventions prevents secret leaks and standardizes deployment configurations across development environments.

Can I integrate PDCA checklists into my coding convention verification process?

Yes, you can integrate PDCA checklists by defining phase-based deliverables and verification points. This validates naming rules, code style, and architecture conventions during development and code reviews to ensure continuous quality improvement.

What are the best naming conventions for variables, functions, and files in a codebase?

The best naming conventions provide clear guidelines for variables, functions, files, and folders to ensure consistent identifiers. Documenting these rules reduces ambiguity and aligns AI-generated code with project expectations.

Does standardizing code style and patterns help with AI code generation?

Standardizing code style and patterns specifies formatting, indentation, quote usage, and reusable examples so that AI-generated code matches project expectations. This reduces manual corrections and ensures consistent codebase output.