productivity▌
6,493 indexed skills · max 10 per page
nansen-fund-tracker
nansen-ai/nansen-cli · Productivity
Answers: "What are crypto funds and VCs holding right now?"
memory-management
anthropics/knowledge-work-plugins · Productivity
Two-tier memory system that decodes workplace shorthand, acronyms, and internal language for contextual understanding. \n \n CLAUDE.md serves as a hot cache of ~30 frequent contacts, common terms, and active projects; memory/ directory stores the complete glossary, detailed profiles, and project context \n Tiered lookup flow checks CLAUDE.md first (covers 90% of daily decoding), then searches memory/glossary.md, then asks the user for unknown terms \n Supports progressive disclosure: quick parsi
flutter-concurrency
flutter/skills · Productivity
Background JSON parsing and state management for jank-free Flutter UI rendering. \n \n Provides decision tree for choosing between manual serialization ( dart:convert ) and code generation ( json_serializable ) based on model complexity \n Supports three concurrency strategies: main-thread async/await for small payloads, short-lived Isolate.run() for heavy one-off computations, and long-lived isolates with ReceivePort / SendPort for continuous two-way communication \n Includes platform-aware fal
sdd:implement
neolabhq/context-engineering-kit · Productivity
Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it critically neccesary or you are done! Avoid asking questions until it is critically neccesary! Launch implementation agent, judges, iterate till issues are fixed and then move to next step!
grimoire-pendle
franalgaba/grimoire · Productivity
Fetch Pendle SDK metadata and validate routing configuration via CLI commands. \n \n Query supported chains, aggregators, markets, assets, and market token details from Pendle's hosted API \n Six command categories: info , chains , supported-aggregators , markets , assets , and market-tokens with filtering by chain, activity status, and asset type \n Supports JSON and table output formats; configurable API base URL via flag or environment variable \n Preflight validation available through grimoi
flutter-platform-views
flutter/skills · Productivity
Embed native views and web content into Flutter apps across Android, iOS, macOS, and web platforms. \n \n Supports Android Hybrid Composition (native fidelity) and Texture Layer (Flutter performance), iOS/macOS Hybrid Composition, and web full-page or embedded multi-view modes \n Provides complete Dart and native code templates (Kotlin for Android, Swift for iOS/macOS, JavaScript for web) with factory registration patterns \n Requires decision tree upfront to determine target platform and embedd
security-best-practices
openai/skills · Productivity
Language and framework-specific security reviews with actionable vulnerability detection and fix guidance. \n \n Supports Python, JavaScript/TypeScript, and Go with framework-specific best practices loaded from a references directory \n Operates in three modes: secure-by-default code generation, passive vulnerability detection during development, and full security audit reports with severity prioritization \n Generates detailed markdown reports with line-number references, impact statements, and
chatroom-austrian
dontbesilent2025/dbskill · Productivity
你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。
dev-browser
sawyerhood/dev-browser · Productivity
Browser automation with persistent page state across sequential scripts. \n \n Two modes: standalone Chromium (default) or extension mode connecting to user's existing Chrome browser with authentication already in place \n Discover page elements via ARIA snapshot accessibility tree, then interact using element references; alternatively read source code to write direct selectors \n Small, focused scripts that run incrementally—each script does one action (navigate, click, fill, check), then you e
senior-fullstack
sickn33/antigravity-awesome-skills · Productivity
Automated scaffolding, project analysis, and code quality checks for modern fullstack applications. \n \n Three core Python scripts handle fullstack scaffolding, project analysis with performance metrics, and code quality assessment with automated fixes \n Covers React, Next.js, Node.js, GraphQL, PostgreSQL, Docker, Kubernetes, and major cloud platforms (AWS, GCP, Azure) \n Includes reference documentation for tech stack patterns, architecture design, development workflows, and best practices ac