mirror of
https://github.com/duthaho/claudekit.git
synced 2026-08-01 17:27:45 +03:00
Add comprehensive skills and documentation for various technologies
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
# /help - Help Command
|
||||
|
||||
## Purpose
|
||||
|
||||
Display available commands and their usage.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
/help [command name]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Show help for: **$ARGUMENTS**
|
||||
|
||||
## Available Commands
|
||||
|
||||
### Development Workflow
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/feature` | Full feature development workflow |
|
||||
| `/fix` | Debug and fix bugs |
|
||||
| `/review` | Code review |
|
||||
| `/test` | Generate tests |
|
||||
| `/tdd` | Test-driven development |
|
||||
| `/refactor` | Improve code structure |
|
||||
|
||||
### Git & Deployment
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/commit` | Create commit with message |
|
||||
| `/ship` | Commit + PR workflow |
|
||||
| `/pr` | Create pull request |
|
||||
| `/deploy` | Deploy to environment |
|
||||
|
||||
### Documentation
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/doc` | Generate documentation |
|
||||
| `/plan` | Create implementation plan |
|
||||
|
||||
### Security & Quality
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/security-scan` | Scan for vulnerabilities |
|
||||
| `/api-gen` | Generate API code |
|
||||
|
||||
## Getting Help
|
||||
|
||||
For detailed help on a specific command:
|
||||
```
|
||||
/help [command-name]
|
||||
```
|
||||
|
||||
For general Claude Code help:
|
||||
```
|
||||
/help
|
||||
```
|
||||
Reference in New Issue
Block a user