feat: add skill-customizer skill for domain-specific skill adaptation#303
Open
Fernando280773 wants to merge 1 commit into
Open
feat: add skill-customizer skill for domain-specific skill adaptation#303Fernando280773 wants to merge 1 commit into
Fernando280773 wants to merge 1 commit into
Conversation
Adds a new `skill-customizer` skill that automates the process of customizing any marketing skill for a specific company. Instead of re-entering company context on every invocation, this skill fetches the company website, extracts key business context, and writes a local override to ~/.claude/skills/ that pre-fills everything. Key capabilities: - Accepts a website URL + skill name(s) to customize - Extracts company name, product, ICP, pricing, brand voice automatically - Adapts competitor lists, talk tracks, examples, and tone per domain - Supports batch customization for multiple skills at once - Covers customization patterns for competitive-intelligence, cold-email, cro, email-sequence, customer-research, pricing-strategy, content-strategy Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
skill-customizerskill to the marketingskills pluginWhat changed
A new skill at
skills/skill-customizer/SKILL.mdthat:~/.claude/skills/<skill-name>/SKILL.md— this path takes precedence over the installed plugin version, so the customization is active immediately with no extra configcompetitive-intelligence,cold-email,cro,email-sequence,customer-research,pricing-strategy,content-strategyWhy
Users installing the marketingskills plugin currently re-enter their company context every time they invoke a skill. This skill solves that by turning a one-time URL input into a persistent, pre-filled override — the skill "knows" the company on all future invocations.
Reviewer notes
~/.claude/skills/(user's local machine), not the repo — no repo files are modified at runtime🤖 Generated with Claude Code