Gardener
by theagenticguy · development · skill
Monthly catalog hygiene audit for Claude Code plugin marketplaces. Inventories every skill and agent, scores each against a 7-dimension rubric via parallel Opus Agents, detects description collisions via Bedrock Cohere v4 embeddings with pairwise cosine, and writes a delta report vs. the prior audit. Proposes resolutions; does not auto-apply. Use when the user asks to audit the catalog, run the gardener, find skill collisions, check plugin hygiene, generate a monthly audit report, or mentions...
Source: https://github.com/theagenticguy/agentic-plugins
Install
git clone https://github.com/theagenticguy/agentic-pluginsTags: skill
⭐ 3 GitHub stars · Source: skillsdirectory
About development MCP servers and Claude skills
development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Gardener is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related development MCPs and skills
- Workbench Builder by theagenticguy
Builds disposable localhost workbenches — Flask + raw sqlite3 + htmx + Server-Sent Events apps — that give an agentic coding/eval/PR/data session a live UI with no build step, npm install, or deploy. The signature move is a two-way human↔agent loop over one SQLite file: the human acts in the browser (htmx POST → SQLite → fragment + SSE invalidation), the agent acts from the terminal (httpx → SQLite → SSE), both seeing the same state update live with no reload. Ships recipes for eval viewers, ...
- Rewrite Descriptions by theagenticguy
Propose description rewrites to resolve skill collisions. Given a collision pair from a gardener audit, reads both skills' descriptions, generates before/after rewrites with negative discriminators, and writes a proposal Markdown the user applies manually. Uses current Claude prompting discipline: positive imperatives, motivation clauses, scope explicit. Use when the user asks to fix a collision, rewrite a description, disambiguate two skills, or mentions resolving a gardener-flagged pair.
- io.github.blackwell-systems/gcf-proxy by io.github.blackwell-systems
Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes.
- io.github.ashmitrrr/dsa-tracker-mcp-server by io.github.ashmitrrr
Track DSA/LeetCode practice with spaced repetition, ships with NeetCode 150.
- Trainzilla Coach MCP by io.github.Trainzilla
Manage clients, plans, sessions, habits, and billing on Trainzilla via one-click OAuth.
- io.github.RajX-dev/n3mo by io.github.RajX-dev
N3MO: Code intelligence engine mapping repositories into queryable symbol graphs.
- io.github.ProjectAILiberation/tactus by io.github.ProjectAILiberation
Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.
- Patent PreCheck by io.github.Patent-PreCheck
Patentability pre-check for code: USPTO pillar scores, filing-readiness, and prior-art signals.
Frequently asked questions
How do I install Gardener?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Gardener?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Gardener free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.