squall-chua/skills

My personal collection of customized agent skills — capabilities I've built and tailored for skill-aware AI coding agents to load on demand.

2Stars on the repository
30Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agy

01

squall-chua/skills

Agent

Delegate a task to the agy CLI and report back what it produced. Use when the user asks to run something with agy, or wants a task handled by a non-Claude model such as Gemini or GPT-OSS. BEFORE dispatching, if the user did not name a model, run agy models and ask them to pick one with AskUserQuestion. List the CLI's…

2 3d ago A 148 tokens original MIT

auditor

02

squall-chua/skills

Agent

Verify that work claimed done actually runs and matches the spec. Use when a task is marked complete but unproven, the app should work end-to-end but doesn't, or a summary looks too clean.

2 3d ago A 44 tokens original MIT

claude-cli

03

squall-chua/skills

Agent

Delegate a task to a separate claude CLI session and report back what it produced. Use when the user wants work done in a fresh Claude session with its own context. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the model value from /.claude/settings.json first…

2 3d ago B 138 tokens original MIT

codex

04

squall-chua/skills

Agent

Delegate a task to the OpenAI Codex CLI and report back what it produced. Use when the user asks to run something with codex. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the model value from /.codex/config.toml first, labelled (default). Pass the choice in the…

2 3d ago B 114 tokens original MIT

copilot

05

squall-chua/skills

Agent

Delegate a task to the GitHub Copilot CLI and report back what it produced. Use when the user asks to run something with copilot. BEFORE dispatching, if the user did not name a model, ask them to pick one with AskUserQuestion. List the default model from /.copilot/config.json first, labelled (default); if it is not…

2 3d ago A 123 tokens original MIT

opencode

06

squall-chua/skills

Agent

Delegate a task to the opencode CLI and report back what it produced. Use when the user asks to run something with opencode. BEFORE dispatching, if the user did not name a model, run opencode models and ask them to pick one with AskUserQuestion. List the model value from /.config/opencode/opencode.json first, labelled…

2 3d ago A 140 tokens original MIT