Loading...
Loading...
Found 48002 skills
Kilo-Org
Debugs LangChain and LangGraph agent execution by fetching and analyzing traces from LangSmith Studio, aiding error investigation and performance analysis.
laurigates
Guides on core Python development including modern features (3.10+), type hints, async/await, and Pythonic patterns for efficient coding.
laurigates
Provides a structured code review checklist covering security, quality, performance, and consistency in software development.
laurigates
Creates project-specific development rules, architecture patterns, and quality standards from PRDs using Blueprint Development methodology.
laurigates
An all-in-one formatter and linter for JavaScript/TypeScript projects, offering zero-config setup and 15-20x speed over ESLint/Prettier.
sovrium
Validates code against framework-specific best practices, identifying anti-patterns and suggesting corrections for React, Drizzle ORM, and Hono.
laurigates
Provides cross-language linter autofix patterns for Biome, Ruff, Clippy, and ShellCheck to improve code quality and consistency.
laurigates
Automates building and publishing Python packages to PyPI using uv, handling versioning, entry points, and package formats.
sovrium
Automates dependency auditing by comparing installed packages against documented versions, identifying undocumented, outdated, or unused dependencies in package.json.
sovrium
Validates ESLint and TypeScript configurations against architecture patterns and infrastructure requirements, ensuring adherence to documented standards.
sovrium
Detects duplicate code patterns and repeated logic across codebases, providing similarity scores and refactoring suggestions to enforce the DRY principle.
Kilo-Org
Provides Vercel-engineered performance optimization guidelines for React and Next.js to ensure optimal code patterns in components, pages, and data fetching.
laurigates
Implements WCAG 2.1/2.2 compliant components with ARIA, keyboard navigation, and focus management for accessible user interfaces.
laurigates
Configures and uses Basedpyright for static type checking in Python, including LSP setup and comparison with alternatives like mypy.
laurigates
Provides a systematic debugging methodology with tool recommendations for memory leaks, performance bottlenecks, and system-level issues in software development.
laurigates
Measures Rust code coverage using LLVM instrumentation, supporting multiple output formats and CI integration for test coverage reporting.
laurigates
Provides advanced Entity Component System (ECS) patterns for Bevy game engine, including complex queries, scheduling, and performance optimization.
laurigates
Provides tools for writing, organizing, and running unit tests in Python using pytest, including coverage, fixtures, and mocking.
laurigates
Manages Python project setup, dependencies, and lockfiles using the uv package manager, including pyproject.toml configuration.
laurigates
Performs AST-based structural pattern matching for code search, refactoring, and semantic analysis across multiple programming languages.
laurigates
Enables comprehensive test coverage using Hypothesis for discovering edge cases and validating invariants in complex logic.
laurigates
Searches GitHub issues to find solutions, workarounds, and discussions for open source library errors and bugs.
Kilo-Org
Guide for creating MCP servers to enable LLMs to interact with external services via well-designed tools in Python or Node/TypeScript.
laurigates
Analyzes test code for smells, overmocking, flakiness, and coverage to enhance test effectiveness, maintainability, and reliability.