Back to categories
Category

Agent Skills in category: Uncategorized

72244 skills match this category. Browse curated collections and explore related Agent Skills.

deslop

Use when removing AI-generated slop, cleaning up verbose code, or removing unnecessary defensive checks. Triggers on "remove slop", "clean up AI code", "deslop".

v1-io
v1-io
32

e2e-testing

Use when implementing E2E tests, debugging flaky tests, testing web applications with Playwright, or establishing E2E testing standards. Triggers on "e2e test", "end-to-end", "Playwright", "flaky test", "browser test".

v1-io
v1-io
32

fix-tests

Use when tests are failing and need systematic fixing until all pass. Triggers on "fix tests", "tests failing", "make tests pass".

v1-io
v1-io
32

interview-me

Use when the user provides an idea, feature request, Linear ticket, or concept that needs fleshing out. Triggers on "interview me about X", "help me spec out Y", "I have an idea for Z", "flesh out this idea".

v1-io
v1-io
32

md2docs

Convert a Markdown file into a nicely formatted Google Doc and open it in the browser. Use when the user wants to create a Google Doc from a .md file, share markdown content as a Google Doc, or invoke /md2docs. Handles headings, bold, italic, inline code, fenced code blocks, tables, lists, links, horizontal rules, and mermaid diagrams.

v1-io
v1-io
32

pr-description

Use when writing or updating a PR description on GitHub. Triggers on "write PR description", "update PR body", "describe this PR".

v1-io
v1-io
32

pr

Use when shipping local work as a pull request. Triggers on "ship it", "create PR", "open PR", "submit PR", "/pr".

v1-io
v1-io
32

prd

Use when writing a PRD from a Linear ticket or feature request. Triggers on "write PRD", "create requirements doc", "PRD from ticket".

v1-io
v1-io
32

prompt-engineering

Use when writing commands, hooks, skills for agents, or prompts for sub-agents or any other LLM interaction. Triggers on "optimize prompt", "improve LLM output", "prompt template", "write a skill", "system prompt".

v1-io
v1-io
32

prove-work

Use when generating visual proof-of-work GIFs for PRs, recording browser demos of completed features, or creating animated artifacts of UI changes. Triggers on "prove work", "record demo", "GIF for PR", "visual proof", "proof of work", "/prove-work".

v1-io
v1-io
32

refactor

Use when refactoring code for simplicity, removing duplication, or applying KISS/DRY/SOLID/YAGNI. Triggers on "refactor", "clean up code", "apply DRY".

v1-io
v1-io
32

skilling-it

Use when creating, writing, editing, or improving Claude Code skills. Triggers on "create a skill", "write a skill", "improve skill", "skill description", "SKILL.md".

v1-io
v1-io
32

stickify

Use when writing or improving communications to be more memorable and persuasive. Applies when drafting pitches, presentations, marketing copy, product messaging, emails, announcements, or any text that needs to stick. Also use proactively whenever producing copy that would benefit from stickiness -- landing pages, taglines, investor updates, team announcements, product descriptions. Triggers on "stickify", "make this sticky", "make this memorable", "SUCCESs framework", "Made to Stick".

v1-io
v1-io
32

write-tests

Use when writing unit tests for code changes or new functionality. Triggers on "write tests", "add tests", "test this code".

v1-io
v1-io
32

reachy-mini

|

gary149
gary149
0

rsdoctor-analysis

Use when analyzing Rspack/Webpack bundles from local `rsdoctor-data.json` and producing evidence-based optimization recommendations.

rstackjs
rstackjs
50

migrate-to-rsbuild

Migrate webpack, Vite, create-react-app (CRA/CRACO), or Vue CLI projects to Rsbuild.

rstackjs
rstackjs
50

migrate-to-rslib

Migrate tsc or tsup library projects to Rslib.

rstackjs
rstackjs
50

migrate-to-rstest

Migrate Jest or Vitest test suites and configs to Rstest. Use when asked to move from Jest/Vitest to Rstest, replace framework APIs with `@rstest/core`, translate test config to `rstest.config.ts`, or update test scripts and setup files for Rstest equivalents.

rstackjs
rstackjs
50

pr-creator

Use when asked to create a pull request for this repository. It helps the PR follow the repository's branch safety rules, title convention, pull request template, and concise English writing style.

rstackjs
rstackjs
50

rsbuild-best-practices

Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.

rstackjs
rstackjs
50

rsbuild-v2-upgrade

Use when upgrading a Rsbuild 1.x project to v2, including dependency and configuration updates.

rstackjs
rstackjs
50

rslib-best-practices

Rslib best practices for config, CLI workflow, output, declaration files, dependency handling, build optimization and toolchain integration. Use when writing, reviewing, or troubleshooting Rslib projects.

rstackjs
rstackjs
50

rspack-best-practices

Rspack best practices for config, CLI workflow, type checking, CSS, bundle optimization, assets and profiling. Use when writing, reviewing, or troubleshooting Rspack projects.

rstackjs
rstackjs
50

