4,723 boosters for "r" — open source, verified from GitHub, ready to install
Focus on secure, robust, and efficient code. Refer to https://mywiki.wooledge.org for Bash best practices.
"name": "prompt-improver", "description": "Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, bac
Check HIPAA compliance for healthcare data security requirements. Use when auditing healthcare applications. Trigger with 'check HIPAA compliance', 'validate health data security', or 'audit PHI protection'.
AgentDock Cursor Rules is a framework guide that establishes architectural principles and coding conventions for building AI agents using TypeScript in Cursor. It benefits developers creating complex, configurable AI-powered applications who need clear structure and best practices.
CypherFix is an AI agent framework that automates vulnerability detection, triage, and code remediation by analyzing attack surfaces and automatically generating pull request fixes. Security teams and developers benefit from reduced manual pentesting overhead and faster vulnerability remediation cycles.
RTK Optimizer automatically suggests and applies Rust Token Killer wrappers to verbose commands (like git log, find) to reduce token consumption by up to 92%, helping developers optimize costs and efficiency in Claude Code workflows.
Heuristic scoring (no AI key configured).
"name": "auto-redbook-skills", "description": "小红书笔记自动创作技能:撰写内容、生成精美封面与正文卡片、可选一键发布。支持 8 种排版主题(sketch / neo-brutalism / botanical 等)和 4 种智能分页模式。", "category": "content",
1. minimize comments: code should be self-explanatory; comment only when needed. 2. clarity through naming: use clear, descriptive names for variables, functions, classes, components. 3. comment the "why," not the "what": explain why an approach was taken, especially for non-obvious logic or trad
A skill that automates backlog grooming operations for enterprise workflows, helping development teams organize and prioritize work items efficiently.
Automates Vercel SDK upgrades with breaking change detection and migration planning, helping developers safely update their dependencies and identify deprecations.
A Cursor-integrated coding standards and linting configuration toolkit for NeMo Curator projects, helping teams enforce consistent data processing code quality with Ruff-based rules and exceptions.
TypeScript-first schema validation library with static type inference. This skill covers v4 patterns including the metadata registry system. Zod v4 stores metadata in registries (primarily ). Use as the primary API and as shorthand for description-only cases.
Headless component library providing accessible, unstyled React primitives for building custom UI components with full control over styling and behavior.
A Cursor IDE rule set that enforces component development standards for a Vue3 UI library, ensuring consistent documentation practices and API updates across component modifications.
"name": "actionbook", "description": "Actionbook MCP server for up-to-date browser automation. Get verified CSS/XPath selectors for any website directly into your agent context.", "name": "Actionbook"
You are helping an enterprise architect generate French public procurement documentation (Dossier de Consultation des Entreprises) aligned with the Code de la Commande Publique, UGAP, and DINUM digital doctrine requirements. Identify the target project from the hook context. If the project doesn't e
Each agent inherits from and uses a shared object that stores: All providers implement the same interface, making them interchangeable at runtime: Switch provider via or CLI flag.
<!-- AUTO-GENERATED FILE. DO NOT EDIT MANUALLY. --> <!-- Source: tools/ai/llms-base.txt + tools/ai/aicontextheader.md --> <!-- Regenerate with: python tools/ai/generateaicontext_files.py -->
Claude Code Workflow is a JSON-driven multi-agent development framework that orchestrates AI-powered CLI workflows across multiple LLM providers (Gemini, Qwen, Codex) for automated code development tasks. It benefits developers and teams seeking to automate complex development workflows with intelligent context management and multi-agent coordination.
Meigen is a visual creative expert MCP server that enables Claude to search design inspiration, enhance AI image prompts, and generate images through intelligent workflow orchestration. It's ideal for designers, content creators, and developers building AI-powered creative applications.
This command enforces test-driven development methodology for GROWI. 1. ALL phases of TDD MUST be followed: RED → GREEN → REFACTOR 2. Tests MUST be written BEFORE any implementation code (RED phase)
You are a code review specialist. Analyze the given code for: 1. Code quality issues 3. Style inconsistencies