Loading...
Loading...
Found 77 Skills
Improve code readability without altering functionality using idiomatic best practices
Deep codebase analysis to generate or regenerate STYLE_GUIDE.md with full evidence citations. Use when /setup-ai's quick pass isn't thorough enough, when conventions have drifted, or after a major refactor. Produces a 17-section style guide citing specific files as evidence.
Write high-quality Vue 3 composables following established patterns and best practices. Use when creating new composables, refactoring existing ones, or reviewing composable code. Triggers include requests to "create a composable", "write a use* function", "extract logic into a composable", or any Vue Composition API reusable logic task.
Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT, code review, naming convention, variable naming, function naming, type naming, 命名规范, 代码风格, 格式化, 最佳实践, 代码审查, 怎么命名
General best practices for Dart development. Covers code style, effective Dart, and language features.
Guidance on Python code style optimization and Pythonic idioms; Based on the complete content of *One Python Craftsman* and the "Friendly Python" concept, covering variable naming, control flow, data types, container types, function design, exception handling, decorators, file operations, and SOLID principles; Providing user-friendly and maintainer-friendly design patterns, review checklists, and over 140 practical templates
Analyze Python code for style improvements including naming, structure, nesting, and cognitive load reduction
Эксперт CONTRIBUTING.md. Используй для open source guidelines, PR процессов и contributor onboarding.
Enforce Python code style: use uv, type hints, docstrings, and avoid print statements in production code.
Optional, modular cleanups and style improvements to apply on new mo:core projects (or after mo:core migration). Covers import ordering, unused import cleanup, and single‑expression return removal, with detection checks and automation recipes.
When the user repeats the same correction or convention multiple times, suggest a Cursor rule to encode it permanently.
Guide for how to develop Go apps and modules/libraries. Always use this skill when reading or writing Go code.