Source

warpdotdev/warp

62 skills · 181 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
review-pr-local Repo-specific review guidance for warp. Only the categories declared overridable by the core review-pr skill may be s…
warpdotdev/warp
16
2
rust-unit-tests Write, improve, and run Rust unit tests in the warp Rust codebase.
warpdotdev/warp
11
3
promote-feature Promote a feature-flagged feature to Dogfood, Preview, or Stable in the Warp codebase. Use when a feature behind a Fe…
warpdotdev/warp
10
4
triage-issue-local Repo-specific triage guidance for warp. Only the categories declared overridable by the core triage-issue skill may b…
warpdotdev/warp
9
5
add-feature-flag Add a new feature flag to gate code changes in the Warp codebase.
warpdotdev/warp
8
6
changelog-draft Generate a reviewable changelog draft from PRs merged in a release range. Extracts explicit CHANGELOG markers, classi…
warpdotdev/warp
8
7
dedupe-issue-local Repo-specific dedupe guidance for warp. Only the categories declared overridable by the core dedupe-issue skill may b…
warpdotdev/warp
8
8
remove-feature-flag Remove a feature flag after it has been rolled out and stabilized in the Warp codebase.
warpdotdev/warp
8
9
add-telemetry Add telemetry events to track user behavior or system events in the Warp codebase. Use when instrumenting new feature…
warpdotdev/warp
7
10
classify-changelog-pr Reference guidance for classifying whether an unmarked PR should appear in the changelog and under which category. Us…
warpdotdev/warp
7
11
create-launch-modal Create a one-time launch modal in the Warp client (feature announcement, onboarding, etc.). Use when adding a new mod…
warpdotdev/warp
7
12
warp-ui-guidelines Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work in this repo, up front …
warpdotdev/warp
7
13
warp-integration-test Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in `crates/integration`. …
warpdotdev/warp
6
14
onboarding-verification-skill Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, cap…
warpdotdev/warp
4
15
reproduce-bug-report-local Repo-specific bug reproduction guidance for Warp. Specializes the core reproduce-bug-report skill for logged-out Warp…
warpdotdev/warp
4
16
logging-and-error-reporting How and when to log (log::* levels, safe_* macros) and report errors to Sentry (report_error!) in the Warp codebase.
warpdotdev/warp
3
17
spec-driven-implementation Drive a spec-first workflow for substantial features by writing PRODUCT.md before implementation, writing TECH.md whe…
warpdotdev/warp
3
18
create-pr Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creatin…
warpdotdev/warp
2
19
create-tab-config Create new Warp tab config TOML files from natural-language requests. Use when the user wants a new tab config, a new…
warpdotdev/warp
2
20
fix-errors Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Covers presubmit checks, WASM-sp…
warpdotdev/warp
2
21
gui-onboarding-verification-skill GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable…
warpdotdev/warp
2
22
gui-reproduce-bug-report-local GUI desktop app only. Repo-specific bug reproduction guidance for Warp. Specializes the core reproduce-bug-report ski…
warpdotdev/warp
2
23
modify-settings View or modify Warp application settings using the bundled JSON schema for guidance
warpdotdev/warp
2
24
review-pr Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewi…
warpdotdev/warp
2
25
tab-configs Reference the Warp tab config schema, validation rules, and examples. Use when creating or updating Warp tab config T…
warpdotdev/warp
2
26
update-skill Create or update skills by generating, editing, or refining SKILL.md files in this repository. Use when authoring new…
warpdotdev/warp
2
27
update-tab-config Update existing Warp tab config TOML files from natural-language edit requests. Use when the user wants to modify a t…
warpdotdev/warp
2
28
agent-add-mcp Use this skill when helping users add MCP servers to their Warp configuration.
warpdotdev/warp
1
29
change-keybinding Customize Warp keyboard shortcuts (keybindings, keymappings) by editing the user's keybindings.yaml file. Use when th…
warpdotdev/warp
1
30
claude-api Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching.…
warpdotdev/warp
1
31
create-skill Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a…
warpdotdev/warp
1
32
cross-platform-cloud-verification Orchestrates cost-conscious cloud verification across available operating-system and architecture runners after cheap…
warpdotdev/warp
1
33
diagnose-ci-failures Diagnose CI failures for a PR using the GitHub CLI, extract error logs, and generate a plan to fix them. Use when the…
warpdotdev/warp
1
34
edit-figma-design Create or update Figma designs directly from a written product or UI description using the Figma MCP authoring tools.…
warpdotdev/warp
1
35
factory-files Create and edit file-based Warp software factory definitions, in a repository tree rooted at a factory.yaml. Use when…
warpdotdev/warp
1
36
factory-mcp Use the Warp Factory MCP to hand work to a software factory and collaborate with it — bundle local work and send it t…
warpdotdev/warp
1
37
figma-code-connect-components Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connec…
warpdotdev/warp
1
38
figma-create-design-system-rules Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "gener…
warpdotdev/warp
1
39
figma-create-new-file Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need …
warpdotdev/warp
1
40
figma-generate-design Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section lay…
warpdotdev/warp
1
41
figma-generate-library Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variab…
warpdotdev/warp
1
42
figma-implement-design Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI co…
warpdotdev/warp
1
43
figma-use **MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` di…
warpdotdev/warp
1
44
gui-create-launch-modal GUI desktop app only. Create a one-time launch modal in the Warp client (feature announcement, onboarding, etc.). Use…
warpdotdev/warp
1
45
gui-integration-test GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in …
warpdotdev/warp
1
46
gui-integration-test-video GUI desktop app only. Run and author Warp Rust integration tests (the `crates/integration` harness) that capture scre…
warpdotdev/warp
1
47
gui-settings-ui GUI desktop app only. How to build a Settings page in the Warp client (app/src/settings_view) so its widgets and sett…
warpdotdev/warp
1
48
gui-ui-guidelines GUI desktop app only. Catalog of guidelines for writing UI code in the Warp client. Read whenever doing any UI work i…
warpdotdev/warp
1
49
implement-specs Implement an approved feature from PRODUCT.md and TECH.md, keeping specs and code aligned in the same PR as implement…
warpdotdev/warp
1
50
oz-platform Use Warp's REST API and command line to run, configure, and inspect Oz cloud agents
warpdotdev/warp
1
Page 1 · 62 total Next