productivity▌
6,493 indexed skills · max 10 per page
system-environment-setup
supercent-io/skills-template · Productivity
Docker Compose, environment variables, dev containers, and infrastructure-as-code templates for consistent local and production setups. \n \n Provides complete Docker Compose configuration for multi-service development (web app, PostgreSQL, Redis, Nginx) with volume mounting and service dependencies \n Includes .env management patterns with type-safe environment variable loading in Node.js and mandatory .gitignore rules to prevent secret commits \n Offers VS Code dev container setup with pre-con
llama-factory
davila7/claude-code-templates · Productivity
Comprehensive assistance with llama-factory development, generated from official documentation.
okx-wallet-portfolio
okx/onchainos-skills · Productivity
Query wallet balances, token holdings, and portfolio value across 20+ blockchains. \n \n Supports four commands: list supported chains, get total portfolio value, retrieve all token balances, or check specific token holdings \n Works with 20+ chains including XLayer, Solana, Ethereum, Base, BSC, Arbitrum, and Polygon; handles both EVM ( 0x… ) and Solana (Base58) address formats \n Returns token balances in UI units with USD values, contract addresses, and risk flags for wrapped or bridged tokens
validate-implementation-plan
b-mendoza/agent-skills · Productivity
Audits AI-generated implementation plans for requirements traceability, scope creep, and unverified assumptions. \n \n Annotates plans inline without rewriting, flagging missing requirement mappings, over-engineering, and risky assumptions with severity levels (critical, warning, info) \n Validates technical claims against recent sources via web search when enabled, and uses codebase exploration to verify assumptions \n Stops to ask the user for clarification on unresolved assumptions before com
vite
onmax/nuxt-skills · Productivity
Next-generation frontend build tool with native ESM dev server, HMR, and Rolldown-powered production builds. \n \n Fast development server using native ES modules and hot module replacement; production builds optimized with Rolldown bundler and Oxc transformer \n Configuration via vite.config.ts with support for conditional configs, environment variables, and TypeScript; plugin API for extending build behavior \n Built-in asset handling with import queries ( ?raw , ?url ), glob imports, and impo
slack
vercel-labs/agent-browser · Productivity
Browser automation for checking messages, navigating channels, and extracting data from Slack workspaces. \n \n Connect to existing Slack sessions or open Slack in a browser, then use snapshots to identify interactive elements and take actions like clicking channels, searching, or reading messages \n Core workflow: connect, snapshot to find element refs, navigate to channels or tabs, extract text or capture screenshots as evidence \n Supports common tasks including checking unreads via Activity
convex-migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with multi-deploy workflows and data transformation. \n \n Follows a predictable three-step pattern: widen schema, migrate data, narrow schema; handles online migrations where the app continues serving requests during async data updates \n Provides the @convex-dev/migrations component for batched, cursor-based pagination with state tracking, dry-run testing, progress monitoring, and automatic resume from failure \n Covers common patterns including
ralph
supercent-io/skills-template · Productivity
$22
npm-git-install
supercent-io/skills-template · Productivity
Install npm packages directly from GitHub repositories using git URLs. \n \n Supports HTTPS and SSH methods for public and private repositories, with authentication via SSH keys or personal access tokens \n Install from specific branches, tags, commits, or the default branch by appending #<ref> to the git URL \n Automatically runs the prepare script during installation, enabling TypeScript compilation and builds for packages not yet published to npm \n Add git URLs directly to package.json
standup-meeting
supercent-io/skills-template · Productivity
Structured daily standup facilitation with three formats: 3-question updates, board-walking, and async remote standups. \n \n Provides three standup formats (3 Questions, Walking the Board, and Slack-based async) adaptable to in-person, hybrid, and fully remote teams \n Includes time-boxed 15-minute structure with built-in templates for tracking yesterday's work, today's plans, and blockers \n Enforces core constraints: consistent daily timing, full team participation, and separation of problem-