
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
This repo packages a Claude skill that turns product research into a structured workflow. Claude loads `marketing-research/SKILL.md` and walks through modules for competitors, product, avatar, market, value proposition, and mental models, then formats the results into tables and templates.
Builders who want Claude to help them research positioning, avatars, and value propositions.
You can get structured marketing research before you write copy or make positioning decisions.
Builds a landscape map, gap analysis, differentiation pressure test, and comparison table.
Maps desires, problems, the primary conflict, and a master avatar table.
Generates four full-length value propositions with a usage matrix.
Creates strategic reframes and priority copy angles from psychological or market patterns.
Enforces plain language, active voice, no em dashes, no parenthetical asides, and tables for structured content.
# Clone the repo git clone https://github.com/ishwarjha/marketing-research-skill.git # Copy the skill to your personal skills directory cp -r marketing-research-skill/marketing-research ~/.claude/skills/
mkdir -p ~/.claude/skills/marketing-research curl -o ~/.claude/skills/marketing-research/SKILL.md \ https://raw.githubusercontent.com/ishwarjha/marketing-research-skill/main/marketing-research/SKILL.md
cd your-project mkdir -p .claude/skills/marketing-research cp /path/to/marketing-research/SKILL.md .claude/skills/marketing-research/
A structured, practitioner-grade marketing research system that runs inside Claude. Covers competitor analysis, product positioning, avatar profiling, market awareness mapping, value proposition development, and mental model reframing.
Built for founders, marketers, and copywriters who need deep research before writing a single word of copy.
When installed, Claude automatically loads this skill whenever you say things like "research my product," "profile my avatar," "competitor analysis," or "develop my value proposition."
The skill runs you through a structured sequence:
| Module | What It Produces |
|---|---|
| Module 0: Competitor Research | Landscape map, gap analysis, differentiation pressure test, comparison table |
| Module 1: Product | Feature/benefit table, Unique Mechanism name and story |
| Module 2: Avatar | 6 desires, 6 problems, primary conflict, master avatar table |
| Module 3: Market | Awareness stage table, sophistication claims table, primary target |
| Module 4: Value Proposition | 4 full-length value propositions with usage matrix |
| Module 5: Mental Models | 3-4 psychological/strategic reframes with priority copy angles |
| Output Templates | Avatar Profile, Positioning Canvas, Competitor Comparison Table |
The skill enforces strict writing rules on all output:
marketing-research.skill file from Releases.skill fileClaude will now automatically detect and use this skill when you request marketing research.
Option 1: Install from this repository
# Clone the repo
git clone https://github.com/ishwarjha/marketing-research-skill.git
# Copy the skill to your personal skills directory
cp -r marketing-research-skill/marketing-research ~/.claude/skills/
Option 2: Install directly
mkdir -p ~/.claude/skills/marketing-research
curl -o ~/.claude/skills/marketing-research/SKILL.md \
https://raw.githubusercontent.com/ishwarjha/marketing-research-skill/main/marketing-research/SKILL.md
Option 3: Install as a project skill
cd your-project
mkdir -p .claude/skills/marketing-research
cp /path/to/marketing-research/SKILL.md .claude/skills/marketing-research/
If you do not want to install the skill, copy the contents of marketing-research/SKILL.md and paste it at the start of any Claude conversation as instructions.
Start a new conversation and say any of these:
Claude will begin with an intake interview, asking five questions about your product, features, avatar, competitors, and research stage. After that, it runs the relevant modules automatically.
You can also request specific modules:
A full research run for a SaaS product produces a single markdown file with approximately 300-350 lines covering all eight deliverables. Each module uses tables for structured data and concise prose for strategic narrative.
marketing-research-skill/
├── README.md # This file
├── LICENSE # Apache 2.0
├── marketing-research/
│ └── SKILL.md # The skill file (this is the only required file)
├── examples/
│ └── sample-output.md # Example of a full research run
├── scripts/
│ └── install.sh # Quick install script
└── .gitignore
The skill uses a progressive disclosure system:
Claude reads the instructions and follows them as a structured research workflow. It uses web search for competitor data and delivers each module as a formatted markdown file.
Fork this repository and edit marketing-research/SKILL.md to customize:
After editing, either re-upload the .skill file to Claude.ai or copy the updated SKILL.md to your Claude Code skills directory.
The .skill file is a ZIP archive containing the skill folder. To rebuild after editing:
cd marketing-research-skill
zip -r marketing-research.skill marketing-research/
Or if you have the Anthropic skill packager:
python -m scripts.package_skill marketing-research/ ./
Contributions welcome. Please follow these guidelines:
git checkout -b feature/your-improvementmarketing-research/SKILL.mdWriting standards for contributions:
Apache 2.0. See LICENSE for details.
Created by [Your Name]. Built with Claude by Anthropic.
Follows the Agent Skills open standard.
Sign in to join the discussion.
No comments yet. Be the first to say what this is good for.

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.
Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
A skill to stop your coding agent from burying the answer. ADHD-friendly output.
AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
De-AI writing skill for any Agent Skills-compatible agent (77+ via the Skills CLI), with native plugins for Claude Code, Codex, Grok Build, and Antigravity. Narrative-architecture repair for fiction, venue-matched rules for professional prose. Based on StoryScope (arXiv:2604.03136).
Academic Research Skills for Claude Code: research → write → review → revise → finalize