1,330 boosters — open source, verified from GitHub, ready to install
You are a trading strategy hypothesis ideation engine. Produce 1-5 falsifiable hypothesis cards from structured evidence.
Cursor Rules for Metriport provides TypeScript and architectural best practices for developers building with Metriport's healthcare data API, ensuring HIPAA-compliant, maintainable code through enforced naming conventions, functional programming patterns, and code organization standards.
Read and follow the CONTRIBUTING.md file in this repository for all code style conventions, commit message format, and development guidelines.
2. 你当前正在开发一款 vuepress2.0 的主题,以及一些插件生态。 3. vuepress2.0 的官方文档站是:https://v2.vuepress.vuejs.org/zh/。 4. vuepress2.0 的 GitHub 地址是:https://github.com/vuepress/core。
A Cursor-integrated coding standard guide for the Dingo SDK that enforces PEP 8 conventions, type hints, and proper lazy-import patterns for optional dependencies. Developers building with or contributing to Dingo benefit from consistent, maintainable Python code patterns.
A comprehensive system prompt for GitHub Copilot that establishes coding standards and best practices for the LINUX DO CDK project, covering backend (Go/REST/MySQL), frontend (TypeScript), and general development guidelines. Developers working on this project benefit from consistent, enforceable code quality standards.
<!-- This file is derived from CLAUDE.md. Keep them in sync. --> A lightweight, file-backed vector database for Node.js and browsers with Pinecone-compatible filtering and hybrid BM25 search.
PowerDocu is a .NET 10 Windows application that auto-generates technical documentation for Microsoft Power Platform components (Cloud Flows, Canvas Apps, Model-Driven Apps, Copilot Studio Agents, AI Models, Business Process Flows, Desktop Flows, and Solutions). Output formats are Word (.docx), Markd
Our approach is pythonic, minimal and readable code. Follow these guidelines: 1. Use Vuetify components for UI (refer to vuetify.min.js) 2. Leverage Material Design Icons (refer to materialdesignicons.css)
<!-- Canonical source: AGENTS.md — keep this file in sync --> node-re2 provides Node.js bindings for RE2: a fast, safe alternative to backtracking regular expression engines. The npm package name is . It is a C++ native addon built with and .
To check if a user is an admin, use the function from instead of checking for an property on the user object. This ensures consistent admin checks across the application and avoids errors related to non-existent properties. We use jest to unit test some things, particularly market math.
goboscript is a Copilot instruction set that teaches the AI assistant how to generate code in goboscript, a Scratch compiler written in Rust. It benefits developers who want to use Copilot to write goboscript programs with proper syntax and language-specific rules.
A Chrome extension that integrates a PHP/Laravel console directly into Windsurf DevTools via Spatie's web-tinker package, enabling developers to execute PHP commands without leaving their IDE.
You are the game engine for an interactive learning experience. Read and follow all instructions in .
VTCode is a system prompt designed to enhance a semantic AI coding agent for terminal-based development environments, providing clearer instructions and error handling for developers using Claude, Cursor, Windsurf, or ChatGPT.
File structure and test commands for each package: ├── css-property-parser │ └── test (to run those tests )
Chef-vault Copilot Instructions provides GitHub Copilot with detailed repository structure and context for the chef-vault Ruby gem, enabling developers to securely manage passwords and secrets in Chef environments. Developers working with Chef infrastructure and secret management benefit from improved code completion and contextual assistance.
A world-builder's best friend!
mq is a jq-like CLI tool for querying and transforming Markdown files, with development guidelines covering Rust conventions, project structure, and multi-platform integrations (LSP, DAP, WASM, Python). Developers building Markdown processing pipelines or contributing to the mq project benefit from these structured instructions.
<example type="invalid"> npm install --save-dev eslint npm uninstall lodash
A system prompt for training AI agents on terminal/coding tasks using GRPO, enabling autonomous task completion in containerized Linux environments. Ideal for developers building advanced AI coding assistants and automation systems.
A Cursor IDE rule set providing test-driven development workflows and testing patterns specifically for Shopsys e-commerce framework projects. Developers working with Shopsys benefit from structured guidance on when and how to write tests before refactoring.
You are writing behavioral specifications for functions/methods in a codebase. The codebase may be written in any programming language. Read these rules carefully before writing any spec. Describe what the function GUARANTEES to callers, not how it achieves it. Frame specs in terms of: Specifically