Toolverse

Find the best skills for

write-example

by tldraw

Writing examples for the tldraw SDK examples app. Use when creating new examples, adding SDK demonstrations, or writing example code in apps/examples.

DevOps
1

write-flow

by windmill-labs

MUST use when creating flows.

Frontend
12

write-git-commit

by jamiebrynes7

Create a git commit following repository conventions

Backend
11

write-ios-macos-changelog

by inline-chat

Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.

Mobile
11

write-issue

by tldraw

Writing and maintaining GitHub issues for the tldraw repository. Use when creating new issues, editing issue titles/bodies, triaging issues, or cleaning up issue metadata (types, labels).

Testing
1

write-plan

by openclaw

MUST use after brainstorming and before executing. Creates detailed implementation plans with checkpoints, verification criteria, and execution options.

UX / Design
1

write-playwright-e2e-code

by VOICEVOX

Playwright E2E テストコードを生成。test.step で日本語ステップ名を使用し、コメント禁止。E2E テスト作成・Playwright コード生成時に使用。

Testing
213

write-pr

by tldraw

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

Backend
38

write-release-notes

by tldraw

Writing release notes articles for tldraw SDK releases. Use when creating new release documentation, drafting release notes from scratch, or reviewing release note quality. Provides guidance on structure, voice, and content for release files in `apps/docs/content/releases/`.

Backend
11

write-rust-tests

by RediSearch

Write Rust tests to verify correctness of Rust code.

Backend
417

write-script-bash

by windmill-labs

MUST use when writing Bash scripts.

DevOps
216

write-script-bigquery

by windmill-labs

MUST use when writing BigQuery queries.

DevOps
1

write-script-bun

by windmill-labs

MUST use when writing Bun/TypeScript scripts.

DevOps
13

write-script-bunnative

by windmill-labs

MUST use when writing Bun Native scripts.

DevOps
11

write-script-csharp

by windmill-labs

MUST use when writing C# scripts.

DevOps
217

write-script-deno

by windmill-labs

MUST use when writing Deno/TypeScript scripts.

DevOps
11

write-script-duckdb

by windmill-labs

MUST use when writing DuckDB queries.

DevOps
218

write-script-go

by windmill-labs

MUST use when writing Go scripts.

DevOps
13

write-script-graphql

by windmill-labs

MUST use when writing GraphQL queries.

Backend
13

write-script-java

by windmill-labs

MUST use when writing Java scripts.

DevOps
29

write-script-mssql

by windmill-labs

MUST use when writing MS SQL Server queries.

DevOps
216

write-script-mysql

by windmill-labs

MUST use when writing MySQL queries.

Backend
220

write-script-nativets

by windmill-labs

MUST use when writing Native TypeScript scripts.

DevOps
1

write-script-php

by windmill-labs

MUST use when writing PHP scripts.

DevOps
15

write-script-postgresql

by windmill-labs

MUST use when writing PostgreSQL queries.

Backend
13

write-script-powershell

by windmill-labs

MUST use when writing PowerShell scripts.

DevOps
210

write-script-python3

by windmill-labs

MUST use when writing Python scripts.

DevOps
13

write-script-rust

by windmill-labs

MUST use when writing Rust scripts.

DevOps
213

write-script-snowflake

by windmill-labs

MUST use when writing Snowflake queries.

DevOps
15

write-tbp

by tldraw

Writing technical blog posts about tldraw features and implementation details. Use when creating blog content about how tldraw solves interesting problems.

Data Science
12

write-test

by useautumn

Write integration tests for the Autumn billing system. Use when creating tests, writing test scenarios for billing/subscription features, track/check endpoints, or when the user asks about testing, test cases, or QA.

Testing
12

write-ui-tests

by dotnet

Creates UI tests for a GitHub issue and verifies they reproduce the bug. Iterates until tests actually fail (proving they catch the issue). Use when PR lacks tests or tests need to be created for an issue.

Testing
1

write-unit-tests

by tldraw

Writing unit and integration tests for the tldraw SDK. Use when creating new tests, adding test coverage, or fixing failing tests in packages/editor or packages/tldraw. Covers Vitest patterns, TestEditor usage, and test file organization.

Testing
342

write-xaml-tests

by dotnet

Creates XAML unit tests for GitHub issues in the Controls.Xaml.UnitTests project. Tests XAML parsing, compilation (XamlC), and source generation. Use when testing XAML-specific behavior, not UI interactions.

Testing
1

writer-memory

by Yeachan-Heo

Agentic memory system for writers - track characters, relationships, scenes, and themes

Mobile
1

writing-bundler-tests

by oven-sh

Guides writing bundler tests using itBundled/expectBundled in test/bundler/. Use when creating or modifying bundler, transpiler, or code transformation tests.

Testing
23

writing-clearly-and-concisely

by davila7

Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's timeless rules for clearer, stronger, more professional writing.

UX / Design
220

writing-dev-server-tests

by oven-sh

Guides writing HMR/Dev Server tests in test/bake/. Use when creating or modifying dev server, hot reloading, or bundling tests.

Testing
26

writing-docs

by remotion-dev

Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.

Frontend
11

writing-documentation-for-llms

by CaptainCrouton89

Teaches how to write effective documentation and instructions for LLMs by assuming competence, using progressive disclosure, prioritizing examples over explanations, and building feedback loops into workflows.

Backend
1

writing-effective-prompts

by CaptainCrouton89

Structure Claude prompts for clarity and better results using roles, explicit instructions, context, positive framing, and strategic organization. Use when crafting prompts for complex tasks, long documents, tool workflows, or code generation.

Testing
16

writing-hashql-diagnostics

by hashintel

HashQL diagnostic writing patterns using hashql-diagnostics crate. Use when creating error messages, warnings, Labels, Messages, Severity levels, Patches, Suggestions, or improving diagnostic quality in HashQL code.

Backend
14

writing-hashql-jexpr

by hashintel

HashQL J-Expr syntax for writing queries. Use when writing J-Expr code, using #literal/#struct/#list constructs, understanding function call syntax, or working with HashQL query files (.jsonc).

Backend
23

writing-helper

by AIGNE-io

A versatile writing assistant that helps compose, improve, and transform text for various purposes including emails, letters, reports, social media, and more

UX / Design
11

writing-hookify-rules

by anthropics

This skill should be used when the user asks to \

Data Science
225

writing-like-user

by CaptainCrouton89

Emulate the user's personal writing voice and style patterns. Use when the user asks to write content in their voice, draft documents, compose messages, or requests \

Frontend
480

writing-nix

by khaneliman

Writes idiomatic, performant, and maintainable Nix code. Covers best practices, anti-patterns to avoid (like `with`), module system design, and performance optimization.

Backend
11

writing-plans

by obra

Use when you have a spec or requirements for a multi-step task, before touching code

Testing
846