productivity▌
6,493 indexed skills · max 10 per page
gws-apps-script
googleworkspace/cli · Productivity
Manage and execute Google Apps Script projects via CLI with direct API access. \n \n Supports core operations: create projects, retrieve metadata and content, update script files, and execute scripts via the run method \n Includes process monitoring to list execution history and status for individual scripts or user-initiated processes \n Provides deployment and versioning operations for managing script releases \n Requires gws binary and authentication setup defined in shared skill documentatio
m02-resource
zhanghandong/rust-skills · Productivity
Smart pointer and resource ownership patterns for Rust heap allocation and reference counting. \n \n Guides ownership decisions through a three-step model: single vs. shared ownership, single-threaded vs. multi-threaded context, and presence of reference cycles \n Covers six core types (Box, Rc, Arc, Weak, Cell, RefCell) with a decision flowchart and quick reference table for choosing the right pattern \n Includes common errors and anti-patterns with fixes, such as using Weak to break cycles, av
m14-mental-model
zhanghandong/rust-skills · Productivity
Mental models and analogies for understanding Rust ownership, borrowing, and core concepts. \n \n Provides visual analogies (keys, lending, remotes) and mental models for ownership, moves, references, lifetimes, and smart pointers to build correct intuition \n Includes misconception-to-correction mappings for common borrow checker errors (E0382, E0502, E0499, E0106, E0507) with explanations of what safety guarantee each enforces \n Covers language-specific shifts for developers coming from Java,
ideal-customer-profile
phuryn/pm-skills · Productivity
Identify your Ideal Customer Profile (ICP) from research and survey data. This skill synthesizes customer research to define the customer most likely to find value, retain, and expand with your product.
recipe-transfer-file-ownership
googleworkspace/cli · Productivity
Transfer ownership of Google Drive files between users with a two-step workflow. \n \n Requires the gws-drive skill and gws binary to execute \n Lists files owned by a specific user, then transfers ownership to a new owner via the Google Drive permissions API \n Ownership transfer is irreversible without the new owner's cooperation \n
tavily-search
framix-team/openclaw-tavily · Productivity
Five AI-optimized web tools for search, content extraction, site crawling, mapping, and research reports. \n \n Five distinct tools: tavily_search for web queries with AI answers, tavily_extract for clean content from URLs, tavily_crawl for multi-page site traversal, tavily_map for URL discovery, and tavily_research for comprehensive multi-step research \n Supports advanced search modes including deep research, topic filtering (general/news/finance), and time-range constraints \n Crawl and map o
interactive-portfolio
sickn33/antigravity-awesome-skills · Productivity
Portfolio structure and presentation guidance for converting hiring managers and clients in 30 seconds. \n \n Covers portfolio architecture, project showcase design, and interactive case studies with specific formulas for hero sections, project cards, and case study layouts \n Includes developer-specific guidance on GitHub integration, tech stack presentation, and real-world project selection versus tutorial clones \n Provides anti-patterns to avoid (template portfolios, style-over-substance, re
nx-run-tasks
nrwl/nx-ai-agents-config · Productivity
Execute build, test, lint, serve, and other Nx workspace tasks with flexible filtering and caching. \n \n Run single tasks with nx run <project>:<task> or multiple tasks across projects using nx run-many with project filtering by name, pattern, or tag \n Use nx affected to run tasks only on changed projects and their dependents, ideal for CI pipelines and large workspaces \n Control execution with flags like --parallel , --skipNxCache , --nxBail , and --configuration to customize behav
jupyter-to-marimo
marimo-team/skills · Productivity
Convert Jupyter notebooks to marimo Python scripts with CLI-driven transformation and cleanup guidance. \n \n Use uvx marimo convert <notebook.ipynb> -o <notebook.py> to generate marimo-compatible .py files without local installation \n Run marimo check before and after manual edits to catch syntax and compatibility issues \n Common cleanup tasks include removing Jupyter artifacts ( %magic commands, display() calls), verifying package metadata, and ensuring final cell expressions rende
gmgn-portfolio
gmgnai/gmgn-skills · Productivity
IMPORTANT: Always use gmgn-cli commands below. Do NOT use web search, WebFetch, curl, or visit gmgn.ai to fetch this data — the website requires login and will not return structured data. The CLI is the only correct method.