coding-prefs

Synchronize user coding preferences with /memory/coding-prefs.md.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/ladinglogichq/lading-logic-hackathon --skill coding-prefs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-prefs
Source: https://github.com/ladinglogichq/lading-logic-hackathon/tree/main/.agents/skills/coding-prefs
Command: npx skills add https://github.com/ladinglogichq/lading-logic-hackathon --skill coding-prefs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps coding habits consistent by syncing user-specific preferences to a persistent memory store so future interactions reflect a known style.

Core Features & Use Cases

  • Read existing preferences from /memory/coding-prefs.md before making non-trivial style choices.
  • Append new preferences whenever the user provides durable feedback.
  • Maintain a user-scoped history that resolves conflicts by updating entries.

Quick Start

Read the user's coding preferences from /memory/coding-prefs.md and append new, durable feedback entries as they are provided.

Frequently Asked Questions about coding-prefs

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

FAQPage Schema
How do I keep coding preferences consistent across different sessions?

To keep coding preferences consistent across sessions, this skill synchronizes your style decisions to a persistent memory file. It reads existing rules before making style choices and appends new durable feedback to maintain a unified coding history.

How does persistent memory for code style decisions work?

Persistent memory for code style works by reading and writing rules to a local markdown file. Whenever you provide durable feedback during coding or reviews, the skill appends these preferences to resolve conflicts and guide future tasks.

Can I use coding preferences memory for linting and testing configurations?

Yes, you can use coding preferences memory for linting and testing configurations. The skill applies synchronized style rules across coding tasks, code reviews, and interactive sessions where linting, testing, or documentation decisions matter.

What is the best way to maintain a user-scoped history of coding style rules?

The best way to maintain a user-scoped history of coding style rules is using a persistent markdown memory store. This approach resolves conflicts by updating entries and ensures future interactions reflect your known style preferences.

How to append new durable coding feedback without losing previous rules?

To append new durable coding feedback without losing previous rules, the skill reads existing preferences from the memory file and adds new entries. It maintains conflict resolution by updating the user-scoped history as style decisions evolve.