Skip to content

lunarmoon26/lunarmoon26-agent-skills

v0.1.1

Portable engineering, technical writing, and media-processing skills for coding agents.

MCP servers

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

photo-processingstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@lunarmoon26/agent-skill-runtime@0.1.1",
    "mcp",
    "--root",
    "${PLUGIN_ROOT}",
    "--manifest",
    "skills/photo-processing/skill-runtime.json",
    "--allow",
    "filesystem-write"
  ],
  "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": "lunarmoon26-agent-skills",
  "version": "0.1.1",
  "description": "Portable engineering, technical writing, and media-processing skills for coding agents.",
  "author": {
    "name": "lunarmoon26",
    "url": "https://github.com/lunarmoon26"
  },
  "homepage": "https://github.com/lunarmoon26/agent-skills#readme",
  "repository": "https://github.com/lunarmoon26/agent-skills",
  "keywords": ["agent-skills", "engineering", "photo-processing", "mcp"]
}

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.

  • 6Python files
  • 4TypeScript files
  • 5JSON files
  • deployment.yaml
View on GitHub