productivity▌
6,493 indexed skills · max 10 per page
libafl
trailofbits/skills · Productivity
Modular Rust fuzzing library for building custom fuzzers with fine-grained control over feedback, mutation, and execution. \n \n Provides drop-in libFuzzer compatibility mode for existing harnesses, or use as a Rust library to build fully customized fuzzers from scratch \n Modular component architecture covers observers (coverage, timing), feedback mechanisms, objectives (crashes, timeouts), mutators, schedulers, and in-process executors \n Supports multi-core fuzzing, dictionary-guided mutation
asc-shots-pipeline
rudrankriyam/app-store-connect-cli-skills · Productivity
Orchestrate iOS screenshot automation from build through frame composition to App Store Connect upload. \n \n Build and launch apps on simulators with Xcode CLI tools, then drive UI interactions and capture screenshots using AXe plan files \n Frame screenshots deterministically with pinned Koubou 0.14.0, supporting six device types (iPhone Air, iPhone 17 Pro, iPhone 17 Pro Max, iPhone 16e, iPhone 17, Mac) \n Configure pipelines via JSON settings and capture plans; skip framing or upload stages a
read-github
am-will/codex-skills · Productivity
Read and search GitHub repository documentation through the gitmcp.io MCP service. \n \n Converts GitHub URLs to gitmcp.io endpoints and provides CLI access via scripts/gitmcp.py for fetching docs, searching documentation semantically, and searching code via GitHub API \n Four core tools available per repository: fetch full documentation, semantic search within docs, exact-match code search, and fetch external URLs referenced in documentation \n Tool names are dynamically generated and prefixed
xiaohongshu-cli
jackwener/xiaohongshu-cli · Productivity
Binary: xhs Credentials: browser cookies (auto-extracted) or browser-assisted QR login (--qrcode)
project-session-manager
yeachan-heo/oh-my-claudecode · Productivity
psm is the compatibility alias for this canonical skill entrypoint.
billing-automation
sickn33/antigravity-awesome-skills · Productivity
Master automated billing systems including recurring billing, invoice generation, dunning management, proration, and tax calculation.
notebooklm
teng-lin/notebooklm-py · Productivity
Programmatic access to Google NotebookLM with full artifact generation, source management, and download capabilities. \n \n Create notebooks, add sources (URLs, PDFs, YouTube, audio, video, images), and chat with content via CLI or Python API \n Generate all artifact types: podcasts, videos, slide decks, infographics, reports, quizzes, flashcards, mind maps, and data tables in multiple formats \n Supports parallel agent workflows with explicit notebook IDs, subagent patterns for long-running ope
rate-limiting-implementation
aj-geddes/useful-ai-prompts · Productivity
Implement rate limiting and throttling mechanisms to protect your services from abuse, ensure fair resource allocation, and maintain system stability under load.
asc-notarization
rudrankriyam/app-store-connect-cli-skills · Productivity
Archive, export, and notarize macOS apps with Developer ID signing and Apple's notarization service. \n \n Automates the full notarization workflow: archive via xcodebuild, export with Developer ID certificate, submit to Apple, and optionally staple the ticket for offline use \n Supports .zip , .dmg , and .pkg formats; includes preflight checks for certificate chain validity and trust settings \n Provides flexible submission modes: fire-and-forget, synchronous wait with polling, or custom poll i
smart-explore
thedotmack/claude-mem · Productivity
Structural code exploration using AST parsing. This skill overrides your default exploration behavior. While this skill is active, use smart_search/smart_outline/smart_unfold as your primary tools instead of Read, Grep, and Glob.