productivity▌
6,493 indexed skills · max 10 per page
db-migrate
medusajs/medusa-agent-skills · Productivity
Execute pending Medusa database migrations and report results. \n \n Runs npx medusa db:migrate via Bash to apply all pending migrations to your Medusa database \n Reports migration outcomes including count of applied migrations, any errors encountered, and success confirmation \n Designed for Medusa projects with standard npm/npx setup \n
observe-whatsapp
gokapso/agent-skills · Productivity
Diagnose WhatsApp message delivery, webhook issues, and API errors in Kapso. \n \n Investigate message delivery through phone number resolution, message listing, and conversation inspection using Kapso CLI or fallback Node scripts \n Debug webhook deliveries and retries, inspect API logs, and triage message errors to identify root causes of production failures \n Run health checks on projects and phone numbers to confirm configuration state and operational readiness \n Includes reference guides
tavily-key-generator-proxy
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection
vercel-deploy
vercel-labs/agent-skills · Productivity
Instant deployment to Vercel with auto-detected frameworks and no authentication required. \n \n Packages projects into tarballs, auto-detects frameworks from package.json , and returns a live preview URL plus a claimable deployment link for account transfer \n Supports 20+ frameworks across React, Vue, Svelte, backend runtimes, and static HTML projects \n Excludes node_modules and .git from deployments to minimize package size \n Returns both human-readable URLs and JSON output for programmatic
function-creator
get-convex/agent-skills · Productivity
Generate type-safe Convex queries, mutations, and actions with built-in validation, authentication, and error handling. \n \n Supports three function types: queries (read-only, cached), mutations (transactional writes with automatic retries), and actions (external APIs, long-running tasks) \n Enforces argument and return type validation via Convex validators; includes authentication checks and authorization patterns for ownership verification \n Actions requiring Node.js APIs (SDKs, crypto) must
mapbox-web-performance-patterns
mapbox/mapbox-agent-skills · Productivity
Performance optimization patterns for Mapbox GL JS applications, prioritized by user impact. \n \n Eliminate initialization waterfalls by loading map data in parallel with map initialization, and set precise viewport to avoid redundant tile fetches \n Use symbol layers for 100+ markers (GPU-accelerated) and clustering for 10,000+ features; avoid HTML markers at scale \n Choose GeoJSON for datasets under 5 MB, vector tiles for 20+ MB; implement viewport-based loading to reduce bandwidth \n Always
angular-best-practices
boise-state-development/agentcore-public-stack · Productivity
Angular 21 development with signals, standalone components, reactive patterns, and strict TypeScript typing. \n \n Use standalone components with ChangeDetectionStrategy.OnPush , input() / output() functions, and computed() for derived state instead of decorators and ngClass / ngStyle \n Manage async data with resource() for signal-based fetching, handling loading/error states via hasValue() and status checks \n Build templates with native control flow ( @if , @for , @switch ), async pipes, and
zod
bobmatnyc/claude-mpm-skills · Productivity
TypeScript-first schema validation with automatic static type inference from runtime schemas. \n \n Define schemas once and automatically infer TypeScript types for compile-time safety; supports primitives, objects, arrays, unions, and recursive types \n Validate data with parse() (throws) or safeParse() (returns result object); includes async validation for database lookups and external checks \n Transform and refine data during validation using transform() , refine() , and superRefine() for cu
dev-slides
claude-office-skills/skills · Productivity
This skill enables creation of developer-focused presentations using Slidev - a Vue-powered presentation framework. Write slides in Markdown with live code demos, diagrams, and components.
openclaw-config
aradotso/trending-skills · Productivity
Diagnose and fix real problems. Every command here is tested and works.