rspack-debugging

Helps Rspack users and developers debug crashes or deadlocks/hangs in the Rspack build process using LLDB. Use this Skill when users encounter "Segmentation fault" errors during Rspack builds or when the build progress gets stuck.

rstackjs
rstackjs
50

rspack-split-chunks

>-

rstackjs
rstackjs
50

rspack-tracing

Comprehensive guide and toolkit for diagnosing Rspack build issues. Quickly identify where crashes/errors occur, or perform detailed performance profiling to resolve bottlenecks. Use when the user encounters build failures, slow builds, or wants to optimize Rspack performance.

rstackjs
rstackjs
50

rspack-v2-upgrade

Use when upgrading a Rspack 1.x project to v2, including dependency and configuration updates.

rstackjs
rstackjs
50

rspress-custom-theme

Customize Rspress themes using CSS variables, Layout slots, component wrapping, or component ejection. Use when a user wants to change the look and feel of an Rspress site, override theme components, add custom navigation/sidebar/footer content, inject global providers, or modify the default Rspress theme in any way. Also use when a user mentions theme/index.tsx, Layout slots, BEM class overrides, or rspress eject.

rstackjs
rstackjs
50

rspress-description-generator

Generate and maintain description frontmatter for Rspress documentation files (.md/.mdx). Use when a user wants to add SEO descriptions, improve search engine snippets, generate llms.txt metadata, prepare docs for AI summarization, or batch-update frontmatter across an Rspress doc site. Also use when adding new documentation pages to an Rspress project — every new doc file needs a description.

rstackjs
rstackjs
50

rspress-v2-upgrade

Migrate Rspress projects from v1 to v2. Use when a user asks to upgrade Rspress, follow the v1-to-v2 guide, update configs/themes, or validate the upgrade.

rstackjs
rstackjs
50

rstest-best-practices

Rstest best practices for config, CLI workflow, test writing, mocking, snapshot testing, DOM testing, coverage, multi-project setup, CI integration, performance and debugging. Use when writing, reviewing, or troubleshooting Rstest test projects.

rstackjs
rstackjs
50

storybook-rsbuild

Set up or migrate Storybook to use the Rsbuild builder. Handles fresh setup for React, Vue 3, HTML, Web Components, and React Native Web, migration from webpack5 or Vite frameworks, and integrations with Rslib, Modern.js, and Rspack. Use when asked to add Storybook, migrate Storybook to Rsbuild, configure rsbuildFinal, or integrate Storybook with Rslib/Modern.js/Rspack.

rstackjs
rstackjs
50

tanstack-start

>-

ferdousbhai
ferdousbhai
1

pytincture-dhxpyt

Build or modify apps that use the pytincture framework and the dhxpyt widgetset. Use when asked to create pytincture services, add backend-for-frontend (BFF) classes/policies, generate UI layouts with dhxpyt widgets (grid, form, toolbar, sidebar, tabbar, etc.), or embed pytincture.js for browser-only Python UI scripts.

pytincture
pytincture
0

jss

JavaScript stack ecosystem. Best practices, patterns, and guidelines for React, RN, Next.js, Nest.js, etc.

jjuidev
jjuidev
0

google-serper-search

Search the web, news, and images through the Serper API. Use when the user asks to search the web, find current information online, verify recent facts, search Google, find images, or gather search results with source links.

shuliuzhenhua-sys
shuliuzhenhua-sys
0

agenticflow-skills

Comprehensive guide for building AI workflows, agents, and workforce systems with AgenticFlow. Use when designing workflows with various node types, configuring single agents, or orchestrating workforce collaboration patterns.

pixelml
pixelml
108

findall

|

janwilmake
janwilmake
0

app-store-optimization

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

alirezarezvani
alirezarezvani
29131

workflow

Creates durable, resumable workflows using Vercel's Workflow DevKit. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow devkit", or step-based orchestration.

johnlindquist
johnlindquist
51

didit-best-practises

Best practices for integrating Didit identity verification platform. Use when implementing KYC/identity verification with Didit, setting up verification workflows, configuring webhooks, integrating web/mobile apps, or migrating from Sumsub to Didit. Triggers on Didit API integration, verification sessions, ID verification, liveness checks, AML screening, face matching, and KYC implementation.

sk7zzz
sk7zzz
0

Benchmarking & Performance

Trading performance evaluation via backtesting and metrics

zuytan
zuytan
52

Critical Review

Critical and uncompromising review of work done

zuytan
zuytan
52

Documentation

Keep project documentation up to date

zuytan
zuytan
52

Implementation Workflow

TDD workflow for implementing features

zuytan
zuytan
52

Rust Trading Development

Specific rules for trading feature development

zuytan
zuytan
52

Project Specifications Management

Manage and enforce project specifications for consistency

zuytan
zuytan
52

Testing & Validation

Test and validation workflow before commit

zuytan
zuytan
52

Trading Best Practices

Critical analysis of trading techniques and financial innovation

zuytan
zuytan
52

Page 238 of 1445 · 72244 results