Pipelex

22 mods across 3 repositories, 872 stars between them.

changelog

01

Pipelex/pipelex

Command Claude Code

You will be given a block of “changes” immediately after this message (pasted by the user). Your job: update the repository changelog.

852 yesterday A 0 tokens original MIT

docs-uth

02

Pipelex/pipelex

Command Claude Code

Explain the provided feature in the docs: add a new page to @docs/under-the-hood/.

852 yesterday A 0 tokens original MIT

SessionStart

03

Pipelex/pipelex

Hook Claude Code

Runs when a session starts, executing session-start.sh. From Pipelex/pipelex.

852 yesterday A tokens not measured copy · 52% MIT

PostToolUse

04

Pipelex/pipelex

Hook Claude Code

Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing check-keyword-only.sh. From Pipelex/pipelex.

852 yesterday A tokens not measured copy · 48% MIT

pipelex

05

Pipelex/pipelex

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, PostToolUse) and 27 allowed tools.

852 yesterday A tokens not measured original MIT

add-migration

06

Pipelex/pipelex

Skill Claude CodeCodex

Write a migration ledger entry for a configuration schema change in pipelex, so that a user's existing file can be repaired instead of thrown away. Use when make check-migration-schemas (alias cmig) or make check-ledger (alias cl) refuses a change, when the user says "add a migration", "write the ledger entry", "the…

852 yesterday A 154 tokens original MIT

add-model

07

Pipelex/pipelex

Skill Claude CodeCodex

Add a new AI model to the Pipelex inference system. Guides through all required steps: backend TOML configuration (OpenAI, Azure, Anthropic, Google, etc.), kit sync, test profile collections, and fixture regeneration. Use when the user says "add a model", "add GPT-X", "add Claude X", "new model", "register a model"…

852 yesterday A 131 tokens original MIT

bump-mthds

08

Pipelex/pipelex

Skill Claude CodeCodex

Move this repo's exact mthds dependency pin to the latest release on PyPI (or a version you name), re-lock, adapt the engine source to whatever the new release broke, run the checks, and write the CHANGELOG entry — stopping before the commit. Use whenever the user says "bump mthds", "update mthds", "upgrade mthds"…

852 yesterday A 286 tokens original MIT

drift-review

09

Pipelex/pipelex

Skill Claude CodeCodex

Resolve open drift contracts — the review obligations between code and docs declared in drift.toml. Use whenever make drift-check (or the make agent-check / make check aggregates, or the CI lint-drift job) fails with open contracts, when the user says "drift check failed", "resolve the drift contract", "ack the…

852 yesterday A 143 tokens original MIT

release

10

Pipelex/pipelex

Skill Claude CodeCodex

Automates the Pipelex release workflow: bumps the version in pyproject.toml, finalizes the CHANGELOG.md Unreleased section, runs quality checks, creates a release/vX.Y.Z branch, commits, pushes, and opens a PR to main. Use when user says "release", "cut a release", "bump version", "prepare a release", "make a…

852 yesterday A 138 tokens original MIT

test-model

11

Pipelex/pipelex

Skill Claude CodeCodex

Test an AI model on a specific backend using the Pipelex inference test infrastructure. Handles test profile creation, fixture regeneration, and running the right test class for the model type (LLM, image gen, extract, search). Use when the user says "test model X", "test gpt-5.4 on openai", "test model on gateway"…

852 yesterday A 141 tokens original MIT

update-graph-ui

12

Pipelex/pipelex

Skill Claude CodeCodex

Bump the pinned @pipelex/mthds-ui (and elkjs) version that the generated ReactFlow HTML loads from jsDelivr. Re-fetches the bundle, recomputes SRI hashes, and updates the Python constants in standaloneassets.py. Use when user says "update graph ui", "bump mthds-ui", "update graph viewer", "new version of mthds-ui", or…

852 yesterday A 106 tokens original MIT

pipelex AGENTS.md

13

Pipelex/pipelex

Instructions file CodexOpenCode

Instructions for Pipelex/pipelex, covering pipelex coding rules, codex cloud commands, linting, keyword-only arguments check and cleaning derived files.

852 yesterday A 8,627 tokens original MIT

pipelex CLAUDE.md

14

Pipelex/pipelex

Instructions file

Instructions for Pipelex/pipelex, covering pipelex coding rules, commands, linting, keyword-only arguments check and cleaning derived files.

852 yesterday A 3,616 tokens original MIT

Pipelex/pipelex

Agent

Audience. Future-me (or any agent) the next time a make agent-test / pytest -n auto run in this repo hangs without finishing. The common causes here are xdist worker crash-and-replace cycles and fixture-teardown hangs; the iteration loop below generalizes to any hanging suite.

852 yesterday A 0 tokens original MIT

release

16

Pipelex/cocode

Skill Claude CodeCodex

Automates the cocode release workflow: bumps the version in pyproject.toml, finalizes the CHANGELOG.md entry, runs quality checks, creates a release/vX.Y.Z branch, commits, pushes, and opens a PR to main. Use when user says "release", "cut a release", "bump version", "prepare a release", "make a release", "ship it"…

20 5d ago A 137 tokens original MIT

cocode CLAUDE.md

17

Pipelex/cocode

Instructions file

Instructions for Pipelex/cocode, covering cocode — coding rules, commands, linting, (targets: fix-unused-imports format lint pyright mypy) and cleaning derived files.

20 5d ago A 355 tokens original MIT

skybridge

18

Pipelex/pipelex-mcp

Skill Claude CodeCodex

Guide developers through creating and updating ChatGPT and MCP apps. Covers the full lifecycle: brainstorming ideas against UX guidelines, bootstrapping projects, implementing tools/views, debugging, running dev servers, deploying and connecting apps to ChatGPT. Use when a user wants to create or update a ChatGPT app…

0 today A 76 tokens copy · 81% MIT

bump-sdks

19

Pipelex/pipelex-mcp

Skill Claude CodeCodex

Bump this repo's two @pipelex npm dependencies — @pipelex/sdk and @pipelex/mthds-ui — to their latest published versions (or to versions the user names). Reads each package's CHANGELOG for the versions in between, maps every breaking bullet onto the client seams and view casts this repo actually declares, applies the…

0 today A 217 tokens original MIT

release

20

Pipelex/pipelex-mcp

Skill Claude CodeCodex

Automates the pipelex-mcp release workflow: bumps the version in package.json, finalizes the CHANGELOG.md Unreleased section, regenerates package-lock.json, runs quality checks and tests, creates a release/vX.Y.Z branch, commits, pushes, and opens a PR to main. Use when the user says "release", "cut a release", "bump…

0 today A 151 tokens original MIT

Pipelex/pipelex-mcp

Instructions file CodexOpenCode

AGENTS.md instructions for Pipelex/pipelex-mcp: This is a ChatGPT/MCP app built with Skybridge. ALWAYS use the skybridge skill when planning or updating the codebase.

0 today A 125 tokens original MIT

Pipelex/pipelex-mcp

Instructions file

Claude Code instructions for Pipelex/pipelex-mcp, covering claude.md, what this repo is, commands, running against the validation api and detecting api drift.

0 today A 16,549 tokens original MIT