Business Profile Creator
Guided 20-question interview that turns raw business info into a structured JSON brand profile.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · bc71af1
Fed it a fictional Etsy pet-planner brand: the guided interview produced a complete 20-field JSON profile (mission, differentiators, CTAs, platforms) versus a 40-word unstructured paragraph from an unguided baseline, and the output schema matched the repo's own checked-in example file field-for-field.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Business Profile Creator does
Runs a 7-phase interview covering mission, value proposition, offerings, positioning, brand voice, social proof, and content pillars, then emits a structured business_profile JSON file for reuse by other content-creation skills. Fits onboarding a new brand/client or refreshing context after a pivot; saves to /context/business-profile.json, the same convention used by sibling skills (linkedin-post, twitter-thread) in the same repo.
How to install Business Profile Creator
git clone https://github.com/az9713/ai-co-writing-claude-skills
cd ai-co-writing-claude-skills
mkdir -p ~/.claude/skills
cp -r .claude/skills/business-profile-creator ~/.claude/skills/business-profile-creator
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Business Profile Creator
-
/business-profile-creatorGuided 20-question interview that turns raw business info into a structured JSON brand profile.
It also activates on plain-language prompts like these:
-
Interview me to build a structured business profile for my brand -
Create a business_profile JSON from my company's mission and offerings -
Help me onboard this new client's brand voice and positioning
Frequently asked questions
- Is the Business Profile Creator skill free?
- Yes. The skill itself is free from az9713/ai-co-writing-claude-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Business Profile Creator work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fed it a fictional Etsy pet-planner brand: the guided interview produced a complete 20-field JSON profile (mission, differentiators, CTAs, platforms) versus a 40-word unstructured paragraph from an unguided baseline, and the output schema matched the repo's own checked-in example file field-for-field.
- What is the Business Profile Creator SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Business Profile Creator?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Business Profile Creator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.