Claude Code Plugins

Community-maintained marketplace

Feedback

Load common code patterns and abstractions used in this project. Use when implementing features to maintain consistency.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name patterns
description Load common code patterns and abstractions used in this project. Use when implementing features to maintain consistency.
allowed-tools Read, Grep

Code Patterns

This skill provides common patterns used in the project.

When to Use

Load when:

  • Implementing new features
  • Creating new components
  • Following established abstractions
  • Deciding how to structure code

Pattern Files

@memory/knowledge/codebase/patterns.json

Pattern Categories

  • Data access patterns
  • API design patterns
  • Component patterns
  • State management patterns
  • Error handling patterns