agent-tooling-meta
v0.1.0Kilo/Claude ecosystem meta-tooling - plugin management from git marketplaces, scope management, agent alignment across the two hosts, RAG index maintenance, configuration authoring, framework-to-skillset generation
By Alfredo Oliviero0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-tooling-meta for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-tooling-meta@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/primax79/agentic-coding-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-tooling-meta/.
Plugin files
├── .claude-plugin/plugin.json├── skills/framework-skillset-generator/SKILL.md├── skills/kilo-plugin-manager/SKILL.md└── skills/kilo-rag-index-manager/SKILL.md
Included Skills3
Use when asked to generate a reference skillset for a framework or library from its source code, official docs, a formal spec (OpenAPI/JSON Schema/proto), and/or a real project that uses it - `build skills for X like we did for ADK`, `turn this library's docs into skills`, `point a skill-generator at this framework`. Produces a set of grounded, citation-checked SKILL.md files plus a hub/index skill, staged for review before anything is written into a real repo. Not for writing one ad-hoc skill from a task description - that's kilo-customizer.
Install, update, and share agent/skill plugins from git marketplaces for Kilo Code, emulating Claude Code's native plugin marketplace. Also owns everything else that touches those directories: translating agent definitions between Claude and Kilo frontmatter, keeping the two hosts' agents aligned (`sync-agents`), and moving a hand-authored skill, agent or command between global and project scope (`move`). Use when the user asks to add a marketplace, install/update/uninstall a plugin or shared toolkit, distribute skills to the team, convert or re-align an agent file between Claude Code and Kilo Code, or promote/localise a customization item.
Administers Kilo's own semantic codebase index (Qdrant collections, embedding config) independently of any orchestrator - primarily migrating the index across a workspace move/rename without a full re-embed. Use when a Kilo-indexed project directory is moved/renamed and the index needs to follow it, or when inspecting/cleaning up Qdrant collections created by Kilo's indexing feature.
Plugin manifests1
{
"name": "agent-tooling-meta",
"version": "0.1.0",
"description": "Kilo/Claude ecosystem meta-tooling - plugin management from git marketplaces, scope management, agent alignment across the two hosts, RAG index maintenance, configuration authoring, framework-to-skillset generation",
"author": {
"name": "Alfredo Oliviero"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-tooling-meta on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-tooling-meta)