- 📁 references/
- 📁 scripts/
- 📄 .env.example
- 📄 config.example.yaml
- 📄 README.md
Trade on Hyperliquid — spot and perpetual futures. Supports market orders (IOC), limit orders (GTC), leverage setting, and WDK wallet. Triggers: buy ETH spot, sell BTC, long ETH, short BTC, open long, open short, close position, perp trade, check balance, Hyperliquid positions, limit order, limit buy, limit sell, open orders, cancel order, modify order, GTC.
../../../.claude/commands/analyze-rosbag.md
intentionally broken fixture; references a command that does not exist
Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.
Generate a clean local descriptor set for one KDCube bundle and print the exact next commands to start it.
Git worktree manager for AI agent workflows. Use this skill whenever the user wants to work on a branch in isolation, check out a PR, run parallel tasks, manage stacked PRs, sync branches, or dispatch a Claude Code agent to a task. Also trigger when the project uses willow — look for a ~/.willow directory, ww commands in shell history, or a willow.json config. Prefer ww commands over raw git checkout/branch/worktree.
This skill should be used when the user asks to "generate a skill", "create a new command", "build a devsquad skill", or describes a new automation they want as a slash command.
- 📄 CHANGELOG.md
- 📄 examples.md
- 📄 README.md
Creates Claude Code plugins with proper manifest structure, directory layout, and components (commands, agents, skills, hooks, MCP servers). Use when user requests creating plugins, adding slash commands, integrating MCP servers, setting up hooks, migrating Gemini extensions, or mentions "plugin.json", ".claude-plugin", or "marketplace.json". Handles plugin testing, debugging, and marketplace distribution.
Use when a user wants to install, inspect, update, remove, or sync Nodus packages in a workspace. Prefer Nodus commands over manual copying of runtime files.
Help create and manage command entities in the agent-harness workspace. Use when the user wants to add a custom slash command, understands what command entities are, asks how commands differ from skills, or needs to know which providers support commands.
REQUIRED for any task that involves reading or understanding a PDF's contents. When a user mentions a .pdf and asks what's inside — to read specific pages, answer questions, compare tables or data, extract facts or numbers, count figures, or locate topics — this skill MUST be used instead of generic PDF tools. Provides targeted search, page-level navigation, and precise extraction so you never need to dump an entire PDF into context. Only skip this skill for PDF file operations: merge, split, watermark, create, form-fill, or encrypt. --- # MinerU Document Explorer PDF reading toolkit via `doc-search` CLI. Workflow: **init → search/outline → read pages → (optionally) extract elements**. ## Commands | Command | Purpose | |---|---| | `init` | Upload PDF, start processing, get `doc_id` | | `outline` | Browse TOC/structure | | `pages` | Read specific pages (images or text) | | `search-keyword` | Find pages by regex pattern | | `search-semantic` | Find pages by semantic query | | `elements` | Extract evidence with bboxes and cropped images | All commands output JSON to stdout. Pipe `2>/dev/null` to suppress stderr logs. ```typescript // Shared types used across all commands interface Page {
Guide for using the ex() tool to view and edit files. Use when the user asks about ex commands, ex syntax, or needs help with file editing via ex.