dotfiles/dot_config/skillshare/skills/oask/SKILL.md
Async via oask, end turn immediately; use only when user explicitly delegates to OpenCode (ask/@opencode/let opencode/review); NOT for questions about OpenCode itself.
npx skillsauth add pkking/dotfiles oaskInstall 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.
Send a question to OpenCode AI assistant running in a separate terminal (async).
Use this skill ONLY when user explicitly delegates to OpenCode:
DO NOT trigger when:
CRITICAL: ALWAYS use run_in_background=true - NO EXCEPTIONS
Bash(oask <<'EOF'
$ARGUMENTS
EOF
, run_in_background=true)
Where $ARGUMENTS is the user's delegation request (forwarded as-is to OpenCode).
This is an async task submission workflow:
If Bash succeeds:
If Bash fails (error/non-zero exit):
ccb status opencode)The system will automatically recall you when OpenCode responds.
❌ WRONG: Bash(oask "question") - blocks and waits
❌ WRONG: Bash(oask "<question>", run_in_background=true) - placeholder syntax
❌ WRONG: Submit then check status - wastes time
✅ RIGHT: Bash(oask <<'EOF' ... EOF, run_in_background=true) then END turn
--timeout SECONDS optional (default 3600)--output FILE optional: write reply to FILEtesting
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
data-ai
Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.