preferred-coding-style

Apply a user's personal coding style across projects and code reviews.

16|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/figuretu/my-skills --skill preferred-coding-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preferred-coding-style
Source: https://github.com/figuretu/my-skills/tree/main/preferred-coding-style
Command: npx skills add https://github.com/figuretu/my-skills --skill preferred-coding-style

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Your personal coding style is consistently enforced across code changes and reviews, reducing style drift and cognitive load in collaborative work.

Core Features & Use Cases

  • High-priority style enforcement: overlays your preferred conventions on edits and reviews, taking precedence over system defaults.
  • Language-agnostic applicability: works across all languages and project types, including large refactors and new features.
  • Workflow compatibility: integrates into multi-skill workflows where code is generated or modified, guiding style decisions during reviews.
  • Real-world example: when refactoring a module, it ensures naming, comments, and structure align with your style preferences.

Quick Start

Instruct the AI to apply your personal coding style to the upcoming code change or review and enforce it across the project.

Frequently Asked Questions about preferred-coding-style

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

FAQPage Schema
How do I enforce my personal coding style across different programming languages?

You can enforce coding style across languages by applying a language-agnostic style overlay that takes precedence over system defaults during edits and reviews, ensuring consistent conventions regardless of the project type.

Can I apply personal coding conventions during large code refactors?

Yes, you can apply personal coding conventions during large refactors and new feature development to ensure naming, comments, and structural changes consistently align with your preferred style across the project.

Does personal coding style override project guidelines like AGENTS.md or CLAUDE.md?

Personal coding style requires alignment with project guidelines like AGENTS.md or CLAUDE.md, using precedence rules to override default constraints when conflicts arise between your preferences and the baseline configuration.

How do I maintain consistent code review conventions across a team workflow?

To maintain consistent code review conventions, integrate style enforcement into multi-skill workflows to guide style decisions during collaborative reviews, reducing style drift and cognitive load across the team.

What is the best way to stop style drift in collaborative code changes?

The best way to stop style drift is to enforce a high-priority personal style overlay over generated and modified code, ensuring your preferred conventions are consistently applied during large edits and reviews.