·code-patterns
{}

code-patterns

duc01226/easyplatform

Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill).

9Installs·0Trend·@duc01226

Installation

$npx skills add https://github.com/duc01226/easyplatform --skill code-patterns

SKILL.md

Best practices distilled from implementation lessons. These patterns prevent common bugs in file I/O, data persistence, and validation.

Each pattern here was extracted from a real bug or issue. Apply these patterns proactively to prevent the same mistakes.

Always use for: File-based state, shared resources, data persistence, validation layers, concurrent access

Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill). Source: duc01226/easyplatform.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/duc01226/easyplatform --skill code-patterns
Category
{}Data Analysis
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is code-patterns?

Code implementation patterns and best practices learned from real mistakes. Covers file I/O safety (locking, atomic writes), data persistence, and validation. Use for file-based state, shared resources, concurrent access. NOT for auto-learning patterns (see learned-patterns skill). Source: duc01226/easyplatform.

How do I install code-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/duc01226/easyplatform --skill code-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/duc01226/easyplatform