Browse and install Claude Skills to enhance your development workflow. Currently showing 3230 skills.
The index-manager skill handles the complete lifecycle of MPEP search indexes, including downloading PDFs, extracting content, generating embeddings, and building FAISS/BM25 indexes. It provides automated tools for maintenance, optimization, and troubleshooting when rebuilding indexes or addressing corruption issues. Developers should use it for initial index creation, adding new content, or when diagnostic checks indicate index problems.
/plugin add https://github.com/RobThePCGuy/Claude-Patent-Creator/tree/main/index-manager
This Claude skill provides expert guidance for extending the Claude Patent Creator system, specifically for adding new MCP tools, analyzers, and features. It offers structured workflows and best practices for implementing code, validation, testing, and documentation. Developers should use it when working on MCP integrations, configuration options, or performance optimizations within the system.
/plugin add https://github.com/RobThePCGuy/Claude-Patent-Creator/tree/main/development-assistant
This skill enables developers to perform fast, cloud-based searches across over 76 million worldwide patents using Google BigQuery. It supports keyword searches across titles and abstracts, filtering by CPC classification codes, and retrieving detailed patent information. Use it for prior art searches, patent landscape research, or looking up specific patent details by publication number.
/plugin add https://github.com/RobThePCGuy/Claude-Patent-Creator/tree/main/bigquery-patent-search
This skill provides comprehensive assistance for TimescaleDB development, helping developers implement and debug time-series solutions. It covers key features like hypertables, continuous aggregates, compression, and real-time analytics. Use it when working with TimescaleDB features, APIs, or implementing best practices for time-series data.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/timescaledb
This skill provides comprehensive guidance for Telegram ecosystem development, covering Bot API, Mini Apps, and MTProto client development. It helps developers implement features like message handling, payments, inline modes, webhooks, authentication, and storage APIs. Use it when building Telegram bots, Mini Apps, custom clients, or integrating Telegram's business functionalities.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/telegram-dev
SnapDOM is a dependency-free library that converts HTML elements into SVG or raster images while preserving styles, fonts, and pseudo-elements. Use it for capturing styled DOM content, exporting to multiple formats (SVG, PNG, JPG, WebP), and handling complex rendering with custom scaling or CORS resources. It's ideal for generating screenshots or image exports directly from the DOM.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/snapdom
This skill automatically detects network failures like timeouts or DNS errors and forces commands to use a proxy via proxychains4. It's triggered when accessing resources like GitHub or PyPI fails, prepending `proxychains4` to the command. The default proxy is set to `http://127.0.0.1:9910`.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/proxychains
This skill provides comprehensive PostgreSQL assistance including SQL queries, database design, administration, and performance tuning. Use it when working with PostgreSQL databases, writing SQL, or managing database systems. It covers everything from connection functions to advanced features and best practices.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/postgresql
This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/polymarket
This skill provides comprehensive assistance for developing with the Hummingbot algorithmic trading framework. It helps with implementing trading strategies, exchange integrations, and debugging code for crypto trading bots. Use it when working with automated trading, market making, arbitrage, or exchange connectors.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/hummingbot
Cryptofeed is a Python library for accessing real-time cryptocurrency market data via WebSocket from over 40 exchanges. It provides normalized feeds for order books, trades, and tickers, ideal for building algorithmic trading systems and data analysis backends. Use this skill when implementing streaming market data connections or processing standardized exchange data.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/cryptofeed
This skill helps developers integrate the CoinGecko cryptocurrency API, providing guidance on authentication, endpoints for coins, exchanges, and contracts. Use it when building crypto price trackers or applications needing real-time and historical market data. It offers practical assistance for implementation, debugging, and best practices.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/coingecko
This meta-skill helps developers create and refine reusable Claude Skills by extracting domain material into structured components like SKILL.md and reference folders. It enables building maintainable skills with reliable activation triggers and clear boundaries. Use it to craft new skills from documentation or refactor existing ones for improved clarity and quality.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/claude-skills
This skill provides comprehensive code examples and tutorials for Claude API integration, including tool use, multimodal features, and RAG implementations. Use it when building Claude-powered applications, learning API usage, or implementing advanced patterns like AI agents. It offers practical guidance for developers working with Claude's capabilities across various integration scenarios.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/claude-cookbooks
This skill provides a comprehensive Chinese guide for advanced Claude Code development, covering tools, REPL environments, and development workflows. Use it when you need to learn MCP integrations, implement advanced patterns, or apply best practices. It includes practical references for core tools like REPL with JavaScript runtime, Artifacts for visualization, and large file analysis workflows.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/claude-code-guide
The ccxt skill provides comprehensive assistance for working with the CCXT cryptocurrency trading library across 150+ exchanges. It helps developers implement trading solutions, manage market data and orders, and debug code using JavaScript, Python, or PHP. Use this skill when building crypto trading automation or working with exchange APIs.
/plugin add https://github.com/2025Emma/vibe-coding-cn/tree/main/ccxt
This skill provides production-ready scaffolding for building and deploying generative AI agents on Google Cloud's Vertex AI platform. It enables developers to quickly implement agents with RAG, function calling, and multi-modal capabilities using Gemini models. Use it when you need to deploy scalable, enterprise-ready AI agents with Google Cloud infrastructure.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/vertex-agent-builder
This skill enables developers to build production AI agents using Google's Agent Development Kit with Claude integration. It provides React-pattern agents, multi-agent orchestration, and comprehensive tool libraries for workflow automation. Use it when you need a structured framework for creating and managing sophisticated, tool-augmented agent systems.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/adk-agent-builder
This Claude Skill automatically formats and validates code using Prettier for languages like JavaScript, TypeScript, and CSS. Use it when a developer asks to format, clean up, or check code consistency. It handles multiple file types and integrates with standard development tools.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/code-formatter
This skill tracks large cryptocurrency transactions and whale wallet movements across multiple blockchains. It's designed for monitoring significant holder activities and large transfers, triggered by phrases like "track whales" or "monitor large transfers." The skill requires access to crypto data APIs and blockchain endpoints to function.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/whale-alert-monitor
This skill audits cryptocurrency wallet security by examining private key management and transaction signing practices. It enables developers to check security configurations and verify signatures when triggered with phrases like "audit wallet" or "check security." The skill provides tools for accessing blockchain data and analyzing wallet implementations.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/wallet-security-auditor
This skill enables developers to backtest cryptocurrency trading strategies against historical market data to validate performance. It provides key metrics for strategy evaluation and triggers with phrases like "backtest strategy" or "validate approach." The tool integrates with crypto data APIs and blockchain endpoints for comprehensive testing.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/trading-strategy-backtester
This Claude skill monitors new token launches, IDOs, and fair launches with contract verification. It's triggered by phrases like "track launches" or "monitor IDOs" and uses crypto data APIs and blockchain tools. Developers can use it to discover and analyze new token deployments programmatically.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/token-launch-tracker
This skill helps developers compare staking rewards and calculate ROI across different validators and proof-of-stake networks. It's triggered by phrases like "optimize staking" and uses tools to access crypto market data and blockchain RPC endpoints. Use it when you need to analyze and optimize cryptocurrency staking returns.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/staking-rewards-optimizer