productivity▌
6,493 indexed skills · max 10 per page
firebase-auth-basics
firebase/skills · Productivity
Set up Firebase Authentication with multiple identity providers and secure data access. \n \n Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration \n Users are identified by unique UIDs with optional properties including email, display name, photo URL, and email verification status \n Authentication via CLI enables Google Sign In, anonymous auth, and email/password; other providers require Firebas
mcp-lark
aahl/skills · Productivity
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
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
async-io-model
tursodatabase/turso · Productivity
Cooperative async patterns using explicit state machines, completions, and re-entrancy safeguards for Turso's I/O model. \n \n Core types: IOResult<T> (returns Done or IO requiring re-call) and Completion for tracking individual operations \n CompletionGroup aggregates multiple completions into one, with nesting and cancellation support \n State machine pattern encodes progress in enum variants to safely handle re-entry across yield points \n Critical pitfall: mutating shared state before y
karpathy-jobs-bls-visualizer
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
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
auto-updater
teylersf/openclaw-auto-updater · Productivity
$1f
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
user-research
anthropics/knowledge-work-plugins · Productivity
Help plan, execute, and synthesize user research studies.
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