code-patterns

Enforce LSP-first exploration, subagent delegation, and mandatory code reviews in Claude Code workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/devnogari/devnogari-claude-plugins --skill code-patterns-devnogari
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-patterns
Source: https://github.com/devnogari/devnogari-claude-plugins/tree/main/plugins/code-patterns/skills/code-patterns
Command: npx skills add https://github.com/devnogari/devnogari-claude-plugins --skill code-patterns-devnogari

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces LSP-first exploration, subagent delegation, and mandatory code reviews to improve consistency and quality in code work.

Core Features & Use Cases

  • LSP-First Pattern (MANDATORY): ensure tool-assisted exploration before any code search.
  • Subagent Delegation Pattern (MANDATORY): delegate complex steps to specialized agents to speed up tasks.
  • Mandatory Code Review Pattern: require a reviewer before integrating changes.
  • Use Case: software teams adopting strict workflow patterns to reduce bugs during feature work and refactors.

Quick Start

Load the code-patterns skill in your Claude Code plugin environment and start a code exploration task using LSP commands, ensuring code-review is invoked after changes.

Frequently Asked Questions about code-patterns

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

FAQPage Schema
How do I enforce a consistent code review workflow during refactoring?

The code-patterns skill enforces mandatory code reviews by requiring a reviewer to be triggered before integrating any code changes during refactoring or feature work.

What is LSP-first exploration and how does it improve code search?

LSP-first exploration is a mandatory pattern requiring Language Server Protocol tool-assisted exploration before any code search, improving consistency and accuracy in software projects.

How do I delegate complex coding tasks to specialized subagents?

Apply the mandatory subagent delegation pattern to delegate complex coding steps to specialized agents, speeding up task completion across exploration, planning, and refactoring phases.

Do I need LSP tooling to use the code-patterns workflow?

Yes, LSP tooling is required because the code-patterns workflow mandates LSP-first exploration, a formal subagent delegation pattern, and a code-review trigger to function within a Claude Code environment.

When should I use a strict workflow pattern for software development?

Strict workflow patterns like LSP-first exploration and mandatory code reviews are best used when software teams need to reduce bugs and improve consistency during feature work and refactoring tasks.