linuxfoundation

25 mods across 2 repositories, 31 stars between them.

upgrade-maintenance

01

linuxfoundation/lfx-mcp

Skill Claude CodeCodex

Upgrade all Go dependencies, fix payload/contract changes introduced by upstream LFX V2 services, and run a query service argument review pass. Use when upgrading dependencies, after upstream service contract changes, or for periodic maintenance of the lfx-mcp codebase.

20 4d ago A 56 tokens original MIT

linuxfoundation/lfx-mcp

Skill Claude CodeCodex

Validate MCP search tool filter parameters against the live OpenSearch resources index and upstream indexer-contract documentation. Use after any filter bug report or indexer contract change to identify broken, missing, or incorrectly implemented filter parameters.

20 4d ago A 48 tokens original MIT

linuxfoundation/lfx-mcp

Instructions file GitHub Copilot

Instructions for linuxfoundation/lfx-mcp, covering copilot instructions — lfx mcp server, what this repository does, ci rules (what breaks the build), requirements for new/modified files and project layout.

20 4d ago A 1,245 tokens original MIT

lfx-mcp AGENTS.md

04

linuxfoundation/lfx-mcp

Instructions file CodexOpenCode

Instructions for linuxfoundation/lfx-mcp, covering agents.md, repository overview, key technologies, architecture overview and data flow.

20 4d ago A 5,822 tokens original MIT

lfx-mcp CLAUDE.md

05

linuxfoundation/lfx-mcp

Instructions file

Instructions for linuxfoundation/lfx-mcp, a project described as: LFX MCP (Model Context Protocol) Server.

20 4d ago A 3 tokens copy · 100% MIT

PreToolUse

06

linuxfoundation/lfx-self-serve

Hook Claude Code

Runs before the agent uses a tool for Edit and Write tool calls, executing guard-protected-files.sh. From linuxfoundation/lfx-self-serve.

11 2d ago A tokens not measured original MIT

dco

08

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Recover from missing DCO sign-off on commits. Handles the single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check that blocks PRs without sign-off. Use when a PR fails the DCO check, when a commit needs a Signed-off-by trailer added retroactively, or when…

11 2d ago A 88 tokens original MIT

drawer

09

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Use when building or modifying a Self Serve drawer component — slide-in detail panels with lazy data loading, chart integration, two-way [(visible)] bindings, and the standard responsive width class chain. Trigger phrases include "building a drawer", "open in a drawer", "drawer component", "lazy-load on open", "side…

11 2d ago A 70 tokens original MIT

lens-persona

10

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Use when touching Self Serve dashboards, persona behavior, lens switching, LensService, ProjectContextService, or any code that varies behavior by user persona (Contributor, Maintainer, ED, Board Member, Admin Mode). Trigger phrases include "lens", "persona", "ED mode", "Admin Mode", "PCC", "dashboard variant".

11 2d ago A 74 tokens original MIT

lfx-review-pr

11

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Review a pull request against LFX architecture standards. Requires the reviewer's HEAD to be the PR's branch (author scenarios are natural; external reviewers run gh pr checkout first). Fetches main fresh, then launches lfx-skills:lfx-general-code-reviewer and lfx-skills:lfx-self-serve-code-reviewer in full-branch…

11 2d ago A 256 tokens original MIT

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Pre-PR shape check on local lfx-self-serve work. Audits PR-shape sanity (branch name, ticket reference — JIRA or GitHub Issue —, conventional-commit format, rebase status, DCO + GPG signing per commit, total diff size, and protected files touched) against the target base branch. Does NOT audit code, code audits run…

11 2d ago A 135 tokens original MIT

nats

13

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Use when publishing or subscribing to NATS from the Self Serve Express BFF — touching nats.service.ts, sending NATS requests, consuming subjects, or troubleshooting NATS connectivity. Trigger phrases include "NATS publish", "NATS subscribe", "NATS request", "nats.service", "project RPC", "inter-service messaging".

11 2d ago A 72 tokens original MIT

pagination

14

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Use when a Self Serve backend endpoint returns lists, when you need cursor pagination (pagetoken / pagesize) against the query service, or when fetching all pages of a resource via the fetchAllQueryResources helper. Trigger phrases include "paginated endpoint", "pagetoken", "pagesize", "infinite scroll backend", "list…

11 2d ago A 80 tokens original MIT

preflight

15

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Mechanical pre-PR pipeline, license headers, format, lint, build, protected file check, commit verification, and PR change summary. Run after the post-commit reviewer trio has been drained and /lfx-self-serve-pr-readiness has passed. Pattern/convention auditing is owned by the central reviewer trio (see…

11 2d ago A 95 tokens original MIT

self-serve-dev

16

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Guided development workflow for building, fixing, updating, or refactoring code, components, services, backend endpoints, shared types, or full features. Use whenever someone wants to add a feature, fix a bug, modify existing code, create something new, refactor, or implement any code change.

11 2d ago A 65 tokens original MIT

setup

17

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Environment setup from zero — prerequisites, clone, install, env vars via 1Password, and dev server. Use for getting started, first-time setup, broken environments, install failures, or missing env vars.

11 2d ago A 44 tokens original MIT

snowflake

18

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Use when writing or modifying Self Serve Snowflake queries, touching snowflake.service.ts, or building analytics endpoints that hit the singleton Snowflake pool. Trigger phrases include "Snowflake query", "analytics endpoint", "snowflake.service", "SQL bind", "warehouse", "snowflake pool", "direct SQL".

11 2d ago A 66 tokens original MIT

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Senior code-review method for lfx-self-serve (LFX One) pull requests. Use when the task is to review a PR for correctness, design, and security on this repo.

11 2d ago A 44 tokens original MIT

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

How to judge the implementation of an lfx-self-serve (LFX One) pull request: the general quality dimensions (correctness, error handling, tests, performance, readability, code truthfulness) and how to hold the diff to the repo's documented standards for the Angular SSR app and the Express BFF. Use on every PR that…

11 2d ago A 102 tokens original MIT

linuxfoundation/lfx-self-serve

Skill Claude CodeCodex

Security review for lfx-self-serve (LFX One) pull requests. Use when a PR touches the auth middleware or route classification, the OIDC session or token-exchange paths, a server controller or service, a proxy call to an upstream microservice, the public surface, user identity, impersonation or persona-based…

11 2d ago A 155 tokens original MIT