productivity▌
6,493 indexed skills · max 10 per page
m01-ownership
zhanghandong/rust-skills · Productivity
Rust ownership and lifetime error diagnosis through design-first questioning. \n \n Covers seven critical error codes (E0382, E0597, E0506, E0507, E0515, E0716, E0106) with root-cause questions rather than quick fixes \n Guides developers to ask \"who should own this data?\" before applying syntax solutions, distinguishing between symptom fixes and design restructuring \n Provides decision trees for choosing between move semantics, borrowing, cloning, and smart pointers (Arc, Rc, Cow) based on d
m06-error-handling
zhanghandong/rust-skills · Productivity
Rust error handling strategy: when to use Result, Option, panic, and which error crate. \n \n Distinguishes between expected failures (Result/Option), bugs (panic), and unrecoverable errors; includes decision flowchart and core questions to ask before choosing a strategy \n Recommends thiserror for typed library errors and anyhow for ergonomic application-level error handling; covers error propagation with ? and context attachment \n Provides quick reference for unwrap vs expect vs panic, librar
kotlin-exposed-patterns
affaan-m/everything-claude-code · Productivity
Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration.
cli-mastery
github/awesome-copilot · Productivity
Interactive training for GitHub Copilot CLI with guided lessons, quizzes, scenarios, and reference materials. \n \n Covers slash commands, shortcuts, modes, agents, skills, MCP, and configuration through eight progressive modules \n Includes quiz mode (5+ questions per module), scenario challenges, and a comprehensive final exam with XP-based progression tracking \n Levels progress from Newcomer to Wizard (1500 XP max) with XP rewards for lessons, correct answers, perfect quizzes, and scenarios
markitdown
davila7/claude-code-templates · Productivity
Convert 15+ file formats including PDFs, Office documents, images, and audio to clean, LLM-friendly Markdown. \n \n Supports PDF, DOCX, PPTX, XLSX, images with OCR, audio with transcription, HTML, CSV, JSON, XML, ZIP, EPUB, and YouTube URLs \n Optional AI-enhanced image descriptions via OpenRouter or Azure Document Intelligence for advanced PDF processing \n Command-line and Python API interfaces with plugin system for extending functionality \n Batch processing capabilities and streaming suppor
feature-flags
facebook/react · Productivity
Manage React feature flags across channels, gate tests conditionally, and debug flag-specific test failures. \n \n Four flag files control defaults and channel-specific overrides (canary, www, React Native, test renderer) with __VARIANT__ flags simulating gatekeepers tested in both states \n Use @gate flagName pragma to skip tests entirely when a flag is unavailable, or inline gate() to branch assertions when behavior differs \n Adding a new flag requires entries in the main file plus all fork f
ghost-validate
ghostsecurity/skills · Productivity
Validate security findings by analyzing code flows, testing exploit conditions, and confirming true vs. false positives. \n \n Traces request flows from route registration through middleware to handler logic, identifying indirect protections scanners may miss \n Performs live validation against accessible application instances using proxy-based request replay and response comparison \n Classifies findings into True Positive, True Positive (Confirmed), False Positive, or Inconclusive with support
project-health
jezweb/claude-skills · Productivity
Comprehensive project setup, auditing, and configuration management for Claude Code environments. \n \n Detects project type from file indicators (Node.js, Python, Rust, Go, Docker, Cloudflare, etc.) and auto-generates .claude/settings.local.json , CLAUDE.md , and .gitignore with appropriate permission presets \n Audits existing projects via parallel sub-agents: Permission Auditor scans for leaked secrets, stale MCP servers, permission gaps, and legacy syntax; Context Auditor checks CLAUDE.md qu
monitor-ci
nrwl/nx-ai-agents-config · Productivity
You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn subagents to interact with Nx Cloud, run deterministic decision scripts, and take action based on the results.
nansen-polymarket-trader-profile
nansen-ai/nansen-cli · Productivity
Answers: "What is this Polymarket trader betting on? Are they profitable?"