Loading...
Loading...
Found 337 Skills
Inspect Claude Code session logs, tool calls, token usage, subagents, and context window using claude-devtools visual UI
Agent Infrastructure: Bridge any skill or directory of skill collections to Claude Code (~/.claude/skills) and Codex (~/.codex/skills). Supports skills in the dbskill repository as well as absolute paths to external skills. Connect source directories via symlinks, with both ends synchronized when the source directory is modified. Supports batch bridging by skill name, relative path, absolute path, or skills directory, as well as unbridging and checking bridge status. Triggers: /dbs-bridge, /bridge, "bridge this skill", "bridge this skills directory", "connect this skill to Claude Code and Codex", "make this skill callable by both Claude and Codex", "unbridge", "check bridge status" Bridge any skill folder or directory of skill folders to Claude Code and Codex using symlinks. Supports dbskill skills and external skill directories. Use when the user wants one or many skills callable from both agents, or wants to unlink/check bridge status. Trigger: /dbs-bridge, /bridge, "bridge this skill", "bridge this skills directory", "make this skill available to Claude Code and Codex", "unlink this skill", "check bridge status"
Coordinate the AWS DevOps Agent across multiple AgentSpaces from one Claude Code session — route questions to the right space (prod vs staging vs knowledge), query several spaces in parallel and synthesize, or compare findings across accounts. Use whenever the user has more than one AgentSpace configured, mentions multiple AWS accounts, or asks something like "check both prod and staging", "compare across accounts", or "ask the knowledge space".
Summarises the current working session — what was worked on, what was achieved, what remains, and any blockers. Use at the end of a session or when handing off work.
Universal task dispatcher. Start, route, and execute any task through the development workflow (Steps 0-9). Invoke on every task — /task <description>, /task
Turn Claude Code into a full game dev studio with 49 specialized AI agents, 73 workflow skills, and complete coordination system
Generate minimal HTML pages to review Claude Code output in a browser. Use when terminal output is hard to read, when reviewing lists/tables/drafts, or when user says "show me", "make this reviewable", "quick view", or "open as webpage". Produces unstyled semantic HTML only. For granular feedback with inline comments, see the comment-mode skill.
Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection risks using AgentShield. Checks CLAUDE.md, settings.json, MCP servers, hooks, and agent definitions.
Workflow for publishing skills and agents to the dotnet-skills Claude Code marketplace. Covers adding new content, updating plugin.json, validation, and release tagging.
Find the ghost tokens. Audit Claude Code setup, see where 25-38% of your context goes, fix it. Use when context feels tight.
assign a task to an external coding agent and monitor it. Pipes the prompt via stdin to dodge quoting failures and auto-approves permissions to avoid silent hangs. Triggers: run a task with an external agent, hand off to OpenCode, Claude Code, or similar, execute a plan non-interactively. Flags: --agent <name> (default opencode), --model <model>, and --dir <path>.
Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search