Discover the Best AI Resources
Curated essentials, no noise — just what matters
Reusable skills—instructions plus helper scripts—that extend AI coding agents. Covers Vercel deployment audits, React performance rules, UI accessibility checks, and writing guidelines; each loads only when a relevant task appears.
Converts DeepSeek protocol calls into OpenAI/Claude/Gemini-compatible APIs with a Go backend and React admin UI. Offers account pooling, protocol adapters, tool-call translation, PoW, and multiple deployment modes (Docker, Vercel, standalone).
Filters and compresses CLI command outputs before they reach an LLM, typically reducing token consumption by 60–90%. Single Rust binary with zero runtime dependencies, supports 100+ dev commands and integrates via a Bash hook into common AI coding tools.
Reduces object-driven shortcut learning in zero-shot compositional action recognition by enforcing temporal verb cues and regularizing against frequent object-verb co-occurrence priors. Proposes RCORE with Co-occurrence Prior Regularization (treats frequent co-occurrences as hard negatives) and Temporal Order Regularization. Evaluated on Sth-com and EK100-com with improved compositional generalization.
Searches raw files with no vector DB or embedding step — drop documents in and query instantly, firing LLM calls only when a match needs reasoning. Adds Monte Carlo evidence sampling and self-evolving clusters as a low-overhead RAG alternative.
A collection of role-specific plugins for Claude Cowork and Claude Code that encode skills, slash commands, and connectors so teams can turn process, tools, and company context into reusable, file-based components for knowledge-work workflows.
Large-scale mathematical reasoning dataset of model-generated solution trajectories produced with and without Python Tool-Integrated Reasoning (TIR), with final answers verified against reference solutions. Contains ~3.64M JSONL training samples (~144 GB) and per-source CC-BY / CC-BY-SA licensing; intended for training and evaluating tool-augmented mathematical reasoning in LLMs.
Researches the last 30 days of public discussion across Reddit, X, Bluesky, YouTube, TikTok, Instagram, HN and Polymarket, then synthesizes a citation-rich briefing and copy-paste prompts. Multi-source scoring, comparative mode, and optional watchlist; requires API/auth for some sources.
Provides a manifest-driven marketplace of official Cursor plugins for developer workflows and agent integrations. Each plugin lives in its own directory with a .cursor-plugin manifest; examples include agent skills, PR review canvases, SDK integrations, CI/team tooling, and orchestration for parallel agent work.
Command-line tool for browser automation: record and generate Playwright scripts, inspect selectors, capture screenshots. Writes snapshots and screenshots to disk rather than into an LLM's context, cutting token use ~4x versus Playwright MCP.
Management system for Xianyu sellers that handles multi-account operations, context-aware AI auto-replies, automated shipping/confirmation, and a web admin UI. Built with FastAPI, Playwright and Docker; intended for learning/research only, not for commercial use.
Runs background coding agents in isolated sandboxes to autonomously handle development tasks, create pull requests, and integrate with Slack, GitHub, Linear and webhooks. Supports multiplayer sessions, multiple LLM providers, fast startup via snapshots and prebuilt images; designed for single-tenant deployments.