Searching...
Searching...
Found 122398 results
OpenHands
Encrypts and decrypts messages using the ROT13 substitution cipher, a basic cryptographic tool for text obfuscation.
OpenHands
Provides project-specific coding standards and style guidelines to ensure consistent code writing and review practices.
ast-grep
Guides users in writing AST-based rules for precise structural code search, enabling complex pattern matching beyond text-based queries.
malob
Generates Homebrew cask files for packaging and distributing macOS applications via Homebrew package manager.
malob
Provides comprehensive documentation and guidance for the Vercel AI SDK, covering core functions, configuration, and best practices for AI application development.
malob
Conducts comprehensive research by synthesizing data from 10+ verified sources, requiring iterative search rounds and source triangulation for in-depth analysis.
malob
Converts placeholder syntax to actual Unicode icons in terminal configs, supporting BMP PUA and Nerd Font icon sets.
alirezarezvani
Automates security vulnerability scanning for OWASP Top 10, SQLi, XSS, and secrets exposure, triggering on code changes and deployments.
alirezarezvani
Scans dependencies for known vulnerabilities using npm audit and pip-audit, triggering alerts before deployments.
alirezarezvani
Automates README file updates by suggesting changes based on code modifications, ensuring documentation remains synchronized with project evolution.
alirezarezvani
Automates code quality analysis for style, patterns, bugs, and security basics on file changes, commits, and code edits.
alirezarezvani
Automates conventional commit message generation by analyzing staged changes and git diff, improving development workflow consistency.
alirezarezvani
Scans code for exposed secrets, API keys, and credentials to prevent accidental exposure during development and commits.
alirezarezvani
Automatically generates OpenAPI/Swagger documentation from code and comments, triggered by API changes or documentation requests.
alirezarezvani
Automates test generation for new functions and components using Jest, Vitest, and Pytest patterns upon code changes or testing requests.
aifuxi
Provides UI/UX design best practices for web and mobile frontend development, including pages, dashboards, and e-commerce interfaces.
rohunvora
Analyzes bank transaction CSVs to identify and cancel unwanted subscriptions, supporting major banks with interactive HTML audit and one-click cancellation.
FritzAndFriends
Guides creation of Blazor components that emulate ASP.NET Web Forms controls for the BlazorWebFormsComponents library.
FritzAndFriends
Migrates bUnit test files from deprecated beta API (1.0.0-beta-10) to stable 2.x API for Blazor projects, updating test patterns.
FritzAndFriends
Provides structured guidance for creating and maintaining technical documentation using MkDocs for BlazorWebFormsComponents, including component docs and migration guides.
r3bl-org
Applies core software design principles including cognitive load reduction, progressive disclosure, type safety, and meaningful abstraction to API, module, and data structure design.
r3bl-org
Generates and formats Rust documentation using rustdoc, ensuring correct structure, intra-doc links, and conventions. Includes retroactive fixes for documentation issues.
r3bl-org
Runs comprehensive Rust code quality checks including compilation, linting, documentation, and tests before committing changes.
r3bl-org
Enforces type-safe bounds checking for arrays, buffers, and indices using Index/Length types to prevent out-of-bounds errors.