agnostic-ai
v0.1.5One spec, every AI CLI. Install the CLI, scaffold specs, import an existing config, and keep every tool's generated files in sync.
By ChemaclassLicense: MIT16 GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 23, 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 agnostic-ai for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agnostic-ai@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/Chemaclass/agnostic-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agnostic-ai/.
Plugin files
├── .claude-plugin/plugin.json├── skills/import/SKILL.md├── skills/init/SKILL.md├── skills/install/SKILL.md└── skills/sync/SKILL.md
Included Skills4
Adopt a project's existing AI config (CLAUDE.md, AGENTS.md, .cursor/rules, and friends) into agnostic-ai specs, then fan it out to every other tool. Use when the project already has config for one AI CLI and should feed the rest.
Set up agnostic-ai in a project by scaffolding the spec directories, picking target AI CLIs, and producing the first generated config. Use when a project has no .agnostic-ai/ directory yet.
Install or upgrade the agnostic-ai CLI on this machine, picking the route that fits the OS and what is already installed. Use when agnostic-ai is missing, when `agnostic-ai --version` fails, or before any other agnostic-ai skill runs.
Regenerate every AI tool's config from the agnostic-ai specs, or check for drift without writing. Use after editing anything under .agnostic-ai/, when a generated file looks stale, or when CI reports a drift failure.
Plugin manifests1
{
"name": "agnostic-ai",
"version": "0.1.5",
"description": "One spec, every AI CLI. Install the CLI, scaffold specs, import an existing config, and keep every tool's generated files in sync.",
"author": {
"name": "Chemaclass",
"url": "https://github.com/Chemaclass"
},
"homepage": "https://github.com/Chemaclass/agnostic-ai",
"repository": "https://github.com/Chemaclass/agnostic-ai",
"license": "MIT",
"keywords": [
"agents",
"skills",
"rules",
"mcp",
"sync"
]
}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.
[agnostic-ai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agnostic-ai)