Patterns Advanced banner
asklokesh asklokesh

Patterns Advanced

Development community

Description

# Advanced Patterns ## Problem Classification with Expert Hints (OptiMind Pattern) **Classify problems before solving. Apply domain-specific expert hints.** ```yaml problem_classification: categories: crud_operations: hints: - "Check for existing similar endpoints before creating new" - "Ensure proper input validation and error handling" - "Follow RESTful conventions for HTTP methods" common_errors: - "Missing input validation" - "Inco

Installation

Installs to ~/.claude/skills/asklokesh-loki-mode-patterns-advanced/SKILL.md

Terminal
mkdir -p ~/.claude/skills/asklokesh-loki-mode-patterns-advanced && curl -fsSL https://raw.githubusercontent.com/asklokesh/loki-mode/HEAD/skills/patterns-advanced.md -o ~/.claude/skills/asklokesh-loki-mode-patterns-advanced/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository