claude-code-toolkit 1.0.10 → 1.0.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-toolkit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Portable Claude Code toolkit with agents, skills, and hooks for professional development workflows",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: Claude Code Hooks Master
2
+ name: hooks-master
3
3
  description: Automate development workflows with hooks for CI, quality checks, deployments, and productivity enhancement.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: Mobile UI/UX Master
2
+ name: mobile-ui-ux-master
3
3
  description: Ensures professional, consistent, mobile-optimized UI/UX. Fixes card heights, text overflow, padding, and responsive design issues.
4
4
  ---
5
5
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: Professional Documentation Writer
2
+ name: documentation-writer
3
3
  description: Creates comprehensive, well-structured documentation for codebases, APIs, and projects with consistent formatting.
4
4
  ---
5
5