thimslugga/thimslugga-plugin
v1.0.0MIT
Personal agent-plugins
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
validatorstdio
{
"type": "stdio",
"command": "./bin/validator",
"args": [
"--data",
"${PLUGIN_DATA}/validator"
],
"env": {
"CONFIG": "${PLUGIN_ROOT}/config.json"
},
"cwd": "${PLUGIN_ROOT}"
}deployment-apistreamable-http
{
"type": "streamable-http",
"url": "https://deploy.example.com/mcp",
"headers": {
"X-Tenant": "public-tenant"
}
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "thimslugga-plugin",
"version": "1.0.0",
"description": "Personal agent-plugins",
"author": {
"name": "Adam Kaminski",
"url": "https://github.com/thimslugga/"
},
"keywords": ["skills", "agent-plugins", "mcp", "steering"],
"homepage": "https://github.com/thimslugga/agent-plugins/docs",
"repository": "https://github.com/thimslugga/agent-plugins",
"license": "MIT",
"extensions": {
"dev.kiro": {
"settingDefinedByThatClient": true
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- dev.kiro