@gonzih/skills-marketing 1.0.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 gonzih
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # @gonzih/skills-marketing
2
+
3
+ Claude Code skill suite for marketing managers, brand strategists, and content creators.
4
+
5
+ ## Skills included
6
+
7
+ | Skill | Command | Description |
8
+ |---|---|---|
9
+ | Content Calendar | `/content-calendar` | Generate a monthly content calendar with themes, post ideas, platform strategies, and hashtag plans |
10
+ | Brand Voice Guide | `/brand-voice-guide` | Build a brand voice document with tone, vocabulary, dos/don'ts, and channel-specific sample copy |
11
+ | Campaign Brief | `/campaign-brief` | Write a full campaign brief with objective, audience, messaging hierarchy, channels, and KPIs |
12
+ | Competitor Teardown | `/competitor-teardown` | Analyze a competitor's positioning, messaging gaps, content themes, and exploitable weaknesses |
13
+
14
+ ## Install
15
+
16
+ ```bash
17
+ npx @gonzih/skills-marketing
18
+ ```
19
+
20
+ Or install globally:
21
+
22
+ ```bash
23
+ npm install -g @gonzih/skills-marketing
24
+ ```
25
+
26
+ Skills are copied to `~/.claude/skills/`. Restart Claude Code after installing.
27
+
28
+ ## Usage
29
+
30
+ ```
31
+ /content-calendar Acme Co June "B2B SaaS buyers" "drive trial signups"
32
+ /brand-voice-guide "Acme Co" SaaS "startup founders" "bold, direct, human"
33
+ /campaign-brief "Acme Pro plan" "generate 500 trials" "$20k" "6 weeks"
34
+ /competitor-teardown Competitor "Acme Co" "website, LinkedIn, ads"
35
+ ```
36
+
37
+ ## License
38
+
39
+ MIT
package/install.js ADDED
@@ -0,0 +1,15 @@
1
+ #!/usr/bin/env node
2
+ import { copyFileSync, mkdirSync, existsSync } from 'fs';
3
+ import { join } from 'path';
4
+ import { homedir } from 'os';
5
+
6
+ const skillsDir = join(homedir(), '.claude', 'skills');
7
+ const skills = ['content-calendar', 'brand-voice-guide', 'campaign-brief', 'competitor-teardown'];
8
+
9
+ for (const skill of skills) {
10
+ const dest = join(skillsDir, skill);
11
+ if (!existsSync(dest)) mkdirSync(dest, { recursive: true });
12
+ copyFileSync(new URL(`./skills/${skill}/SKILL.md`, import.meta.url).pathname, join(dest, 'SKILL.md'));
13
+ console.log(`✓ Installed /${skill}`);
14
+ }
15
+ console.log('\nSkills installed! Restart Claude Code to use them.');
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@gonzih/skills-marketing",
3
+ "version": "1.0.0",
4
+ "description": "Claude Code skill suite for marketing managers, brand strategists, and content creators",
5
+ "type": "module",
6
+ "scripts": {
7
+ "postinstall": "node install.js"
8
+ },
9
+ "files": [
10
+ "skills/",
11
+ "install.js",
12
+ "README.md",
13
+ "LICENSE"
14
+ ],
15
+ "keywords": [
16
+ "claude",
17
+ "claude-code",
18
+ "skills",
19
+ "marketing",
20
+ "content",
21
+ "brand",
22
+ "campaign"
23
+ ],
24
+ "author": "gonzih",
25
+ "license": "MIT",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/gonzih/skills-marketing"
29
+ }
30
+ }
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: brand-voice-guide
3
+ description: Build a comprehensive brand voice document covering tone, vocabulary, dos and don'ts, and sample copy for three channels.
4
+ triggers: ["brand voice", "tone of voice guide", "brand voice guide", "brand guidelines", "how should we sound"]
5
+ ---
6
+
7
+ # Brand Voice Guide
8
+
9
+ ## What this skill does
10
+ Creates a detailed, actionable brand voice document that any writer or marketer can pick up and use immediately. Covers the brand's personality, tone spectrum, vocabulary preferences, hard rules, and channel-specific sample copy — giving teams a consistent foundation for all communications.
11
+
12
+ ## How to invoke
13
+ /brand-voice-guide [brand name] [industry] [target audience] [3 personality adjectives]
14
+
15
+ ## Workflow steps
16
+
17
+ ### Step 1 — Define brand personality
18
+ Extract or establish the brand's core personality using a 3–5 adjective framework (e.g., "bold, approachable, expert"). Map these to a tone spectrum (formal ↔ casual, serious ↔ playful, authoritative ↔ humble) and identify where the brand sits on each axis.
19
+
20
+ ### Step 2 — Build the vocabulary guide
21
+ Create three vocabulary lists: (1) Power words — terms that embody the brand's identity and should be used frequently; (2) Avoid list — words, phrases, or jargon that conflict with the brand's voice or feel off-brand; (3) Competitor language to avoid — phrasing that sounds generic or copies rivals.
22
+
23
+ ### Step 3 — Write dos and don'ts
24
+ Produce 8–10 concrete dos and don'ts with brief explanations and before/after examples. Cover sentence structure, punctuation style, emoji use, humor approach, and how to handle sensitive or complex topics.
25
+
26
+ ### Step 4 — Draft channel-specific sample copy
27
+ Write sample copy for three channels selected from: email subject lines, social media posts, website hero copy, ad headlines, push notifications, customer support scripts, or blog intros. Each sample should demonstrate the voice in action and be directly usable or lightly adapted.
28
+
29
+ ### Step 5 — Compile the voice document
30
+ Assemble all elements into a structured guide: personality overview, tone spectrum, vocabulary lists, dos/don'ts, and channel samples. Add a one-paragraph "voice in a nutshell" summary for onboarding new team members quickly.
31
+
32
+ ## Example outputs
33
+ A 500–800 word brand voice document with a personality summary, tone axes, power words, avoid list, 8 dos/don'ts with examples, and three channel-specific copy samples. Formatted as a reference document ready to share with writers, agencies, or AI tools.
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: campaign-brief
3
+ description: Write a full marketing campaign brief including objective, audience, messaging hierarchy, channels, KPIs, and budget allocation.
4
+ triggers: ["campaign brief", "marketing brief", "write a brief", "campaign plan", "launch campaign"]
5
+ ---
6
+
7
+ # Campaign Brief
8
+
9
+ ## What this skill does
10
+ Produces a professional, agency-quality marketing campaign brief that aligns stakeholders and gives creative and media teams everything they need to execute. Covers strategic context, audience definition, messaging hierarchy, channel mix, success metrics, and indicative budget allocation — all in one structured document.
11
+
12
+ ## How to invoke
13
+ /campaign-brief [brand/product] [campaign goal] [budget range] [timeline]
14
+
15
+ ## Workflow steps
16
+
17
+ ### Step 1 — Define the campaign objective
18
+ Clarify and sharpen the single primary objective using the SMART framework (Specific, Measurable, Achievable, Relevant, Time-bound). Identify whether this is an awareness, consideration, conversion, or retention campaign, and articulate the business problem it solves.
19
+
20
+ ### Step 2 — Define the target audience
21
+ Build a primary audience profile: demographics, psychographics, behaviors, pain points, motivations, and media habits. Identify a secondary audience if relevant. Include a "who we are NOT talking to" statement to keep creative focused.
22
+
23
+ ### Step 3 — Build the messaging hierarchy
24
+ Construct a three-tier messaging hierarchy: (1) Core campaign idea — the single unifying thought; (2) Key messages — 3–4 supporting claims or proof points; (3) Call-to-action — the specific action the audience should take. Flag which messages are mandatory across all touchpoints.
25
+
26
+ ### Step 4 — Plan the channel mix
27
+ Recommend a channel mix based on audience media habits and campaign objectives. For each channel, specify: role in the funnel (awareness/consideration/conversion), content format, frequency or flight dates, and any platform-specific creative requirements.
28
+
29
+ ### Step 5 — Set KPIs and budget allocation
30
+ Define 3–5 KPIs with target benchmarks for each channel and the overall campaign. Provide an indicative budget allocation by channel as a percentage split, with rationale. Flag any measurement dependencies (pixel setup, UTM parameters, brand lift study, etc.).
31
+
32
+ ## Example outputs
33
+ A structured 600–1000 word campaign brief covering: campaign overview, objective, target audience, messaging hierarchy, channel plan, KPIs with benchmarks, and budget allocation table. Formatted as a shareable document suitable for internal alignment or agency briefing.
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: competitor-teardown
3
+ description: Analyze a competitor's marketing strategy including positioning, messaging gaps, content themes, and exploitable weaknesses.
4
+ triggers: ["competitor analysis", "competitor teardown", "analyze competitor", "competitive research", "what is my competitor doing"]
5
+ ---
6
+
7
+ # Competitor Teardown
8
+
9
+ ## What this skill does
10
+ Delivers a structured competitive marketing analysis that reveals how a rival positions itself, what narratives they own, where their messaging falls short, and where you can move to capture ground they're leaving open. Goes beyond surface-level observation to identify strategic opportunities your brand can exploit.
11
+
12
+ ## How to invoke
13
+ /competitor-teardown [competitor name] [your brand/category] [channels to analyze]
14
+
15
+ ## Workflow steps
16
+
17
+ ### Step 1 — Map their positioning
18
+ Analyze the competitor's core positioning: their stated or implied value proposition, the category they're competing in, the customer problem they claim to solve, and their differentiation claim. Identify whether they lead with product, emotion, price, status, or community.
19
+
20
+ ### Step 2 — Audit their messaging
21
+ Examine their messaging across key touchpoints (website, ads, social, email if available). Identify their primary narrative, recurring power words and phrases, tone of voice, and visual/creative patterns. Note what they emphasize and — critically — what they never say.
22
+
23
+ ### Step 3 — Identify content themes and cadence
24
+ Catalog the content themes they produce regularly: educational, product-led, social proof, thought leadership, cultural moments, etc. Note which formats they favor (video, long-form, UGC, influencer), posting frequency, and which platforms get the most investment.
25
+
26
+ ### Step 4 — Find the gaps and weaknesses
27
+ Identify messaging gaps — audiences they're ignoring, problems they're not addressing, proof points they can't credibly claim, or emotional territory they've left unoccupied. Note overused claims that have become generic, inconsistencies between their positioning and actual product, and any audience frustrations visible in comments or reviews.
28
+
29
+ ### Step 5 — Produce the opportunity map
30
+ Synthesize findings into an actionable opportunity map: 3–5 specific positioning or messaging moves your brand can make to differentiate, the whitespace themes you should own, the audiences you can steal, and the narrative angles that will make your competitor's strengths look like weaknesses.
31
+
32
+ ## Example outputs
33
+ A structured competitive analysis covering: positioning summary, messaging audit, content theme map, weakness inventory, and a 3–5 point opportunity map with specific recommended moves. Formatted as a strategic document suitable for marketing leadership, agency briefings, or campaign planning sessions.
@@ -0,0 +1,33 @@
1
+ ---
2
+ name: content-calendar
3
+ description: Generate a full monthly content calendar with themes, post ideas, platform strategies, copy angles, and hashtag plans.
4
+ triggers: ["content calendar", "plan my content", "monthly content plan", "social media calendar", "content schedule"]
5
+ ---
6
+
7
+ # Content Calendar
8
+
9
+ ## What this skill does
10
+ Generates a complete monthly content calendar tailored to your brand, audience, and goals. Produces a week-by-week breakdown with themed content pillars, platform-specific post ideas, copy angles, and a hashtag strategy — ready to hand off to a content team or execute directly.
11
+
12
+ ## How to invoke
13
+ /content-calendar [brand name] [month] [audience] [goals]
14
+
15
+ ## Workflow steps
16
+
17
+ ### Step 1 — Gather context
18
+ Ask for or infer: brand name, industry, target audience, primary platforms (Instagram, LinkedIn, TikTok, X, etc.), content goals (awareness, engagement, leads, retention), brand voice keywords, and any campaigns or events in the target month.
19
+
20
+ ### Step 2 — Define content pillars
21
+ Establish 4–5 monthly themes or content pillars that align with the brand's goals and audience interests. Each pillar should have a clear purpose (educate, entertain, convert, build community, showcase product/service).
22
+
23
+ ### Step 3 — Build the weekly calendar
24
+ For each week of the month, assign a primary theme and generate specific post ideas per platform. Include: post format (carousel, reel, thread, article, story), copy angle or hook, key message, and a call-to-action.
25
+
26
+ ### Step 4 — Hashtag and keyword strategy
27
+ Produce a tiered hashtag strategy: 3–5 branded hashtags, 5–8 niche community hashtags, and 3–5 broad reach hashtags. Flag which hashtags belong to which content pillar.
28
+
29
+ ### Step 5 — Output the calendar
30
+ Deliver a structured table or week-by-week breakdown with all post ideas, formats, copy angles, and hashtags. Include a summary of the monthly narrative arc and any cross-platform repurposing opportunities.
31
+
32
+ ## Example outputs
33
+ A 4-week calendar with 20–30 post ideas organized by week, platform, format, and copy hook. Includes a hashtag bank and a one-paragraph monthly narrative summary. Formatted as a table or structured list ready for import into a content management tool.