sumulige-claude 1.0.4 → 1.0.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,56 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [1.0.6] - 2026-01-14
9
+
10
+ ### Added
11
+ - Comprehensive Claude official skills integration via `smc-skills` repository
12
+ - 16 production-ready skills for enhanced AI capabilities:
13
+ - **algorithmic-art**: p5.js generative art with seeded randomness
14
+ - **brand-guidelines**: Anthropic brand colors and typography
15
+ - **canvas-design**: Visual art creation for posters and designs
16
+ - **doc-coauthoring**: Structured documentation workflow
17
+ - **docx**: Word document manipulation (tracked changes, comments)
18
+ - **internal-comms**: Company communication templates
19
+ - **manus-kickoff**: Project kickoff templates
20
+ - **mcp-builder**: MCP server construction guide
21
+ - **pdf**: PDF manipulation (forms, merge, split)
22
+ - **pptx**: PowerPoint presentation tools
23
+ - **skill-creator**: Skill creation guide
24
+ - **slack-gif-creator**: Animated GIFs for Slack
25
+ - **template**: Skill template
26
+ - **theme-factory**: 10 pre-set themes for artifacts
27
+ - **web-artifacts-builder**: React/Tailwind artifact builder
28
+ - **webapp-testing**: Playwright browser testing
29
+ - **xlsx**: Spreadsheet operations
30
+
31
+ ### Changed
32
+ - Updated hooks compatibility with latest Claude Code format
33
+ - Improved documentation with PROJECT_STRUCTURE.md and Q&A.md
34
+
35
+ ### Fixed
36
+ - Hook format compatibility issues
37
+
38
+ ## [1.0.5] - 2025-01-13
39
+
40
+ ### Fixed
41
+ - Update hooks to new Claude Code format
42
+
43
+ ## [1.0.4] - 2025-01-12
44
+
45
+ ### Added
46
+ - Comprehensive smc usage guide in README
47
+
48
+ ## [1.0.3] - 2025-01-11
49
+
50
+ ### Fixed
51
+ - Template command now copies all files including commands, skills, templates
52
+
53
+ ## [1.0.2] - 2025-01-11
54
+
55
+ ### Added
56
+ - Initial stable release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumulige-claude",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "The Best Agent Harness for Claude Code",
5
5
  "main": "cli.js",
6
6
  "bin": {