@xonovex/skills 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +43 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# @xonovex/skills
|
|
2
|
+
|
|
3
|
+
Xonovex coding guidelines and workflow skills for Claude Code.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
claude mcp add @xonovex/skills
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Or add to your Claude Code configuration manually.
|
|
12
|
+
|
|
13
|
+
## Features
|
|
14
|
+
|
|
15
|
+
This plugin provides coding guidelines and workflow automation for:
|
|
16
|
+
|
|
17
|
+
- **Languages**: TypeScript, Python, Lua, C99, Shell scripting
|
|
18
|
+
- **Frameworks**: React, Express.js, Hono, Astro, Three.js, Remotion
|
|
19
|
+
- **Infrastructure**: Docker, Kubernetes, Terraform, CMake
|
|
20
|
+
- **Tools**: Git, Vitest, Zod, Motion
|
|
21
|
+
|
|
22
|
+
## Available Skills
|
|
23
|
+
|
|
24
|
+
### Coding Guidelines
|
|
25
|
+
|
|
26
|
+
- `typescript-guidelines` - TypeScript best practices
|
|
27
|
+
- `react-guidelines` - React 19+ patterns
|
|
28
|
+
- `python-guidelines` - Python 3.12+ conventions
|
|
29
|
+
- `docker-guidelines` - Docker/containerization
|
|
30
|
+
- `kubernetes-guidelines` - Kubernetes manifests
|
|
31
|
+
- `terraform-guidelines` - Infrastructure as code
|
|
32
|
+
- `git-guidelines` - Git workflow and commits
|
|
33
|
+
|
|
34
|
+
### Workflow Commands
|
|
35
|
+
|
|
36
|
+
- `/commit` - Create conventional commits
|
|
37
|
+
- `/plan-create` - Create implementation plans
|
|
38
|
+
- `/plan-continue` - Resume work from a plan
|
|
39
|
+
- `/insights-extract` - Extract lessons learned
|
|
40
|
+
|
|
41
|
+
## License
|
|
42
|
+
|
|
43
|
+
MIT
|