One-click install
npx skills add https://github.com/anukkrit149/anukkrit-skills --skill coding-prefs-anukkrit149
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: coding-prefs
Source: https://github.com/anukkrit149/anukkrit-skills/tree/main/cloud/skills/coding-prefs
Command: npx skills add https://github.com/anukkrit149/anukkrit-skills --skill coding-prefs-anukkrit149

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of an AI repeatedly guessing your preferred coding style, causing inconsistent formatting, tooling choices, and documentation behavior across sessions.

Core Features & Use Cases

  • Memory-backed style guidance: Reads your durable preferences from /memory/coding-prefs.md before making non-trivial style decisions, so recommendations match how you want code written.
  • Automatic preference learning: Appends new entries when you provide durable feedback, gradually improving future outputs without you manually maintaining a style guide.
  • Conflict handling for evolving preferences: Replaces contradictory prior preferences when new guidance supersedes older rules.

Quick Start

Ask the assistant to follow your existing coding preferences while planning or writing a change, and it will read /memory/coding-prefs.md before choosing style, structure, and messaging.

Frequently Asked Questions about coding-prefs

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

FAQPage Schema
How do I keep my coding style preferences consistent across sessions?▼

Coding style preferences are kept consistent by syncing the /memory/coding-prefs.md file with your feedback, so the assistant reads durable rules before making non-trivial style decisions in future sessions.

How does AI memory learn and update my code style preferences?▼

AI memory learns your code style preferences by appending new single-line rules to the /memory/coding-prefs.md file when you provide durable feedback, and it replaces contradictory prior preferences when new guidance supersedes older rules.

Can I use user-scoped memory to enforce test framework and commit message conventions?▼

Yes, user-scoped memory stores durable preferences in /memory/coding-prefs.md that enforce test framework choices, commit message formats, documentation conventions, and when to avoid unnecessary code refactors.

What's the best way to stop my code editor AI from suggesting unnecessary refactors?▼

To stop unnecessary refactors, the assistant reads your /memory/coding-prefs.md file to check your durable coding style preferences before applying structural changes, ensuring recommendations match how you want code written.

Do I need to manually maintain a style guide for the assistant to follow my coding style?▼

No, you do not need to manually maintain a style guide because the assistant automatically appends new entries to /memory/coding-prefs.md when you provide durable feedback, gradually improving future outputs without manual maintenance.