Loading...
Loading...
Found 67 Skills
Expert guidance for creating effective Cursor IDE rules with best practices, patterns, and examples
Code simplification for clarity and maintainability. Use PROACTIVELY after code is written or modified to refine recently changed files.
Use when writing code, documentation, or comments - always use accessible and respectful terminology
Use when writing type annotations on variables. Use when TypeScript can infer the type. Use when code feels cluttered with types.
Verify and enforce coding standards, AI guidelines, and workspace compliance across repositories. Use for standards propagation, compliance verification, and enforcing development best practices.
Read the backend development guidelines before starting your development task.
Rules for integrating Tauri's native APIs in the frontend application.
Code quality standards — lint (eslint/oxlint), type check (tsc), pre-commit hooks, and comment conventions. All comments must be in English.
Load project context from .claude/ directory at the start of every task. This ensures Gemini CLI has the same coding rules, design decisions, and library constraints as Claude Code.
Prioritizes the use of new features available in Python 3.12 and later versions.
Requires detailed type annotations for all Python functions, methods, and class members.
Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more readable asynchronous code.