Feat/reusable agent plugin - #1342
Conversation
# Conflicts: # docs/en/docs/index.md # docs/zh/docs/index.md
# Conflicts: # docs/en/docs/index.md # docs/zh/docs/index.md # Conflicts: # docs/en/docs/index.md # docs/zh/docs/index.md
Teingi
left a comment
There was a problem hiding this comment.
Three inline findings from exact-head validation.
| PowerContext provides a portable Agent Plugin package for agents that can load | ||
| Agent Plugin skills and MCP configuration. | ||
|
|
||
| The package lives in the repository at: |
There was a problem hiding this comment.
The VS Code loading steps are valid once the repository has already been cloned, but the acquisition gap remains: the standard wheel only ships src/powercontext, and this guide still provides no clone/download/install step that creates the configured directory. Please add an obtainable artifact or an explicit setup command before asking users to register this path.
| - title: Continue in Pi | ||
| description: Open project context in Pi with the native package. | ||
| href: en/docs/how-to/configure-pi/ | ||
| - title: Continue in OpenClaw |
There was a problem hiding this comment.
This now drops the OpenClaw card that is present on the current base, and the English homepage still does not add the Agent Plugin card that was added to the Chinese homepage. Please preserve the OpenClaw entry and add the matching Agent Plugin entry here so the two locales stay aligned.
Which issue or RFC does this PR close?
Closes #1244.
Rationale for this change
This change adds a reusable PowerContext Agent Plugin package so compatible agents can load PowerContext skills and MCP configuration without relying on agent-specific integration files.
What changes are included in this PR?
integrations/agent-plugin/powercontext/with portable Agent Plugin metadata and MCP configuration.project-contextskill that documents PowerContext Memory and Handoff workflows through MCP.Are there any user-facing changes?
Yes. Users now have a documented reusable Agent Plugin package for compatible agents.
There are no breaking API changes and no persisted format changes.
How was this change tested?
UV_CACHE_DIR=/private/tmp/powercontext-uv-cache uv run pytest tests/agent_plugin/test_contract.pyAI usage statement
Used OpenAI Codex to help implement the Agent Plugin packaging, documentation, tests.