| name | linkedin-gist-post |
| description | Proxy to the `linkedin-gist-post` skill in the author-private `linkedin-workspace` module. When invoked, this skill checks whether the private module is mounted at `linkedin/` inside the ai-wiki repo. If present, it dispatches to the real skill there. If absent, it prints a short notice explaining that the LinkedIn module is an author-private extension and stops. Use this skill whenever the user asks to draft, create, or generate a LinkedIn post from a gist, says "/linkedin-gist-post", "post my gist", "make a LinkedIn post from gist <slug>", "share this gist on LinkedIn", or provides a path under `gists/` and mentions sharing publicly. See `docs/private-modules.md` for the pattern. |
linkedin-gist-post (proxy)
This is a proxy skill. The real linkedin-gist-post skill lives in the author-private linkedin-workspace module, which mounts at linkedin/ inside this repo when present. See docs/private-modules.md for the private-module pattern.
Guard (run first, no exceptions)
Check whether linkedin/.claude/skills/linkedin-gist-post/SKILL.md exists at the ai-wiki repo root (the current working directory).
If the file does NOT exist: print exactly the message below and stop. Do not attempt to do any of the work yourself. Do not fall back to a generic LinkedIn draft. Do not improvise.
The `linkedin-gist-post` skill is an author-private extension of this wiki, provided by
the `linkedin-workspace` module. It is not available on this machine.
See `docs/private-modules.md` for the private-module pattern. If you need access to this
workflow, contact the author.
If the file DOES exist: proceed to Dispatch.
Dispatch
Read linkedin/.claude/skills/linkedin-gist-post/SKILL.md and follow it verbatim. All paths in the real skill resolve relative to the ai-wiki repo root (CWD). Do not cd into linkedin/.