{
  "markdown": "# Career Brand — LinkedIn Content & Career Strategy\n\nPersonal branding & career strategy for developers. Create LinkedIn content, plan content calendars, get career advice, prep for interviews — all powered by AI with your unique story.\n\nAvailable for **Claude Code** and **OpenAI Codex CLI**.\n\n---\n\n## OpenAI Codex CLI\n\n### Install\n\nCopy the two skill folders into your Codex skills directory:\n\n```bash\ncp -r codex-skills/career-brand-brand ~/.codex/skills/\ncp -r codex-skills/career-brand-career ~/.codex/skills/\n```\n\n### Usage\n\n```\n$career-brand-brand I just shipped a feature that uses AI to generate event layouts\n$career-brand-brand plan my month\n$career-brand-brand ideas\n\n$career-brand-career what kind of roles should I target?\n$career-brand-career [paste a job listing]\n$career-brand-career interview prep for senior fullstack role\n```\n\n### What's different from Claude Code\n\n- Memory stored in `~/.codex/memory/career-brand/` instead of Claude's memory directory\n- Post reminders / scheduled tasks are not available (Claude Code-only feature)\n- Subagent career-advisor is not available — career analysis runs inline\n\n---\n\n## Claude Code\n\n### Install\n\nInside Claude Code, run:\n\n```\n/plugin marketplace add asaferdman23/career-brand-plugin\n/plugin install career-brand@career-brand\n```\n\nFor local development, load the plugin directly instead:\n\n```bash\nclaude --plugin-dir /absolute/path/to/career-brand-plugin\n```\n\n## Commands\n\nPlugin skills are namespaced in Claude Code, so you invoke them as:\n\n- `/career-brand:brand`\n- `/career-brand:career`\n\n### `/career-brand:brand` — Personal Branding & LinkedIn Content\n\nCreate LinkedIn posts with a storyteller voice, plan monthly content calendars, brainstorm ideas, and set post reminders.\n\n```\n/career-brand:brand I just shipped a feature that uses AI to generate event layouts\n/career-brand:brand plan my month\n/career-brand:brand ideas\n/career-brand:brand set a reminder to tell me when it's time to post\n```\n\n**First run:** The skill asks for your LinkedIn plus 3 follow-up questions to build your career profile.\n\n**What it does:**\n- Drafts posts in a storyteller voice (no \"I'm thrilled to announce\" ever)\n- Offers 2-3 hook variations to choose from\n- Suggests language based on your audience\n- Plans monthly content calendars aligned with your career goals\n- Reads your git log for build-in-public material\n- Can schedule in-session post reminders using Claude Code scheduled tasks\n- Ships a `Notification` hook so reminder turns can raise a desktop notification when Claude needs your input\n- Dispatches a `career-advisor` subagent to align content with your career strategy\n\n### `/career-brand:career` — Career Co-Pilot\n\nCareer direction, job search, networking strategy, and interview prep.\n\n```\n/career-brand:career what kind of roles should I target?\n/career-brand:career [paste a job listing]\n/career-brand:career networking\n/career-brand:career interview prep for senior fullstack role\n```\n\n**Modes:**\n- **Career direction** — stay vs. leave, what roles to target, startup timing\n- **Job search** — target companies, profile optimization, resume tailoring, salary guidance\n- **Networking** — who to connect with, communities, commenting strategy\n- **Interview prep** — behavioral stories, \"tell me about yourself\", mock interviews\n\n**Dual-path aware:** If you have a side project or startup, every recommendation accounts for both your job search AND your project.\n\n## How It Works\n\nBoth skills share context through memory files:\n- `user_career_profile.md` — your career background (created on first run)\n- `career_goals.md` — your current targets (created by `/career`)\n- `brand_calendar.md` — your monthly content plan (created by `/brand`)\n- `brand_performance.md` — what posts worked (you report, it learns)\n- `brand_automation.md` — reminder conditions and scheduling preferences\n\nA **career-advisor subagent** is dispatched for deep strategic thinking — content theme planning, opportunity evaluation, networking strategy.\n\n## Post Reminders\n\nThe brand skill can now collect reminder conditions and create Claude Code scheduled tasks for post reminders.\n\nExample prompts:\n\n```text\n/career-brand:brand remind me every weekday at 9:00 if I still have no post drafted this week\n/career-brand:brand set up a reminder to check my brand calendar every Tuesday and Thursday\n/career-brand:brand remind me tomorrow at 18:00 to draft the builder story from this week's commits\n```\n\nImportant limitations from Claude Code:\n\n- Scheduled tasks are session-scoped. They disappear when you exit Claude Code.\n- Recurring tasks expire after 3 days unless recreated.\n- For durable reminders that survive restarts, you need an external scheduler such as Claude Desktop scheduled tasks or GitHub Actions.\n- Desktop notifications depend on your OS having `osascript`, `notify-send`, or `powershell.exe` available.\n\n## Who Is This For\n\n- Developers who want to build a LinkedIn presence but hate writing corporate-speak\n- Engineers with side projects/startups who need their content to serve dual goals\n- Career changers or people with non-traditional backgrounds (sports, military, self-taught) — this plugin treats your unique story as a superpower\n- Anyone who wants a career co-pilot that gives real advice, not motivational fluff\n\n## Contributing\n\nPRs welcome. If you have ideas for new modes, content pillars, or career features — open an issue or submit a PR.\n",
  "bytes": 5421,
  "sha": "7448f88f4fad464533d932fdd7933122747cfc81b972879288ec15ae4ace9c49",
  "repo_slug": "asaferdman23/career-brand-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_asaferdman23_career_brand_plugin_career__b9b7c721/readme"
}