From copywriter
This skill should be used when the user asks to 'set up my business profile' or 'create my business context'.
npx claudepluginhub jamon8888/cc-suite --plugin CopywriterThis skill uses the workspace's default tool permissions.
Create a structured business profile that captures your company's identity, offerings, positioning, and brand voice.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Create a structured business profile that captures your company's identity, offerings, positioning, and brand voice.
After gathering responses, generate a JSON file following this structure and save to data/2-Domaines/business-profile.json.
{
"business_profile": {
"version": "1.0",
"last_updated": "YYYY-MM-DD",
"language_preference": "en",
"company_overview": {
"name": "",
"tagline": "",
"mission": "",
"vision": ""
},
"value_proposition": {
"primary_value": "",
"unique_mechanism": "",
"key_differentiators": []
},
"offerings": {
"products": [],
"services": [],
"free_resources": []
},
"positioning": {
"market_position": "",
"competitor_comparison": "",
"category": "",
"niche_focus": ""
},
"brand_voice_summary": {
"personality": "",
"tone": "",
"values_demonstrated": []
},
"social_proof": {
"key_metrics": [],
"testimonial_themes": [],
"notable_clients_or_features": []
},
"content_pillars": {
"primary_topics": [],
"content_mission": "",
"content_style": ""
},
"calls_to_action": {
"primary_cta": {},
"secondary_ctas": []
},
"platforms": {}
}
}
Note: language_preference added to root for bilingual support.