productivity▌
6,493 indexed skills · max 10 per page
xiaohongshu-cover-generator
freestylefly/xiaohongshu-skills · Productivity
Generate Xiaohongshu-style cover images from user topics with automatic formatting. \n \n Accepts a topic as input and produces vertically-oriented 3:4 cover images optimized for mobile viewing \n Requires API key from https://api.canghe.ai/ (via CANGHE_API_KEY environment variable or direct argument) \n Saves generated images to the current working directory with timestamped filenames ( xiaohongshu-cover-{timestamp}.png ) \n Applies clean, youthful aesthetic with automatic watermark removal and
aggregating-crypto-news
jeremylongshore/claude-code-plugins-plus-skills · Productivity
Aggregate cryptocurrency news from 50+ authoritative sources via RSS feeds with real-time scanning, coin/category filtering, and relevance scoring.
debug-buttercup
trailofbits/skills · Productivity
Diagnose and resolve Buttercup CRS pod crashes, cascading failures, and service misbehavior on Kubernetes. \n \n Covers 20+ services across fuzzing, analysis, orchestration, and infrastructure layers; includes triage workflow, log analysis, resource pressure diagnosis, and Redis queue inspection \n Provides cascade-failure detection (e.g., Redis down triggering mass restarts), health-check file monitoring, and per-service failure patterns \n Supports OpenTelemetry/Signoz distributed tracing, vol
ios-debugger-agent
dimillian/skills · Productivity
Build, run, and debug iOS apps on a booted simulator with UI interaction and log capture. \n \n Discovers booted simulators, sets session defaults (project path, scheme, simulator ID), and builds/runs the current iOS project via XcodeBuildMCP tools \n Provides UI inspection ( describe_ui , screenshot ), interaction commands ( tap , type_text , gesture ), and element targeting by ID, label, or coordinates \n Captures simulator logs and console output with start/stop controls; includes build failu
second-opinion
trailofbits/skills · Productivity
Independent code review from external LLMs (OpenAI Codex or Google Gemini CLI) on uncommitted changes, branch diffs, or specific commits. \n \n Supports two review engines: OpenAI Codex CLI (gpt-5.3-codex with structured JSON output) and Google Gemini CLI (gemini-3.1-pro-preview with code-review extension) \n Collects review scope (uncommitted, branch diff, or specific commit), optional project context file (CLAUDE.md or AGENTS.md), and focus area (general, security, performance, or error handli
ctf-osint
ljagiello/ctf-skills · Productivity
Open source intelligence techniques for CTF challenges using public data sources. \n \n Covers social media OSINT (Twitter/X user tracking, Tumblr investigation, BlueSky API, Discord), username enumeration across 741+ platforms, and Unicode homoglyph steganography detection \n Includes geolocation methods: reverse image search, Street View panorama matching, road sign OCR, MGRS/Plus Code conversion, and infrastructure mapping via OpenRailwayMap \n Provides web reconnaissance: Google dorking with
nuxt-modules
onmax/nuxt-skills · Productivity
Framework extensions through published npm packages, local modules, and runtime/server integrations. \n \n Covers three module types: published npm packages (@nuxtjs/, nuxt-), local project modules in the modules/ directory, and inline hooks in nuxt.config.ts \n Provides defineNuxtModule patterns, Kit utilities, and hook system for extending components, composables, plugins, API routes, and middleware \n Includes E2E testing strategies, npm publishing workflows, and copy-paste CI/CD templates fo
opennews
6551team/opennews-mcp · Productivity
Real-time crypto and financial news from 72+ sources with AI-generated impact scores and trading signals. \n \n Aggregates news, exchange listings, on-chain whale trades, meme sentiment, and market anomalies across 5 engine categories \n Includes major sources: Bloomberg, Reuters, Financial Times, CNBC, CoinDesk, Twitter/X, Binance, Coinbase, and 60+ others \n Search by keyword, coin symbol, engine type, or news source; filter for high-impact articles (score >= 80) and bilingual AI summaries \n
fund
coinbase/agentic-wallet-skills · Productivity
Deposit USDC to wallet via Coinbase Onramp or direct transfer. \n \n Opens a companion UI where users select preset amounts ($10, $20, $50) or custom values and choose from Apple Pay, debit card, bank transfer, or Coinbase account funding \n Supports multiple payment methods with varying settlement times: instant for card and Apple Pay, 1–3 days for ACH bank transfers \n Deposits funds as USDC on the Base network; alternatively, users can send USDC directly to the wallet address via npx awal@2.0
avoid-feature-creep
waynesutton/convexskills · Productivity
Stay focused on core problems, ship faster, and avoid bloated products through disciplined scope management. \n \n Provides a five-step decision framework (validate problem, check alignment, measure impact, assess complexity, gut check) to evaluate every feature request before building \n Includes scope management rules: define your MVP upfront, track scope changes like code, apply a 48-hour waiting period for new requests, and use budget-based trade-offs to prevent additions \n Offers templates