Skip to content

xngg1021/academic-skills

v2.0.0LicenseRef-Source-Lineage-1.0

Harness-neutral academic research, statistical recompute, and multi-model deliberation skills.

MCP servers

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

academic-skillsstdio
{
  "type": "stdio",
  "command": "uv",
  "args": [
    "run",
    "--project",
    "${PLUGIN_ROOT}",
    "--python",
    "3.12",
    "--frozen",
    "--no-dev",
    "--no-editable",
    "academic-research-kernel",
    "mcp"
  ],
  "env": {
    "UV_PROJECT_ENVIRONMENT": "${PLUGIN_DATA}/runtime"
  }
}

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": "academic-skills",
  "version": "2.0.0",
  "description": "Harness-neutral academic research, statistical recompute, and multi-model deliberation skills.",
  "author": {
    "name": "Junfu Shi",
    "url": "https://github.com/xngg1021"
  },
  "homepage": "https://github.com/xngg1021/academic-research-kernel",
  "repository": "https://github.com/xngg1021/academic-research-kernel.git",
  "license": "LicenseRef-Source-Lineage-1.0",
  "keywords": [
    "academic",
    "research",
    "citations",
    "cross-review",
    "scfabric"
  ]
}

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.

  • 29Python files
  • LICENSE
View on GitHub