A collection of Claude Code plugins for enhanced development workflows.
| Plugin | Version | Description |
|---|---|---|
| base | 1.0.19 | Git workflow commands with conventional commits and emoji support |
| task | 1.1.11 | Task planning and execution system with code analysis agents |
| nearville-figma | 1.0.10 | Figma design-to-code implementation for React Native |
Add this marketplace to your Claude Code configuration:
{
"plugins": {
"marketplaces": [
{
"name": "psycoder-tools",
"source": "path/to/claude-plugin"
}
]
}
}/commit- Create well-formatted commits with conventional format and emoji/create-pr- Create pull requests with structured descriptions/review-code- Review code for bugs, security issues, and quality problems
/plan-task- Plan features with codebase analysis and task file generation/execute-task- Execute planned tasks in batches with review checkpoints
/implement-design- Translate Figma designs to React Native code
Psycoder SUP - parksang1993@gmail.com
MIT