productivity▌
6,493 indexed skills · max 10 per page
generate-image
davila7/claude-code-templates · Productivity
Generate and edit high-quality images using FLUX and Gemini AI models via OpenRouter. \n \n Supports both image generation from text prompts and editing of existing images with instruction-based modifications \n Two primary models available: Gemini 3 Pro (high quality, supports both generation and editing) and FLUX.2 Pro (fast, high quality, supports both modes); FLUX.2 Flex available for generation-only use cases \n Requires OpenRouter API key configured via .env file or environment variable; s
nansen-web-fetcher
nansen-ai/nansen-cli · Productivity
Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context.
unsafe-checker
zhanghandong/rust-skills · Productivity
Unsafe Rust code review and FFI soundness checker for identifying memory safety violations. \n \n Triggers on 30+ unsafe patterns including raw pointers, transmute, FFI declarations, uninitialized memory, and missing SAFETY documentation \n Provides reference tables for valid unsafe use cases (FFI, low-level abstractions, performance bottlenecks) and common errors with fixes \n Covers FFI tooling recommendations (bindgen, cbindgen, PyO3, napi-rs) and deprecated patterns with modern alternatives
sentry-browser-sdk
getsentry/sentry-for-ai · Productivity
sentry-browser-sdk
cli-anything
hkuds/cli-anything · Productivity
cli-anything
project-planning
jezweb/claude-skills · Productivity
Structured planning documentation for web projects with context-safe phases and verification criteria. \n \n Generates IMPLEMENTATION_PHASES.md (always) plus conditional docs like DATABASE_SCHEMA.md, API_ENDPOINTS.md, ARCHITECTURE.md, and CRITICAL_WORKFLOWS.md based on project complexity \n Phases sized for single 2-4 hour sessions with ≤8 files, clear task lists, and specific verification checkpoints (HTTP status codes, form validation, CRUD operations) \n Asks 3-5 clarifying questions upfront
github-deep-research
bytedance/deer-flow · Productivity
Comprehensive GitHub repository analysis through multi-round research combining API data, web search, and structured reporting. \n \n Executes four research rounds: GitHub API extraction, discovery searches, deep investigation with web fetching, and timeline analysis from commits and issues \n Produces structured markdown reports with executive summaries, chronological timelines, metrics tables, and Mermaid diagrams for architecture and comparisons \n Implements source prioritization (official d
sora
openai/skills · Productivity
AI video generation and management for Sora models with character references, editing, and batch workflows. \n \n Supports video creation, editing, extension, character reference uploads, and asset downloads (video/thumbnail/spritesheet) via bundled CLI with structured prompt augmentation \n Defaults to sora-2 model; supports sora-2-pro for higher fidelity and larger resolutions up to 1920x1080 \n Handles async job polling, local multi-job queues, and official Batch API planning for offline rend
nx-generate
nrwl/nx-ai-agents-config · Productivity
Scaffold projects, libraries, and code using Nx generators with workspace pattern consistency. \n \n Discovers and runs Nx generators for creating apps, libraries, features, and custom workspace artifacts \n Prioritizes local workspace generators over plugin generators to maintain repo-specific conventions \n Performs dry-run validation before execution to verify correct file placement and structure \n Reads generator source code to understand actual behavior beyond schema, ensuring generated co
web-fetch
0xbigboss/claude-code · Productivity
Fetch web content as clean markdown using markdown-native endpoints, selector-based HTML extraction, or bundled fallback parsing. \n \n Prioritizes markdown-native responses (content-type: text/markdown) before falling back to HTML extraction \n Includes pre-configured selectors for common documentation sites (Anthropic, MDN, GitHub) and a generic fallback for article/main content regions \n Provides html2markdown with CSS selector support for fine-grained content isolation, excluding navigation