warpdotdev

124 mods across 7 repositories, 66k stars between them.

add-feature-flag

01

warpdotdev/warp

Skill Claude CodeCodex

Add a new feature flag to gate code changes in the Warp codebase.

65k 2d ago A 20 tokens AGPL-3.0

add-telemetry

02

warpdotdev/warp

Skill Claude CodeCodex

Add telemetry events to track user behavior or system events in the Warp codebase. Use when instrumenting new features, debugging issues, or measuring product metrics.

65k 2d ago A 36 tokens AGPL-3.0

changelog-draft

03

warpdotdev/warp

Skill Claude CodeCodex

Generate a reviewable changelog draft from PRs merged in a release range. Extracts explicit CHANGELOG markers, classifies unmarked PRs, adds external contributor attribution, and outputs markdown + JSON artifacts. Does NOT mutate channelversions.json.

65k 2d ago A 54 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

Reference guidance for classifying whether an unmarked PR should appear in the changelog and under which category. Used inline by the changelog-draft skill — not dispatched as a separate agent.

65k 2d ago A 44 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheaper checks pass. Use whenever a code change, bug fix, build, packaging flow, native dependency, UI behavior, filesystem behavior, or test has material cross-platform implications, even if the user only…

65k 2d ago A 92 tokens AGPL-3.0

dedupe-issue-local

06

warpdotdev/warp

Skill Claude CodeCodex

Repo-specific dedupe guidance for warp. Only the categories declared overridable by the core dedupe-issue skill may be specialized here.

65k 2d ago A 33 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Create a one-time launch modal in the Warp client (feature announcement, onboarding, etc.). Use when adding a new modal that should appear exactly once per user on startup, gated by a feature flag, with colors sourced from Warp theme tokens and terminal theme colors.

65k 2d ago A 62 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in crates/integration. Use when adding a new integration test, fixing a failing integration test, wiring a test into the manual runner or nextest suite, or verifying end-to-end UI and terminal behavior in…

65k 2d ago A 72 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, capture screenshots while walking through first-time onboarding in both logged-out and logged-in states, then selectively fan out follow-up cloud agents for distinct onboarding…

65k 2d ago A 98 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Repo-specific bug reproduction guidance for Warp. Specializes the core reproduce-bug-report skill for logged-out Warp UI repros, exact reporter-version installs, and login-free onboarding.

65k 2d ago A 48 tokens AGPL-3.0

gui-settings-ui

11

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. How to build a Settings page in the Warp client (app/src/settingsview) so its widgets and settings search behave correctly — picking a PageType, deciding whether a heading belongs in the page-title slot or inside a widget, gating a widget, and scoping searchterms per widget. Use when adding or…

65k 2d ago A 86 tokens AGPL-3.0

gui-ui-guidelines

12

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work in this repo, up front before writing the change, so the relevant guidelines shape the implementation.

65k 2d ago A 47 tokens AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

How and when to log (log:: levels, safe macros) and report errors to Sentry (reporterror!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. reporterror!, keeping sensitive data out of logs, or surfacing an error to Sentry.

65k 2d ago A 75 tokens AGPL-3.0

promote-feature

14

warpdotdev/warp

Skill Claude CodeCodex

Promote a feature-flagged feature to Dogfood, Preview, or Stable in the Warp codebase. Use when a feature behind a FeatureFlag is ready to roll out to a broader audience, including wiring up the compile-time/runtime bridge and deferring flag cleanup safely.

65k 2d ago A 59 tokens AGPL-3.0

remove-feature-flag

15

warpdotdev/warp

Skill Claude CodeCodex

Remove a feature flag after it has been rolled out and stabilized in the Warp codebase.

65k 2d ago A 23 tokens AGPL-3.0

review-pr-local

16

warpdotdev/warp

Skill Claude CodeCodex

Repo-specific review guidance for warp. Only the categories declared overridable by the core review-pr skill may be specialized here.

65k 2d ago A 28 tokens AGPL-3.0

rust-unit-tests

17

warpdotdev/warp

Skill Claude CodeCodex

Write, improve, and run Rust unit tests in the warp Rust codebase.

65k 2d ago A 20 tokens AGPL-3.0

triage-issue-local

18

warpdotdev/warp

Skill Claude CodeCodex

Repo-specific triage guidance for warp. Only the categories declared overridable by the core triage-issue skill may be specialized here.

65k 2d ago A 33 tokens AGPL-3.0

tui-testing

19

warpdotdev/warp

Skill Claude CodeCodex

Write and run unit tests for Warp TUI (crates/warptui) elements/screens by rendering to text lines. Use for TUI test work.

65k 2d ago A 36 tokens AGPL-3.0

tui-ui-guidelines

20

warpdotdev/warp

Skill Claude CodeCodex

Guidelines for writing Warp headless TUI (crates/warptui) UI code with the cell-grid TuiElement library. Read before any TUI UI work.

65k 2d ago A 42 tokens AGPL-3.0

tui-verify-change

21

warpdotdev/warp

Skill Claude CodeCodex

Verify a change to Warp's headless TUI front-end (crates/warptui) by running it — locally via ./script/run-tui, or in a headless cloud runner via a WARPAPIKEY dogfood build — and reading the rendered screen back (under tmux when it's installed, otherwise directly). Use whenever you change TUI UI, rendering, input, or…

65k 2d ago B 96 tokens AGPL-3.0

warp

22

warpdotdev/warp

Settings file Claude Code

Warp is an agentic development environment, born out of the terminal.

65k 2d ago A tokens not measured AGPL-3.0

github

23

warpdotdev/warp

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package.

65k 2d ago A tokens not measured AGPL-3.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Run and author Warp Rust integration tests (the crates/integration harness) that capture screenshots and video via TestStep::withstartrecording() / withtakescreenshot(), including mouse and keyboard event overlays. TRIGGER only for the integration-test recording pipeline: recording or…

65k 2d ago A 132 tokens AGPL-3.0