productivity▌
6,493 indexed skills · max 10 per page
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
flutter-routing-and-navigation
flutter/skills · Productivity
Navigate between screens, handle deep linking, and manage data passing in Flutter applications. \n \n Evaluates app requirements to select the optimal routing strategy: imperative Navigator for simple flows, declarative Router / go_router for deep linking and web support, or nested Navigator for independent sub-flows \n Supports data passing between routes via constructor arguments (preferred) or RouteSettings with type-safe argument extraction \n Implements named routes with MaterialApp.routes
qveris-official
qverisai/open-qveris-skills · Productivity
QVeris is a tool-finding and tool-calling engine, not an information search engine. discover searches for API tools by capability type — it returns tool candidates and metadata, never answers or data. call then runs the selected tool to get actual data.
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
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
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
okx-security
okx/onchainos-skills · Productivity
5 commands for token risk analysis, DApp phishing detection, transaction pre-execution security, signature safety, and approval management.
marimo-notebook
marimo-team/skills · Productivity
Create Python-based interactive notebooks with marimo's reactive cell architecture. \n \n Notebooks are pure Python files with @app.cell decorated functions representing cells; dependencies and inputs/outputs are automatically managed through function parameters \n Supports three execution modes: script mode (non-interactive testing), interactive browser editing, and CLI execution via uv run marimo \n Use mo.app_meta().mode == \"script\" to detect execution context and adapt data sources without
validate-skills
callstackincubator/agent-skills · Productivity
Validates skills against agentskills.io spec and Claude Code best practices. \n \n Checks skill metadata compliance including name format, description length, and optional fields like license and compatibility \n Enforces Claude Code best practices: third-person descriptions, body length limits, single-level references, and markdown link formatting \n Provides structured validation reports flagging spec violations and authoring guideline deviations \n Designed for use via /validate-skills comman
microservices-architect
jeffallan/claude-skills · Productivity
Designs distributed system architectures, decomposes monoliths into microservices, and documents resilience patterns. \n \n Applies domain-driven design to identify bounded contexts and service boundaries; validates that each service owns its data exclusively and deploys independently \n Covers communication design (REST, gRPC, async messaging), data strategies (database per service, event sourcing, CQRS), and resilience patterns (circuit breakers, sagas, bulkheads, timeouts) \n Provides referen