Toqsick

My Agent Tools — Development skill for Claude Code

Development community

Versioniertes Claude-Code-Toolkit mit Plugin-Marktplatz, 9 MCP-Servern, INDEX-Katalog und Skill-Routing.

How to install My Agent Tools

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Toqsick/my-agent-tools and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What My Agent Tools does

Versioniertes Claude-Code-Toolkit mit Plugin-Marktplatz, 9 MCP-Servern, INDEX-Katalog und Skill-Routing.

Alternatives in Development

  • Codex Prompt Handgepflegte Mega Und Mini Prompts — Codex-Prompt — Handgepflegte Mega- und Mini-Prompts fuer alle Plugins 1.5k ★
  • Openseek — OpenSeek - 广度求索: open-source TUI coding agent with multi-provider routing, MCP, LSP, and Plan/Agent/YOLO modes 207 ★
  • Mcptoon — Listing 255 MCP tools costs 71,929 tokens 195 ★

README

my-agent-tools

[![MCP Health Check](https://github.com/Toqsick/my-agent-tools/actions/workflows/mcp-health-check.yml/badge.svg)](https://github.com/Toqsick/my-agent-tools/actions/workflows/mcp-health-check.yml) [![MCP Servers](https://img.shields.io/badge/MCP%20Servers-9-blue?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMSAxNXYtNEg3bDUtOXY0aDRsLTUgOXoiLz48L3N2Zz4=)](plugins/agent-toolkit/.mcp.json) [![Skills](https://img.shields.io/badge/Skills-78%20installed%20%2B1279%20library-green)](INDEX.json) [![License](https://img.shields.io/badge/License-Private-lightgrey)](#)

**Basti's private, version-controlled Claude Code toolkit.**

One curated source of truth for the skills, subagents, and MCP servers I've actually vetted — so every Claude Code instance and every agent runs the *same* maintained state instead of drifting into per-machine, ad-hoc configurations.

This repo is a **Claude Code plugin marketplace** containing a single bundled plugin, **`agent-toolkit`**. Enable it once on a machine and the whole toolkit syncs.

Two tiers + routing (start here)

The toolkit is organized so **any agent can find the right skill by reading one file** over a GitHub MCP server — even without the plugin installed. Point a GitHub MCP at `Toqsick/my-agent-tools` and:

  • `INDEX.json` — the machine-readable master catalog of everything (skills, agents, workflows) with normalized triggers/tags/category/path. Fetch it, match a task, fetch the chosen skill by path. Generated — never hand-edited.
  • `ROUTING.md` — the deterministic match algorithm (word-boundary triggers, scoring, gate priority, multi-domain decomposition) an agent follows to self-route.
  • `NAVIGATION.md` — human/LLM category tables with counts.
  • **[`workflow