Skip to content

srinitude/srinitude-skills

v0.1.0MIT

Portable Agent Skills and read-only local tools.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

srinitude-skillsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/mcp/dist/server.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

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": "srinitude-skills",
  "version": "0.1.0",
  "description": "Portable Agent Skills and read-only local tools.",
  "author": {
    "name": "Kiren Srinivasan",
    "email": "kiren@fantasymetals.com",
    "url": "https://github.com/srinitude"
  },
  "homepage": "https://github.com/srinitude/skills",
  "repository": "https://github.com/srinitude/skills",
  "license": "MIT",
  "keywords": ["agent-plugins", "agent-skills", "mcp", "workflow"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 201Python files
  • 224YAML files
  • 200JSON files
  • 17configuration files
  • 2text files
  • 4other files
  • 2images
View on GitHub