npx claudepluginhub randroids-dojo/skillsAutonomous development loop with research and implementation modes
Task management with Dots. Track work items across sessions with the dot CLI, dependencies, and completion reasons.
Develop, test, build, and deploy Godot 4.x games. Includes GdUnit4 testing, PlayGodot automation, web/desktop exports, CI/CD pipelines, and deployment.
Develop, test, and automate Unreal Engine 5.x projects (WIP). Covers PlayUnreal automation, Remote Control API, Automation Driver, and CI-friendly E2E workflows. PlayUnreal: https://github.com/Randroids-Dojo/PlayUnreal
Interact with the SlipBox semantic knowledge engine and read notes from PrivateBox. Capture atomic ideas, browse the knowledge graph, and run semantic analysis passes (link, cluster, tension). Service: /Users/randroid/Documents/Dev/SlipBox. Notes: https://github.com/Randroids-Dojo/PrivateBox
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A dual-format skills repository for Claude Code, Codex CLI, and OpenCode by Randroids Dojo.
| Skill | Description |
|---|---|
| loop | Autonomous development loop with research and implementation modes |
| task-tracking-dots | Task management with Dots using the dot CLI for tracking work items |
| godot | Develop, test, build, and deploy Godot 4.x games |
| unreal | Develop, test, and automate Unreal Engine 5.x projects (WIP). PlayUnreal: https://github.com/Randroids-Dojo/PlayUnreal |
| slipbox | Interact with the SlipBox semantic knowledge engine and read notes from PrivateBox |
Install the loop skill via the Skills CLI:
npx skills add https://github.com/Randroids-Dojo/skills --skill loop
Works with Codex CLI, Claude Code, OpenCode, Gemini CLI, and other Agent Skills-compatible tools.
To install the task-tracking-dots skill:
npx skills add https://github.com/Randroids-Dojo/skills --skill task-tracking-dots
To install the Godot skill:
npx skills add https://github.com/Randroids-Dojo/skills --skill godot
To install the Unreal skill:
npx skills add https://github.com/Randroids-Dojo/skills --skill unreal
To install the SlipBox skill:
npx skills add https://github.com/Randroids-Dojo/skills --skill slipbox
Install individual skills using the built-in skill installer:
$skill-installer https://github.com/Randroids-Dojo/skills/tree/main/plugins/loop
$skill-installer https://github.com/Randroids-Dojo/skills/tree/main/plugins/task-tracking-dots
$skill-installer https://github.com/Randroids-Dojo/skills/tree/main/plugins/godot
$skill-installer https://github.com/Randroids-Dojo/skills/tree/main/plugins/unreal
$skill-installer https://github.com/Randroids-Dojo/skills/tree/main/plugins/slipbox
Or clone for all skills at once:
git clone https://github.com/Randroids-Dojo/skills.git ~/.codex/skills/randroids-dojo
Then symlink individual skills you want:
ln -s ~/.codex/skills/randroids-dojo/plugins/loop ~/.codex/skills/loop
ln -s ~/.codex/skills/randroids-dojo/plugins/task-tracking-dots ~/.codex/skills/task-tracking-dots
ln -s ~/.codex/skills/randroids-dojo/plugins/godot ~/.codex/skills/godot
ln -s ~/.codex/skills/randroids-dojo/plugins/unreal ~/.codex/skills/unreal
ln -s ~/.codex/skills/randroids-dojo/plugins/slipbox ~/.codex/skills/slipbox
Install from the marketplace:
/plugin marketplace add Randroids-Dojo/skills
/plugin install loop
/plugin install task-tracking-dots
/plugin install godot
/plugin install unreal
/plugin install slipbox
The skills CLI installs into a canonical directory and then symlinks to agent-specific paths by default. Canonical paths are ./.agents/skills/<skill> (project) or ~/.agents/skills/<skill> (global). Copy mode writes directly to each agent directory.
| Agent | Project install | Global install | Notes |
|---|---|---|---|
| Claude Code | ./.claude/skills/<skill> | ${CLAUDE_CONFIG_DIR:-~/.claude}/skills/<skill> | Uses CLAUDE_CONFIG_DIR when set. |
| Codex CLI | ./.codex/skills/<skill> | ${CODEX_HOME:-~/.codex}/skills/<skill> | Uses CODEX_HOME when set. |
| OpenCode | ./.opencode/skills/<skill> | ${XDG_CONFIG_HOME:-~/.config}/opencode/skills/<skill> | Uses XDG config home. |
Skills are triggered automatically based on context, or explicitly:
$loop # Invoke loop skill
$task-tracking-dots # Task management with Dots
$godot # Invoke godot skill
$unreal # Invoke unreal skill
$slipbox # Invoke slipbox skill
/loop # Interactive mode selection
/task-tracking-dots # Task management with Dots
/godot:godot # Godot development assistance
/unreal:unreal # Unreal development assistance
/slipbox:slipbox # SlipBox knowledge engine