Loading...
Loading...
Found 2,518 Skills
Use when writing, fixing, editing, reviewing, or refactoring any Python code. Enforces Robert Martin's complete Clean Code catalog—naming, functions, comments, DRY, and boundary conditions.
Vitest 3 Features skill
This skill should be used when the user asks to "create a TypeScript project", "set up Node.js project", "scaffold new project", "initialize TypeScript repo", "create a new library", "set up a CLI tool", or mentions setting up a new TypeScript/Node.js codebase.
COBOL for mainframe and legacy business systems. Use for .cob files.
Solidity smart contract development for Ethereum and EVM chains. Use for .sol files.
Chai assertion library for JavaScript. Use for JS assertions.
Test skill containing EICAR test file for malware detection
Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation
Implementation guide for new Streamlit features. Use when adding new elements, widgets, or features that span backend, frontend, and protobufs.
Applies tests-first discipline (red/green/refactor) and adds regression tests for bugs. Use when implementing features, fixing bugs, or refactoring.
Audit web applications for WCAG accessibility compliance. Use when asked to run accessibility checks, identify common violations, and provide remediation guidance.
Core Cucumber concepts, Gherkin syntax, and feature file structure