tools ide plugins Skills
Discover the best skills in this category.
code-style-validator
by oimiragieo
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automate...
recommending-rules
by oimiragieo
Analyzes codebase to find gaps in rule coverage and suggests rule improvements. Compares codebase against all indexed ru...
multi-ai-code-review
by oimiragieo
Run multi-provider code reviews over git diffs/PR changes using headless AI CLIs (Claude Code `claude`, Google `gemini`,...
explaining-rules
by oimiragieo
Explains which coding rules apply to files and why they matter. Uses the rule index to discover all available rules dyna...
sdk
by oimiragieo
Skill SDK utilities for loading, registering, and managing skills with caching and auto-selection
scaffolder
by oimiragieo
Generates boilerplate code following loaded rules. Creates new components, modules, APIs, and features that automaticall...
claude-md-generator
by oimiragieo
Automatically generates claude.md files for new folders/modules following hierarchical structure. Extracts context from...
multi-ai-code-review
by oimiragieo
Run multi-provider code reviews over git diffs/PR changes using headless AI CLIs (Claude Code `claude`, Google `gemini`,...
automated-test-fix-loop
by lawless-m
Pattern for automated testing with GitHub issue creation and Claude Code auto-fixing. Creates Test → Fail → Issue → Fix...
A comprehensive code review skill that analyzes code for best practices, potential bugs, security issues, and suggests i...
codex
by acking-you
Execute Codex CLI for code generation, analysis, web search and web fetch. Two capabilities - (1) Code Generation with d...
refactoring-specialist
by sandraschi
Code refactoring expert for improving code quality, reducing technical debt, and safe transformations
typescript-style
by jpoutrin
Automatic enforcement of TypeScript/JavaScript coding style, ESLint standards, type safety, and modern patterns. Use whe...
python-style
by jpoutrin
Automatic enforcement of Python coding style, PEP standards, type hints, and modern Python patterns. Use when writing Py...
config-auditing
by BitYoungjae
Neovim configuration audit knowledge base. Use when: reviewing config files for issues, checking deprecated APIs, optimi...
plugin-research
by BitYoungjae
Neovim plugin ecosystem research. Use for: version compatibility, GitHub issues, breaking changes, plugin alternatives....
ctags-usage
by DevonMorris
This skill should be used when the user asks to "find where X is defined", "find references to X", "where is X used", "l...
mermaid-diagrams
by rstacruz
Has guidelines for creating Mermaid diagrams and fixing its syntax errors. Use this before creating or updating Mermai...
codex-cli
by ohbarye
OpenAI Codex CLIを使用したコードレビュー、分析、コードベースへの質問を実行する。使用場面: (1) コードレビュー依頼時、(2)...
This skill should be used when users need to lint, format, or validate Python code using the Ruff command-line tool. Use...
common-tasks
by crmagz
Step-by-step guides for common development tasks like adding constructs, creating packages, and using workspace packages...
naming-conventions
by crmagz
Naming conventions for types, functions, files, and resources. Use when creating new code or reviewing naming patterns....
formatting-standards
by crmagz
Formatting and linting standards using GTS, ESLint, and Prettier. Use when writing or formatting TypeScript code in this...
add-nvim-plugin
by shinzui
Add and configure a neovim plugin following the nix-based setup. Use when the user wants to add a new vim/neovim plugin.