Awesome-omni-skill jm-balanced-coding-patterns

jm-balanced-coding-patterns is a set of design patterns and best practices curated by JM to enhance software development efficiency and maintainability, while ensuring code quality and scalability.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/jm-balanced-coding-patterns" ~/.claude/skills/diegosouzapw-awesome-omni-skill-jm-balanced-coding-patterns && rm -rf "$T"
manifest: skills/development/jm-balanced-coding-patterns/SKILL.md
source content

jm-patterns

It's a collection of design patterns and best practices curated by JM to enhance software development efficiency and maintainability. The repository includes implementations of common design patterns, coding standards, and architectural guidelines that can be applied across various programming languages and frameworks.

References & guides