productivity▌
6,493 indexed skills · max 10 per page
okx-security
okx/onchainos-skills · Productivity
5 commands for token risk analysis, DApp phishing detection, transaction pre-execution security, signature safety, and approval management.
onedrive
membranedev/application-skills · Productivity
Cloud file storage integration for managing OneDrive accounts, files, folders, and permissions. \n \n 17+ pre-built actions covering file operations (upload, download, copy, delete, rename), folder management, sharing, search, and metadata retrieval \n Automatic authentication and credential refresh through Membrane CLI; no manual API key handling required \n Supports direct API proxy requests to the Microsoft Graph API when pre-built actions don't cover your use case \n Works with the Membrane
android-kotlin
alinaqi/claude-bootstrap · Productivity
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing. \n \n Covers three-layer architecture (data, domain, UI) with Hilt for dependency injection and Room for local persistence \n Jetpack Compose for declarative UI with StateFlow-based state management and lifecycle-aware collection patterns \n Coroutines and Flow for asynchronous operations, including repository patterns with network-first and cache-first strategies \n MockK and Turbin
setup-artist
recoupable/setup-artist · Productivity
Complete artist workspace scaffold with directories, context files, memory system, and environment setup. \n \n Creates a standardized folder structure including context, memory, songs, releases, content, config, library, and apps directories with README guides for each \n Initializes context files (artist identity, audience insights, era metadata) and a scoped memory system that distinguishes between permanent, era-specific, and session-level knowledge \n Sets up environment and services config
auth-wechat-miniprogram
tencentcloudbase/skills · Productivity
WeChat Mini Program authentication with CloudBase using automatic user identity injection in cloud functions. \n \n Automatic authentication: user identity (openid, appid, unionid) is seamlessly injected by WeChat when cloud functions are called, with no explicit login APIs required \n Initialize CloudBase once in Mini Program entry point with wx.cloud.init() , then retrieve verified user context in cloud functions using cloud.getWXContext() \n Three user identifiers available: openid (unique pe
investor-materials
affaan-m/everything-claude-code · Productivity
Create consistent, credible investor materials aligned to a single source of truth. \n \n Covers pitch decks, one-pagers, investor memos, financial models, accelerator applications, and use-of-funds tables \n Enforces cross-document consistency by establishing canonical facts (traction, pricing, raise size, team, milestones) before drafting \n Includes structured guidance for each asset type, from pitch deck slide order to financial model assumptions and sensitivity analysis \n Flags common red
prisma-driver-adapter-implementation
prisma/skills · Productivity
Complete reference for implementing Prisma v7 driver adapters with transaction lifecycle, error mapping, and type conversion details. \n \n Covers four required interfaces: SqlDriverAdapter , Transaction , SqlMigrationAwareDriverAdapterFactory , and SqlQueryable , with full method signatures and lifecycle requirements \n Transaction commit() and rollback() are lifecycle hooks only; Prisma sends SQL via executeRaw , not these methods \n Includes argument mapping (string→int/bigint/float, base64→b
qwen-asr
aahl/skills · Productivity
Qwen ASR \n Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. \n Usage \n uv run scripts/main.py -f audio.wav\n \n cat audio.mp3 | uv run scripts/main.py > transcript.txt\n \n curl https://example.com/audio.ogg | uv run scripts/main.py\n
ghost-scan-code
ghostsecurity/skills · Productivity
Static analysis security scanner that identifies OWASP vulnerabilities across backend, frontend, mobile, and library code. \n \n Scans for SQL injection, XSS, BOLA, BFLA, SSRF, prototype pollution, unsafe deserialization, ReDoS, path traversal, and zip slip vulnerabilities \n Three scan depths available: quick (default), balanced, and full, with token usage warnings for comprehensive scans \n Automated workflow: plans vulnerability vectors per project type, nominates candidate files, analyzes fi
sentry-fix-issues
getsentry/sentry-agent-skills · Productivity
Discover, analyze, and fix production issues using Sentry's full debugging capabilities. \n \n Integrates with Sentry MCP to search issues, retrieve stack traces, breadcrumbs, traces, and AI-generated root cause analysis across your project \n Follows a structured seven-phase workflow: discovery, deep analysis, hypothesis formation, code investigation, implementation, verification, and reporting \n Treats all Sentry event data as untrusted external input; enforces security constraints against em