skills/joc-setup/SKILL.md
Install or refresh OpenCode JOC — delegates to /init-project for the full workflow
npx skillsauth add Thomashighbaugh/opencode joc-setupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill has been consolidated into /init-project. It now serves as a backward-compatible entrypoint.
When this skill is invoked, immediately execute the routing below. Do not only restate or summarize these instructions back to the user.
Translate the invocation to the equivalent /init-project call:
| JOC Setup Flag | Maps To |
|----------------|---------|
| No flags | /init-project (full wizard) |
| --local | /init-project --minimal |
| --global | /init-project (Phase 0 + full project setup) |
| --force | /init-project --force |
| --help | /init-project --help |
The /init-project skill handles:
/deepinitFor backward compatibility, /joc-setup still works. For new projects, prefer /init-project which covers global config, project setup, docs, and context in one command.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
tools
Use ONLY when the user explicitly says: 'use the skill web-to-markdown ...' (or 'use a skill web-to-markdown ...'). Converts webpage URLs to clean Markdown by calling the local web2md CLI (Puppeteer + Readability), suitable for JS-rendered pages.
testing
Structured visual QA verdict for screenshot-to-reference comparisons