Skip to content

Commit ca649ae

Browse files
authored
Merge pull request #992 from Litun/add-decompose-claude-plugin
Add Decompose Plugin for Claude Code to community docs
2 parents d36078d + f633cc5 commit ca649ae

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/community.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,23 @@ A set of custom detekt rules that help you avoid critical mistakes when working
3737
Link: [github.com/AJIEKCX/decompose-detekt-rules](https://github.com/AJIEKCX/decompose-detekt-rules)
3838

3939
Author: [@AJIEKCX](https://github.com/AJIEKCX)
40+
41+
### Decompose Plugin for Claude Code
42+
43+
A Claude Code plugin that provides production best practices for Decompose.
44+
45+
#### What You Get
46+
47+
- **1 slash command** for scanning and fixing Decompose setup across all platforms
48+
- **3 auto-invoked skills** that activate automatically when Claude detects you're working with Decompose
49+
- **A `CLAUDE.md` template** to paste into any Decompose project for always-on guidance
50+
51+
#### Installation
52+
```
53+
/plugin marketplace add Litun/DecomposeClaudePlugin
54+
/plugin install decompose@Litun-DecomposeClaudePlugin
55+
```
56+
57+
Link: [github.com/Litun/DecomposeClaudePlugin](https://github.com/Litun/DecomposeClaudePlugin)
58+
59+
Author: [@Litun](https://github.com/Litun)

0 commit comments

Comments
 (0)