productivity▌
6,493 indexed skills · max 10 per page
runtime
assistant-ui/skills · Productivity
State management and thread/message access layer for assistant-ui chat applications. \n \n Provides three runtime types: AssistantRuntime for overall state, ThreadRuntime for current conversation, and ThreadListRuntime for managing multiple threads \n Access state via useAuiState selectors and perform operations through useAui() API (append messages, cancel runs, edit/reload messages, query capabilities) \n Emit and listen to lifecycle events: thread.runStart , thread.runEnd , composer.send , an
github-release
jezweb/claude-skills · Productivity
Sanitize code for secrets and artifacts, then create and publish GitHub releases with version tags. \n \n Two-phase workflow: Phase 1 runs blocking checks (secrets scan with gitleaks, LICENSE/README validation, personal artifact removal) and stops on failures; Phase 2 creates version tags and publishes via gh CLI \n Requires gh CLI authenticated, gitleaks installed, and a Git repository with a remote configured \n Includes non-blocking checks for build success and dependency vulnerabilities, plu
market-segments
phuryn/pm-skills · Productivity
Identify and analyze 3-5 distinct customer segments for your product, understanding their unique jobs-to-be-done, desired outcomes, pain points, and product fit. Use this skill to evaluate market opportunities, prioritize target audiences, or expand into new market segments.
wp-phpstan
wordpress/agent-skills · Productivity
PHPStan configuration, error fixing, and baseline management for WordPress projects. \n \n Handles WordPress-specific typing patterns: REST endpoints with WP_REST_Request , hook callbacks with accurate @param types, database results, and Action Scheduler job arguments \n Manages third-party plugin/theme class resolution via stubs ( php-stubs/woocommerce-stubs , php-stubs/acf-pro-stubs ) and targeted ignore patterns \n Provides deterministic PHPStan discovery, configuration validation, baseline g
scientific-schematics
davila7/claude-code-templates · Productivity
Publication-quality scientific diagrams generated with AI and smart iterative refinement. \n \n Supports neural network architectures, system diagrams, flowcharts, biological pathways, circuit diagrams, and complex scientific visualizations through natural language descriptions \n Uses Nano Banana Pro for generation and Gemini 3 Pro for quality review, with smart iteration that stops early if quality meets the threshold for your document type (journal: 8.5/10, poster: 7.0/10, presentation: 6.5/1
gh-cli
trailofbits/skills · Productivity
Prefer the authenticated gh CLI over raw HTTP fetches for GitHub content. In particular:
agent-manager-skill
sickn33/antigravity-awesome-skills · Productivity
Manage multiple local CLI agents in parallel tmux sessions with task assignment and monitoring. \n \n Start, stop, and monitor agents running in isolated tmux sessions with log tailing and health checks \n Assign tasks to specific agents and track their output in real time \n Schedule recurring agent work via cron integration for automated workflows \n Requires tmux and Python 3; agents configured in a local agents/ directory \n
debugging
tursodatabase/turso · Productivity
Debugging tools for Turso database using bytecode comparison, logging, and deterministic simulation. \n \n Bytecode comparison workflow identifies whether behavior differences stem from code generation bugs or VM/storage layer issues by comparing SQLite and Turso EXPLAIN output \n Logging via RUST_LOG environment variable captures detailed traces from turso_core and simulator components during test runs \n ThreadSanitizer stress tests detect threading issues across configurable thread counts and
user-research
anthropics/knowledge-work-plugins · Productivity
Help plan, execute, and synthesize user research studies.
mcp-deepwiki
aahl/skills · Productivity
AI-powered documentation search and Q&A for GitHub repositories via DeepWiki. \n \n Three command modes: ask natural-language questions about repository code and docs, browse wiki structure and topics, or read full documentation contents \n Supports single or multiple repositories (up to 10) in a single query for comparative analysis \n AI-generated answers are grounded in actual repository documentation, with minimum 1-minute timeout for response generation \n Works with any public GitHub