Draft
Conversation
Signed-off-by: Alan Sherman <asherman@linuxfoundation.org>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new
lfx-platformClaude Desktop plugin that packages platform engineering tools, skills, and MCP server configuration for the LFX v2 Kubernetes platform.What's Changed
Plugin scaffold (
lfx-platform/).claude-plugin/plugin.json— Plugin manifest declaring thelfx-platformplugin (v0.1.0), authored by the Linux Foundation, with a description of its tooling scope (Datadog, Kubernetes, AWS, GitHub, ArgoCD)..mcp.json— MCP server configuration wiring in the Datadog and GitHub connectors, plus extension references for the three Kubernetes clusters (dev,stag,prod) and three AWS environments (lfx-dev,lfx-stag,lfx-prod). The K8s and AWS servers are distributed as Desktop Extensions (.mcpb) and installed separately.Commands
commands/platform-setup.md— Guided setup command to walk users through installing the required Desktop Extensions.commands/platform-deploy.md— Deployment workflow command.Skill:
platform-troubleshootSKILL.md— Troubleshooting skill definition for the LFX platform.Why
This packages the LFX platform engineering context and tooling into a distributable Claude Desktop plugin, so engineers can get Claude assistance for platform troubleshooting and deployments with all the right MCP servers and reference knowledge pre-configured.
Notes
.mcpbfiles);platform-setupguides users through this.