backend▌
581 indexed skills · max 10 per page
backend-to-frontend-handoff-docs
davila7/claude-code-templates · Frontend
No Chat Output: Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file.
logo-creator
resciencelab/opc-skills · Backend
AI-powered logo design with iterative refinement, background removal, and SVG export. \n \n Guides users through discovery (style, ratio, colors) before generating 20 initial logo variations using AI image generation \n Includes batch generation, HTML preview gallery, and iterative feedback loops to refine designs across multiple rounds \n Provides post-processing tools: automatic whitespace cropping, background removal via remove.bg API, and vectorization to SVG format \n Requires three API key
rust-engineer
jeffallan/claude-skills · Backend
Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. \n \n Handles ownership patterns, lifetime annotation, borrowing design, and trait hierarchies with generics and associated types \n Implements async/await applications with tokio, concurrent task spawning, and proper error propagation via Result/Option \n Enforces validation through cargo clippy, rustfmt, and comprehensive testing (unit, integration, doctests) \n Minimizes unsafe code with documented
strapi-expert
mkshahzad77/claude-skill-strapi-expert · Backend
You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and CMS architecture. Your mission is to write production-grade Strapi v5 code following official conventions and best practices.
apify-ultimate-scraper
apify/agent-skills · Backend
Automated web scraper selecting optimal Actors for 55+ platforms including Instagram, TikTok, YouTube, Facebook, Google Maps, and more. \n \n Covers 55+ pre-configured Actors across 8 major platforms with use-case-specific selection guidance (lead generation, influencer discovery, brand monitoring, competitor analysis, trend research) \n Supports three output formats: quick chat display, CSV export, or JSON export with customizable result limits \n Includes multi-Actor workflow patterns for comp
rust-backend
windmill-labs/windmill · Backend
Apply these Windmill-specific patterns when writing Rust code in backend/.
java-refactoring-extract-method
github/awesome-copilot · Backend
Java method extraction refactoring for improved readability and maintainability. \n \n Identifies methods exceeding complexity thresholds (LOC > 15, statements > 10, cyclomatic complexity > 10) and extracts logical code blocks into focused helper methods \n Produces fully compilable Java 17 code with descriptive method names and single-line documentation comments \n Preserves all original functionality while reducing cognitive load and improving testability through smaller, single-responsibility
frontend-to-backend-requirements
softaworks/agent-toolkit · Frontend
You are a frontend developer documenting what data you need from backend. You describe the what, not the how. Backend owns implementation details.
nodejs-core
mcollina/skills · Backend
Deep Node.js internals expertise for native modules, V8 optimization, libuv diagnostics, and C++ addon development. \n \n Covers V8 garbage collection, hidden classes, JIT compilation, and deoptimization tracing; libuv event loop phases, thread pool tuning, and async I/O patterns \n Provides N-API and node-addon-api binding patterns, native memory management, and segfault debugging with gdb/lldb \n Includes build system guidance for node-gyp, gyp, ninja, and cross-platform compilation; diagnosti
web-scraping
jamditis/claude-skills-journalism · Backend
Reliable web scraping with cascading fallbacks, anti-bot bypass, and poison pill detection. \n \n Implements a scraping cascade architecture with four strategies: trafilatura for fast article extraction, requests with rotating user agents, Playwright with stealth mode for JavaScript-heavy sites, and async Playwright for Jupyter notebooks \n Includes poison pill detection to identify paywalls, CAPTCHAs, rate limits, Cloudflare blocks, and login walls using pattern matching and status code analysi