cursor-usage
vmain
io.github.trycompai/comp/cursor-usage
How to write and manage Cursor rules - invoke with @cursor-usage
“filesystem github context7 playwright” 共 2,884 个结果
vmain
io.github.trycompai/comp/cursor-usage
How to write and manage Cursor rules - invoke with @cursor-usage
vedge
io.github.Opentrons/opentrons/opentrons-typescript
TypeScript conventions, React patterns, testing, styling, and import rules for the Opentrons monorepo JS/TS packages. Use when working with TypeScript or React files in app/, components/, shared-data/, step-generation/, protocol-designer/, protocol-visualization/, opentrons-ai-client/, or other JS/TS packages.
vmain
io.github.Devolutions/UniGetUI/translation-review
Reviews UniGetUI .json language files for localization quality, detects parity issues, English-equal entries, wrong-script content, and cross-language outliers, then generates a dataset for LLM-assisted linguistic review. Use when the user asks to review translations, audit localization, inspect i18n or l10n quality, or validate language files.
vmaster
io.github.HolmesGPT/holmesgpt/database-troubleshooting
Database Connection Troubleshooting
vmaster
io.github.HolmesGPT/holmesgpt/python-memory-troubleshooting
Python Application Memory Troubleshooting
vmain
io.github.unkeyed/unkey/refactor
Structural refactoring pass on changed code. Use after implementing a feature to improve code structure, reduce duplication, and clean up APIs without changing behavior.
vmain
io.github.foryourhealth111-pixel/Vibe-Skills/security-reviewer
Dedicated security-audit route for OWASP-style risks, secret leaks, auth flaws, injection, unsafe input handling, SSRF/XSS, and sensitive-data exposure. Use instead of code-reviewer when the prompt explicitly asks for security, vulnerability, threat, auth, or OWASP review.
vmain
io.github.massCodeIO/massCode/api-and-typing
Use when defining or reviewing massCode renderer types that come from generated API clients or DTOs, especially when deciding whether to reuse existing API shapes, derive narrower local types, or introduce a UI-only model.
vmain
io.github.higress-group/himarket/frontend-coding-standards
HiMarket 前端(React + TypeScript + Vite)代码规范:Prettier/ESLint、严格 TypeScript、注释与 Fast Refresh、Design Token、Tailwind、验证命令。
vmain
io.github.liuzhengdongfortest/CodeStable/cs-refactor-ff
refactor 流程的超轻量通道——直接识别 1-3 条低风险优化、一次确认、原地改、跑测试自证。触发:用户说"快速重构"、"小重构"、"简单优化下 XX 函数"、"别那么多步骤",且改动在单函数 / 单组件局部、有测试可自证。
vmain
io.github.mono/SkiaSharp/api-add-review
Add new C# APIs to SkiaSharp by wrapping Skia C++ functionality, or review existing API PRs for correctness and style. Two workflows: (1) Add: C++ analysis → C API → bindings → C# wrapper → tests → review (2) Review: check naming, Span overloads, properties, tests, interop safety. Triggers: - "add DrawFoo method", "expose SkSurface::draw", "wrap sk_foo_bar" - "add API", "expose function", "wrap method", "create binding for" - "review this API", "check the API surface", "review PR #NNN for API design" - Issue classified as "New API" (after fetching and classification)
vmaster
io.github.techouse/sqlite3-to-mysql/sqlite3-to-mysql
Use this skill whenever a user wants to transfer, migrate, convert, troubleshoot, or generate commands for moving SQLite 3 schema and data into MySQL or MariaDB using sqlite3mysql. This skill helps gather the required source and connection details, choose a local or Docker workflow, produce safe copy-pasteable commands, and explain sqlite3mysql caveats.
vmaster
io.github.javimosch/supercli/quickstart
Use this skill when the user wants to css generator for transforming user interfaces from design tokens.
vmain
io.github.JamieMason/syncpack/testing-gaps
Run coverage, inspect results, and identify missing test scenarios for a given source file. Use when analysing test coverage or finding untested branches.
vmain
io.github.gnurio/refactoring-ui-plugin/meta-refactor-ui
Analyze a design against all 10 Refactoring UI skills and generate a comprehensive assessment with specific fixes
vmain
io.github.gmh5225/awesome-game-security/mobile-security
Guide for Android and iOS game security, reversing, and anti-cheat-adjacent platform research. Use this skill when working with APK or IPA analysis, IL2CPP mobile titles, Frida, Zygisk or Magisk, jailbreak or root detection bypass, Android kernel modules, emulator detection, or mobile anti-cheat systems.
vmain
io.github.bighardperson/computer-science-skills-collection/automation-workflows
Design and implement automation workflows to save time and scale operations as a solopreneur. Use when identifying repetitive tasks to automate, building workflows across tools, setting up triggers and actions, or optimizing existing automations. Covers automation opportunity identification, workflow design, tool selection (Zapier, Make, n8n), testing, and maintenance. Trigger on "automate", "automation", "workflow automation", "save time", "reduce manual work", "automate my business", "no-code automation".
vmain
io.github.adobe/S3Mock/refactor
Improve code readability, enforce idiomatic Kotlin conventions, and enhance documentation quality in S3Mock without changing behavior. Use when asked to clean up code, improve naming, add KDoc, or align with Kotlin/project idioms. Also invoked by the implement and test skills before adding new code to messy areas.
vmain
io.github.shiwenwen/hope-agent/writing-plans
Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.
v2.1
io.github.unopim/unopim/unopim-backend-dev
Backend PHP development for UnoPim. Activates when writing PHP code, creating classes, models, repositories, events, listeners, or tests; or when the user mentions model, repository, controller, service, event, listener, observer, Concord, proxy, or needs to write backend code. MUST be invoked before writing any PHP tests.
vmaster
io.github.wgpsec/AboutSecurity/python-prototype-pollution
Python 原型链污染(属性注入/Class Pollution)检测与利用。当目标为 Python Web 应用(Flask/Sanic/Django/FastAPI)且存在递归合并(merge)、深度属性设置(pydash.set_)、JSON 配置更新接口时使用。覆盖污染入口识别、__globals__链构造、Flask SECRET_KEY/Jinja2定界符/searchpath污染、pydash路径过滤绕过、Sanic污染链、RCE/文件读取/权限提升利用
vmain
io.github.seaworld008/Commonly-used-high-value-skills/kubernetes-specialist
用于 Kubernetes 集群管理、部署编排、Pod 调试与 Helm Chart 设计。来源:skills.sh 5K+ installs。
vstable
io.github.LuisaGroup/LuisaCompute/backend_architecture
Backend plugin architecture, DeviceInterface API, dynamic loading, command encoding, and backend registration patterns in LuisaCompute
vmain
io.github.hamzafarooq/claude-code-starter/dockerfile-generator
Create a production-ready Dockerfile and deployment config for any project. Optimized for small image size and security. Use when the user wants to containerize their app or deploy to Fly.io, Railway, or any Docker-based platform.