From in-optimize
Use when the user wants to audit or edit a LinkedIn company profile they admin (linkedin.com/company/<slug>/admin/). Requires admin rights on the active Chromium session. The src/ code for this surface does not yet exist.
How this skill is triggered — by the user, by Claude, or both
Slash command
/in-optimize:company-profileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Status: **not implemented in `src/` yet.** Admin UI differs from the member UI — selectors and flows are distinct from personal-profile.
Status: not implemented in src/ yet. Admin UI differs from the member UI — selectors and flows are distinct from personal-profile.
<slug>. There is no /me equivalent for companies..profile/ Chromium session is signed in as an admin of that page. If not, bail and ask the user to switch.Sections:
Flag:
humanizer skillsrc/browser.ts — don't spin a second browser config.company block in src/selectors.ts (separate from a personal profile block). Document in docs/selectors.md.humanCursor.ts for click sequencing — the admin UI has more hover-revealed controls.state/diagnostics/<ts>-company-<reason>/ bundle pattern on selector miss.npx claudepluginhub cocodedk/in-optimizer --plugin in-optimizeGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.