coding-standards

Enforce SOLID, naming, and DRY standards across Java/Spring, Angular/TypeScript, and Node projects.

Updated May 2, 2026
One-click install
npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill coding-standards-tacuchi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards
Source: https://github.com/Tacuchi/agent-workflow-cli/tree/main/skills/w/roles/coding-standards
Command: npx skills add https://github.com/Tacuchi/agent-workflow-cli --skill coding-standards-tacuchi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coding standards capability — built-in default for the coding-standards role. It defines cross-stack guidelines to ensure code quality, consistency, and maintainability during implementation, review, and refactor tasks.

Core Features & Use Cases

  • Enforces SOLID principles, naming conventions, small methods, and DRY across Java/Spring, Angular/TypeScript, and Node stacks.
  • Provides security and integration rules for FE-BE workflows, including patch-based edits and safe data handling.
  • Use Case: When a loop implements or reviews code, apply these standards to assess compliance and guide refactoring.

Quick Start

Apply the coding-standards rule to a Java class to verify adherence to SOLID and naming guidelines.

Frequently Asked Questions about coding-standards

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

FAQPage Schema
How do I enforce coding standards across Java, Angular, and Node stacks?

To enforce coding standards across Java, Angular, and Node stacks, apply cross-stack guidelines during development and review. This verifies adherence to SOLID principles, naming conventions, and DRY across multi-stack environments.

What coding standards should I check during a code review?

During a code review, check coding standards like SOLID principles, small methods, DRY, and naming conventions. Also verify FE-BE integration rules including patch-based edits and safe data handling.

Can I configure custom coding standards for my software projects?

Yes, you can configure custom coding standards by modifying the rebindable configuration file. This allows you to adapt cross-stack guidelines and rules to fit your specific software project requirements.

How do I refactor code to follow SOLID principles and DRY?

To refactor code to follow SOLID principles and DRY, apply cross-stack coding standards to assess compliance. This guides refactoring by identifying violations in naming, method size, and integration workflows.

What's the best way to maintain code quality in a multi-stack environment?

The best way to maintain code quality in a multi-stack environment is to apply consistent coding standards across Java/Spring, Angular/TypeScript, and Node. This ensures maintainability during implementation and refactor workflows.

Why does my frontend-backend integration lack consistent data handling rules?

Your frontend-backend integration lacks consistent data handling rules because coding standards are not enforced. Apply cross-stack guidelines specifying FE-BE workflows, patch-based edits, and safe data handling to resolve this.