claude-rock

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

Claude Rock 🚀

This repository contains Claude Skills designed to enhance the capabilities of Claude Code for software engineers.

Skills:

Architecture Design

Skill Description Download
architecture-design Creates comprehensive software architecture documentation ZIP

DevOps

Skill Description Download
helm-scaffold Generates production-ready Helm charts following best practices ZIP

Browser Devtools

Skill Description Download
browser-devtools Browser debugging and automation skill using Playwright ZIP

Quick Start

Claude Code Installation

1. Add the Marketplace to Claude Code

/plugin marketplace add vukhanhtruong/claude-rock

2: Install Plugins

Browse available plugins:

/plugin

Install the plugins you need:

/plugin install architecture-design

To verify installation, ask Claude Code:

Show available skills?

NOTE: Make sure restart Claude Code after installing or enable/disable plugins.

Claude Chat Installation

  1. Download the skill ZIP file the Skills table above.
  2. Go to Settings > Capabilities
  3. Click "Upload Skill"
  4. Select the file you downloaded
  5. Toggle the switch to enable it
  6. The skill is now ready to use

Contributing

🚀 Adding New Skills

Skill Structure:

plugins/your-plugin/skills/
├── SKILL.md           # Skill implementation details
├── README.md          # User-facing documentation
├── assets/            # Templates and resources
├── references/        # Technology-specific info
└── scripts/           # Automation utilities

Naming Conventions:

  • Use kebab-case for directory names
  • SKILL.md should contain implementation details
  • README.md should be user-facing documentation
  • Include proper marketplace.json metadata

📝 Update Process

  1. Create skill directory following structure
  2. Add SKILL.md with comprehensive workflow
  3. Include README.md with usage examples
  4. Update marketplace.json with metadata
  5. Test skill functionality thoroughly

License

MIT License - see the LICENSE file for details.