Browse and install Claude Skills to enhance your development workflow. Currently showing 396 skills.
This Claude Skill provides a guide for implementing Google Gemini API image generation using the gemini-2.5-flash-image model. It enables developers to create high-quality images from text prompts and supports image editing, multi-image composition, and iterative refinement. Use it when building text-to-image features or generating visual content for projects.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/gemini-image-gen
This skill provides a guide for implementing Google Gemini API to process PDF documents using native vision capabilities. It enables developers to extract text, images, diagrams, charts, and tables, and supports tasks like structured data extraction, summarization, and document Q&A. Use it when you need to analyze complex documents and convert their content into structured formats.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/gemini-document-processing
This skill enables developers to implement Google Gemini API's audio capabilities for both analysis and generation. It can transcribe, summarize, and analyze audio files up to 9.5 hours long, as well as generate natural speech from text with controllable TTS. Use it for processing podcasts, meetings, or any project requiring robust audio-to-text or text-to-speech functionality.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/gemini-audio
This Claude Skill provides comprehensive guidance for implementing and using the Google Cloud SDK (gcloud CLI) to manage Google Cloud resources. Use it for installing/configuring gcloud, authenticating with Google Cloud, deploying applications, and working with services like Compute Engine and GKE. It's particularly helpful for scripting operations, implementing CI/CD pipelines, and troubleshooting Google Cloud deployments.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/gcloud
This Claude Skill provides guidance for using FFmpeg, the comprehensive multimedia framework for video and audio processing. Developers should use it when converting media formats, encoding/decoding with various codecs, applying filters, or handling streaming workflows. It covers essential FFmpeg operations through command-line tools and libraries.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/ffmpeg
The xlsx skill enables Claude to create, edit, and analyze spreadsheets in formats like .xlsx and .csv. It supports key operations including formula implementation, data analysis, visualization, and modifying files while preserving existing structures. Developers should use this skill when Claude needs to perform spreadsheet-related tasks that require maintaining formula integrity and formatting.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/xlsx
This debugging framework enforces a four-phase process that requires developers to identify the root cause before proposing any fixes. It prevents random patches and ensures systematic investigation of bugs, test failures, or unexpected behavior. Use it for any technical issue, especially under time pressure when quick solutions are tempting.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/systematic-debugging
This skill systematically traces bugs backward through the call stack to identify their original trigger rather than just fixing symptoms. It's designed for use when errors occur deep in execution and you need to find the root cause. The approach helps developers fix problems at their source while optionally adding defense-in-depth measures.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/root-cause-tracing
This Claude Skill provides guidance for building applications on Cloudflare's edge platform. Use it when implementing serverless functions, edge databases, storage solutions, real-time apps, AI features, or static sites. It covers the complete Cloudflare developer ecosystem including Workers, D1, R2, KV, and Durable Objects.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/cloudflare
This skill provides comprehensive guidance for building serverless applications with Cloudflare Workers. Use it when developing Workers, configuring bindings like KV and R2, implementing runtime APIs, or deploying edge functions with JavaScript/TypeScript/Python/Rust. It covers the complete development workflow including testing, Wrangler CLI usage, and production deployment.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/cloudflare-workers
This Claude Skill provides implementation guidance for Cloudflare R2, an S3-compatible object storage service with zero egress fees. Use it when building file storage features, migrating data to/from R2, configuring buckets, or integrating with Cloudflare Workers. It covers R2's APIs, SDKs, and key capabilities like lifecycle management and CORS configuration.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/cloudflare-r2
Cloudflare Browser Rendering provides a headless browser automation API for tasks like taking screenshots, generating PDFs, scraping dynamic content, and testing web applications. It supports multiple integration methods including a REST API, Workers Bindings for Puppeteer/Playwright, and MCP servers. Use this skill when you need to automate browser interactions or extract data from JavaScript-heavy websites.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/cloudflare-browser-rendering
The chrome-devtools skill enables browser automation and debugging through executable Puppeteer CLI scripts that output JSON for easy parsing. It supports web scraping, performance analysis, network monitoring, form automation, and JavaScript debugging. Use this skill when you need to automate browser interactions or extract web data programmatically within your Claude Code projects.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/chrome-devtools
The canvas-design skill generates original visual art as .png and .pdf files for creating posters, designs, or static artwork. It operates through a two-step process: first creating a design philosophy document, then visually expressing that philosophy on a canvas. This skill focuses on producing copyright-free original designs using form, color, composition, and minimal text as visual accents.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/canvas-design
Better Auth is a framework-agnostic TypeScript library for adding authentication and authorization to applications. It supports standard features like email/password and OAuth, as well as advanced functionality including 2FA, passkeys, and multi-tenancy. Use it when you need a comprehensive, type-safe auth solution for any JavaScript framework.
/plugin add https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/better-auth
This skill identifies and analyzes industry trends, including technology adoption, market shifts, and regulatory changes. It uses weak signal detection and trend forecasting to spot emerging opportunities and predict market direction. Developers should invoke it for tasks like industry trend analysis, technology tracking, or identifying market opportunities and threats.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/tracking-industry-trends
This skill calculates TAM, SAM, and SOM using top-down, bottom-up, and value theory methodologies. Developers should use it when a user requests market sizing, opportunity quantification, or addressable market analysis. It's designed for business planning and validating market size for stakeholders.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/tam-analysis
The processing-data skill handles data transformation and analysis tasks when users mention specific keywords or request data processing. It performs operations like data cleaning, transformation, and analysis through structured workflows. Use this skill for data manipulation tasks that follow predefined steps to generate expected outputs.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/simple-skill-template
The analyzing-data skill processes and interprets data when users mention specific keywords or request analytical tasks. It performs comprehensive data assessment, processing, and validation through a structured workflow. Use this skill for data analysis, pattern recognition, and generating insights from various data types.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/complex-skill-template
This skill performs automated code reviews to analyze quality, identify bugs, and suggest improvements while checking for best practices. It is triggered when a developer requests a code review, code analysis, or a quality check. The process involves an initial analysis of the code's purpose and structure, followed by a multi-dimensional assessment of correctness and other quality factors.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/simple-skill-example
This Claude Skill generates new Agent Skills with proper YAML frontmatter, progressive disclosure architecture, and best practices. Use it when developers need to create skill templates, build custom capabilities, or scaffold new skills. It includes comprehensive resources like templates, examples, documentation, and a validation tool.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/skill-creator
This Claude Skill performs systematic competitive intelligence by tracking and analyzing competitor products, pricing, strategies, and market positioning. Developers should use it for tasks like competitive analysis, feature comparisons, win/loss analysis, and monitoring changes in the competitive landscape. It provides actionable insights to understand competitor moves and identify competitive advantages.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/competitive-intelligence
This skill analyzes venture capital, investment trends, funding rounds, and M&A activity for specific markets or industries. Use it when a user requests funding landscape analysis, VC research, or needs to understand investor strategies and funding dynamics. It helps identify active investors and overall investment patterns.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/analyzing-funding-landscape
This skill analyzes customer behavior, needs, and sentiment using methods like review mining, social listening, and buyer persona development. Use it when a user requests customer analysis, voice of customer research, or pain point identification. It helps developers understand customer motivations and decision drivers through feedback analysis.
/plugin add https://github.com/jesseotremblay/claude-skills/tree/main/analyzing-customers