AI & Machine Learning
LLMs, prompts, embeddings, RAG, model training, agents
229 listings
Continue
ExtensionOpen-source VS Code and JetBrains extension that connects any LLM for autocomplete, chat, and inline editing with full model and context control.
Agent Skills
Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.
Canvas Design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
Video Editor MCP server
MCP ServerSee a demo here: https://www.youtube.com/watch?v=KG6TMLD8GmA Upload, edit, search, and generate videos from everyone's favorite LLM and Video Jungle. You'll need to sign up for an account at Video Jungle in order to use this tool, and add your API key. The server implements an interface to upload, generate, and edit videos with: - Custom vj:// URI scheme for accessing individual videos and project
Forage
Self-improving tool discovery for AI agents. Install one MCP server. Your agent finds the rest. npm · GitHub · Contributing Forage is an MCP server that lets AI agents discover, install, and learn to use new tools — automatically. When an agent hits a wall, it forages for the right tool, installs it, and teaches itself how to use it. No restarts. No manual config. The agent gets permanently smarte
Skill Developer
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.
Agent Skills
Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
Skill Seekers
English | 简体中文 🧠 The data layer for AI systems. Skill Seekers turns any documentation, GitHub repo, or PDF into structured knowledge assets—ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines (LangChain, LlamaIndex, Pinecone), and AI coding assistants (Cursor, Windsurf, Cline) in minutes, not hours. Skill Seekers is the universal preprocessing layer that sits between raw documentatio
AI Engineer
Build production-ready LLM applications, advanced RAG systems, and
Agent Memory Systems
Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm
Excel MCP Server
MCP ServerA Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed. Create, read, and modify Excel workbooks with your AI agent. - 📊 Excel Operations: Create, read, update workbooks and worksheets - 📈 Data Manipulation: Formulas, formatting, charts, pivot tables, and Excel tables - 🔍 Data Validation: Built-in validation for ranges, formulas, and
Reviewing Code
PluginReview code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.
Claude Skills MCP Server
MCP ServerA Model Context Protocol (MCP) server that provides intelligent search capabilities for discovering relevant Claude Agent Skills using vector embeddings and semantic similarity. This server implements the same progressive disclosure architecture that Anthropic describes in their Agent Skills engineering blog, making specialized skills available to any MCP-compatible AI application. An open-source
Claude Mem
PluginPersistent memory compression system built for Claude Code. Gives your AI agent long-term memory across sessions with automatic context compression and retrieval.
Deep Research
Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.
Deep Research MCP
MCP ServerA Python-based agent that integrates research providers with Claude Code through the Model Context Protocol (MCP). It supports OpenAI (Responses API with web search and code interpreter, or Chat Completions API for broad provider compatibility) and the open-source Open Deep Research stack (based on smolagents). - Python 3.9+ - OpenAI API access (Responses API models, e.g., o4-mini-deep-research-20
Skill Depot
MCP Serverskill-depot replaces the "dump all skill frontmatter into context" approach with selective, semantic retrieval. Agent skills are stored as Markdown files and indexed with vector embeddings — only the relevant skills are loaded when needed, keeping context lean. - Semantic Search — Find skills by meaning, not just keywords, using embedded vector search - Fully Local — No API keys, no cloud. U
LLM Council
This is a fork of karpathy/llm-council. New in this fork since the previously published state: - Conversation history is complete again: storage loads older runs from backend/data/conversations.json and supports the legacy data/ layout (including data/conversations/ per-conversation JSON files when present), so older runs show up in the UI. - Sidebar no longer truncates early: the frontend now req
OpenStreetMap (OSM) MCP Server
MCP ServerAn OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data. - osm-mcp-server: The main server, available for public use. This server provides LLMs with tools to interact with OpenStreetMap data, enabling location-based applications to: - Geocode addresses and place names to coordinates - Reverse geocode coordinates to addresses - Find
Financial Analysis
PluginPlugins that turn Claude into a specialist for financial services — investment banking, equity research, private equity, and wealth management. Built for Claude Cowork, also compatible with Claude Code. Cowork lets you set the goal and Claude delivers finished, professional work. Plugins let you go further: tell Claude how your firm does analysis, which data sources to pull from, how to handle cri
Agent Skills
Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.
Claude Memory Skill
Claude Code forgets everything between sessions. Built-in auto-memory exists but: - It's opaque (Claude decides what's "meaningful") - Limited to 200 lines loaded at startup - Not tightly integrated into the agentic loop - No hierarchical organization (scales poorly) A skill-based memory protocol with: - Hierarchical storage: core.md summaries → topics/ .md details - Background agents: Memory ops
Agent Skills
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.
Serena
:rocket: Serena is a powerful coding agent toolkit capable of turning an LLM into a fully-featured agent that works directly on your codebase. Unlike most other tools, it is not tied to an LLM, framework or an interface, making it easy to use it in a variety of ways. :wrench: Serena provides essential semantic code retrieval and editing tools that are akin to an IDE's capabilities, extracting code