coding-rules

Enforce coding standards for clean, maintainable code across layers.

48|5|Updated Sep 16, 2025
One-click install
npx skills add https://github.com/shinpr/agentic-code --skill coding-rules-shinpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-rules
Source: https://github.com/shinpr/agentic-code/tree/main/.agents/skills/coding-rules
Command: npx skills add https://github.com/shinpr/agentic-code --skill coding-rules-shinpr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enforces consistent, high-quality coding standards across your projects, reducing technical debt and improving collaboration.

Core Features & Use Cases

  • Code Style Enforcement: Ensures adherence to best practices for naming, formatting, and structure.
  • Refactoring Guidance: Provides clear rules for improving existing code safely and effectively.
  • Error Handling Standards: Mandates robust error detection, logging, and handling strategies.
  • Use Case: When writing a new feature or reviewing a pull request, use this Skill to ensure the code is clean, well-documented, and follows established patterns.

Quick Start

Apply the coding-rules skill to review the current codebase for style violations.

Frequently Asked Questions about coding-rules

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

FAQPage Schema
How do I enforce coding standards and improve code maintainability?

Enforce coding standards for clean, maintainable code by applying consistent rules for naming, formatting, modularity, and error handling across presentation, business, and data layers to reduce technical debt.

What is the best way to refactor existing code safely?

Refactor existing code safely by following aggressive refactoring guidelines that prioritize function design, parameter management, dependency injection, and code organization without breaking established patterns.

How do I implement robust error handling across different application layers?

Implement robust error handling across application layers by mandating comprehensive error detection, logging, and handling strategies tailored for presentation, business, and data layers.

Can I use this to review a pull request for style violations?

Yes, you can review a pull request for style violations by applying these coding rules to ensure submitted code is clean, well-documented, and adheres to established structural patterns.

Does this coding rules skill support specific programming frameworks?

This skill focuses on universal coding standards, function design, and modularity rather than specific frameworks, making it applicable across various software engineering projects without hard dependencies.