@intentsolutionsio/creator-studio-pack 1.0.0 → 1.0.2

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 CHANGED
@@ -7,6 +7,7 @@ Transform Claude Code into your complete creative studio - from product ideation
7
7
  ## 🎯 The Vision
8
8
 
9
9
  The most powerful creators in 2025 combine:
10
+
10
11
  - **Building** (design, engineering, products)
11
12
  - **Filmmaking** (video, storytelling, distribution)
12
13
 
@@ -30,6 +31,7 @@ AFTER: "My builds generate content automatically as I work"
30
31
  ### 20 Production-Ready Plugins
31
32
 
32
33
  **Category 1: Project Documentation** (5 plugins)
34
+
33
35
  - `build-logger-agent` - Auto-document your entire build process
34
36
  - `screen-recorder-command` - Start/stop recording with commands
35
37
  - `code-explainer-video` - Generate video scripts from your code
@@ -37,6 +39,7 @@ AFTER: "My builds generate content automatically as I work"
37
39
  - `demo-video-generator` - Auto-create product demo videos
38
40
 
39
41
  **Category 2: Video Production** (5 plugins)
42
+
40
43
  - `video-editor-ai` - AI-assisted editing via DaVinci Resolve
41
44
  - `thumbnail-designer` - Generate YouTube-style thumbnails
42
45
  - `script-to-teleprompter` - Teleprompter with auto-scroll
@@ -44,6 +47,7 @@ AFTER: "My builds generate content automatically as I work"
44
47
  - `subtitle-generator-pro` - Animated subtitles (Mr. Beast, Ali Abdaal styles)
45
48
 
46
49
  **Category 3: Content Strategy** (5 plugins)
50
+
47
51
  - `viral-idea-generator` - Generate video ideas from your builds
48
52
  - `title-optimizer` - A/B test titles for CTR
49
53
  - `seo-metadata-generator` - YouTube/blog optimization
@@ -51,6 +55,7 @@ AFTER: "My builds generate content automatically as I work"
51
55
  - `analytics-insights` - Track performance, optimize strategy
52
56
 
53
57
  **Category 4: Workflow Optimization** (5 plugins)
58
+
54
59
  - `batch-recording-scheduler` - Record multiple videos efficiently
55
60
  - `template-library` - Save/load video templates
56
61
  - `content-calendar-ai` - Strategic content planning
@@ -139,10 +144,12 @@ ROI: Pays for itself with 1-2 videos
139
144
  ## 🛠 Technical Requirements
140
145
 
141
146
  ### Required
147
+
142
148
  - Claude Code 1.0.0 or higher
143
149
  - FFmpeg (for video processing)
144
150
 
145
151
  ### Optional Integrations
152
+
146
153
  - DaVinci Resolve (for professional editing)
147
154
  - YouTube API (for automated uploads)
148
155
  - Twitter API (for thread distribution)
@@ -151,17 +158,20 @@ ROI: Pays for itself with 1-2 videos
151
158
  ## 🌟 Key Features
152
159
 
153
160
  ### Automation
161
+
154
162
  - **Document builds automatically** - Zero effort journaling
155
163
  - **Edit videos 80% automatically** - AI removes silence, adds cuts
156
164
  - **Generate content strategy** - AI suggests what to make next
157
165
  - **Distribute with one click** - Publish to 8+ platforms instantly
158
166
 
159
167
  ### Quality
168
+
160
169
  - **Broadcast-quality output** - Professional audio mixing and color grading
161
170
  - **Optimized for virality** - Titles, thumbnails, and metadata tested for CTR
162
171
  - **Multi-platform ready** - Formats optimized for each platform
163
172
 
164
173
  ### Efficiency
174
+
165
175
  - **Batch recording** - Record 7 videos in 3 hours
166
176
  - **Template system** - Reuse successful formats
167
177
  - **Content repurposing** - 1 video → 30+ pieces
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentsolutionsio/creator-studio-pack",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Complete plugin suite for builder-filmmakers: Build products AND create viral videos explaining them. 20 plugins covering documentation, video production, content strategy, and workflow optimization.",
5
5
  "keywords": [
6
6
  "video",
@@ -1,4 +1,3 @@
1
1
  # References
2
2
 
3
3
  Bundled resources for creator-studio-pack skill
4
-
@@ -7,11 +7,13 @@ This document provides practical examples of how to use this skill effectively.
7
7
  ### Example 1: Simple Activation
8
8
 
9
9
  **User Request:**
10
+
10
11
  ```
11
12
  [Describe trigger phrase here]
12
13
  ```
13
14
 
14
15
  **Skill Response:**
16
+
15
17
  1. Analyzes the request
16
18
  2. Performs the required action
17
19
  3. Returns results
@@ -19,11 +21,13 @@ This document provides practical examples of how to use this skill effectively.
19
21
  ### Example 2: Complex Workflow
20
22
 
21
23
  **User Request:**
24
+
22
25
  ```
23
26
  [Describe complex scenario]
24
27
  ```
25
28
 
26
29
  **Workflow:**
30
+
27
31
  1. Step 1: Initial analysis
28
32
  2. Step 2: Data processing
29
33
  3. Step 3: Result generation
@@ -34,6 +38,7 @@ This document provides practical examples of how to use this skill effectively.
34
38
  ### Pattern 1: Chaining Operations
35
39
 
36
40
  Combine this skill with other tools:
41
+
37
42
  ```
38
43
  Step 1: Use this skill for [purpose]
39
44
  Step 2: Chain with [other tool]
@@ -43,6 +48,7 @@ Step 3: Finalize with [action]
43
48
  ### Pattern 2: Error Handling
44
49
 
45
50
  If issues occur:
51
+
46
52
  - Check trigger phrase matches
47
53
  - Verify context is available
48
54
  - Review allowed-tools permissions