productivity▌
6,493 indexed skills · max 10 per page
axe-ios-simulator
0xbigboss/claude-code · Productivity
AXe is a single-binary CLI for iOS Simulator automation via Apple's Accessibility APIs and HID.
trigger-realtime
triggerdotdev/skills · Productivity
Real-time task monitoring and streaming for Trigger.dev tasks across frontend and backend. \n \n Subscribe to task runs with status updates, progress tracking, and output streaming via backend iterators or React hooks \n Stream AI/LLM responses directly to React components using typed stream definitions that pipe OpenAI completions and other async iterables \n Implement human-in-the-loop workflows with wait tokens that pause task execution until frontend approval or user input is received \n Sec
langsmith-trace
langchain-ai/langsmith-skills · Productivity
Add tracing to LangChain/LangGraph apps and query trace data via CLI for debugging and dataset generation. \n \n Automatic tracing for LangChain/LangGraph apps with environment variables; manual tracing via @traceable decorator and wrap_openai() for other frameworks in Python and TypeScript \n Query traces (complete execution trees) or runs (individual nodes) using langsmith CLI with filters for time, latency, errors, tags, and custom metadata \n Export traces to JSONL files preserving hierarchy
ctf-malware
ljagiello/ctf-skills · Productivity
Malware analysis and network traffic techniques for CTF challenges. \n \n Covers script deobfuscation (JavaScript, PowerShell, base64/hex decoding), YARA rule writing, shellcode analysis with Unicorn Engine and Capstone, and memory forensics using Volatility 3 (malfind, process injection detection) \n Includes PE and .NET binary analysis (peframe, dnSpy, AsmResolver), malware configuration extraction, and sandbox evasion detection (VM detection, timing checks, API hashing) \n Provides C2 traffic
elevenlabs-agents
jezweb/claude-skills · Productivity
Build production-ready conversational AI voice agents with ElevenLabs Platform. \n \n Supports React, React Native, Swift, and JavaScript SDKs with dashboard or CLI-based agent configuration \n Add client-side and webhook-based server tools, upload knowledge bases for RAG, and configure voice, LLM, system prompt, and first message \n Includes signed URL authentication pattern, agent versioning for A/B testing, and dynamic variable injection for user context \n CLI provides init, deploy, test, an
form-validation
aj-geddes/useful-ai-prompts · Productivity
Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety.
extract
actionbook/actionbook · Productivity
Activate when the user wants to obtain data from a website:
homepage-generator
kostja94/marketing-skills · Productivity
Guides homepage content, structure, and conversion optimization.
planning-with-files
davila7/claude-code-templates · Productivity
Work like Manus: Use persistent markdown files as your "working memory on disk."
trigger-setup
triggerdotdev/skills · Productivity
Initialize Trigger.dev in your project with configuration and first task setup. \n \n Scaffolds trigger.config.ts , trigger/ directory, and example task via npx trigger init \n Requires Node.js 18+, Bun, and a Trigger.dev account with project credentials from the dashboard \n Development server runs locally with npx trigger dev ; tasks are triggered from app code or the dashboard test interface \n Common setup issues covered: task export requirements, project ID verification, and secret key conf