jsonlee12138/prompts · Archived

design-patterns-principles

Use when a request asks for software design patterns or design principles, including explanations, comparisons, summaries, or quick reference grounded in local docs.

First seen Mar 4, 2026

Installation

$ npx skills add jsonlee12138/prompts --skill design-patterns-principles

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jsonlee12138/prompts · top by installs.

npx skills add jsonlee12138/prompts

Browse all from jsonlee12138/prompts

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,113 B
  • docs SUMMARY.md 199 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 17 installs

SKILL.md

Design Patterns & Principles

Overview

Provide concise, consistent explanations of patterns and principles using local reference documents.

Quick Workflow

  1. Identify scope: patterns, principles, or both.
  2. Load relevant references: references/design-patterns.md and/or references/design-principles.md.
  3. Respond in Chinese with short sections.
  • For patterns: 定义 / 适用场景 / 优缺点 / 典型实现
  • For principles: 定义 / 适用场景 / 落地要点
  1. If the user asks for depth or concrete examples, ask one clarifying question before expanding.

Common Mistakes

  • Confusing architecture patterns with design patterns. If the request is about system architecture, clarify scope first.
  • Mixing pattern names. Verify the pattern exists in the references before answering.

Resources

  • references/design-patterns.md
  • references/design-principles.md