Imported from Supplyline/plytix-mcp (AGENTS.md). Install upstream with npx skills add Supplyline/plytix-mcp. Copyright stays with the author.
AGENTS.md
This file exists for AI assistants that look for AGENTS.md by convention (the emerging cross-tool standard).
All project guidance is maintained in CLAUDE.md — please refer to that file for:
Build & test commands
Project structure
Code organization guidelines (core tools vs custom extensions)
Environment variables
Architecture notes
The instructions in CLAUDE.md are not Claude-specific and apply to any AI coding assistant.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/supplyline-plytix-mcp-plytix-mcp/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
supplyline-plytix-mcp-plytix-mcp.ocm.jsonjson
{
"ocm": "1",
"id": "supplyline-plytix-mcp-plytix-mcp",
"kind": "skill",
"name": "plytix-mcp",
"description": "This file exists for AI assistants that look for `AGENTS.md` by convention (the emerging cross-tool standard).",
"publisher": "Supplyline",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file exists for AI assistants that look for `AGENTS.md` by convention (the emerging cross-tool standard)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Supplyline/plytix-mcp",
"path": "AGENTS.md",
"ref": "fed02011ec55d6892882e21b14a8fc2f3fdeb575",
"url": "https://github.com/Supplyline/plytix-mcp/blob/fed02011ec55d6892882e21b14a8fc2f3fdeb575/AGENTS.md",
"key": "Supplyline/plytix-mcp/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis file exists for AI assistants that look for `AGENTS.md` by convention (the emerging cross-tool standard).\n\n**All project guidance is maintained in [CLAUDE.md](./CLAUDE.md)** — please refer to that file for:\n\n- Build & test commands\n- Project structure\n- Code organization guidelines (core tools vs custom extensions)\n- Environment variables\n- Architecture notes\n\nThe instructions in CLAUDE.md are not Claude-specific and apply to any AI coding assistant.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/supplyline-plytix-mcp-plytix-mcp/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.