byatomicinnovation· 44 skills
Use this skill only when the user explicitly invokes /create-linear-issue to create a new Linear issue from a local work-item file. This is a write skill with irreversible side effects — it must never be auto-invoked from conversational context. It reads the work item's title and Markdown body, shows a payload preview, requires explicit confirmation, then creates the issue and writes the remote-allocated identifier (e.g. BLA-123) back into the file's external_id frontmatter field.
$npx -y skills add atomicinnovation/accelerator --skill create-linear-issueInstalls into the current project.
Run `npx skills use "https://github.com/atomicinnovation/accelerator" --skill "atomicinnovation/accelerator/create-linear-issue"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/atomicinnovation/accelerator" that are relevant to the current task. Run `npx skills add "https://github.com/atomicinnovation/accelerator"` and select the relevant skills, then follow their instructions.