Skip to content

lc4t/agents-init

v5.2.2

初始化 Agent 项目契约,并通过 project-runtime 持续管理项目能力与生命周期。

MCP servers

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

project-runtimestdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/runtime/mcp_server.py"
  ],
  "env": {
    "PYTHONPATH": "${PLUGIN_ROOT}/runtime"
  },
  "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": "agents-init",
  "version": "5.2.2",
  "description": "初始化 Agent 项目契约,并通过 project-runtime 持续管理项目能力与生命周期。",
  "author": {
    "name": "lc4t"
  },
  "repository": "https://github.com/lc4t/skill",
  "keywords": ["agents-init", "project-runtime", "agent-skills", "mcp", "agent-plugins"]
}

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.

  • 2Python files
  • 3JSON files
  • openai.yaml
  • 2other files
View on GitHub