docs(linkedin-studio): M0-15 — repoint remaining prose families + route ab-tests/plans
This commit is contained in:
parent
c0abb82d9c
commit
6bd263144f
35 changed files with 167 additions and 130 deletions
|
|
@ -49,7 +49,7 @@ This skill covers everything related to LinkedIn analytics, performance measurem
|
|||
Node.js CLI tool for parsing LinkedIn CSV exports into structured JSON.
|
||||
|
||||
**Location:** `scripts/analytics/`
|
||||
**Data:** `assets/analytics/` (gitignored -- personal performance data)
|
||||
**Data:** `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/analytics/` (gitignored -- personal performance data)
|
||||
|
||||
**CLI usage:**
|
||||
```bash
|
||||
|
|
@ -60,7 +60,7 @@ ANALYTICS_ROOT="${CLAUDE_PLUGIN_ROOT}/assets/analytics" node --import tsx "${CLA
|
|||
|
||||
**Storage structure:**
|
||||
```
|
||||
assets/analytics/
|
||||
${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/analytics/
|
||||
+-- exports/ # Raw CSV from LinkedIn (drop files here)
|
||||
+-- posts/ # Imported post data as JSON
|
||||
+-- weekly-reports/ # Generated weekly reports
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ description: |
|
|||
|
||||
**To customize this skill for your voice and goals:**
|
||||
|
||||
1. Copy `config/user-profile.template.md` to `config/user-profile.local.md`
|
||||
1. Copy `config/user-profile.template.md` to `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/profile/user-profile.md`
|
||||
2. Fill in your profile, voice preferences, and goals
|
||||
3. The skill will use your settings when generating content
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue