productivity▌
6,493 indexed skills · max 10 per page
bun-development
sickn33/antigravity-awesome-skills · Productivity
Fast JavaScript/TypeScript development with Bun runtime, including package management, testing, bundling, and Node.js migration. \n \n Native TypeScript and JSX support with no transpiler required; 10-100x faster package installation and ~25ms startup time compared to Node.js \n Built-in tools: HTTP/WebSocket server, SQLite database, test runner, bundler, and password hashing via Bun.serve() , Bun.sql() , bun test , and Bun.build() \n File system and environment variable APIs ( Bun.file() , auto
mastra
mastra-ai/skills · Productivity
Reference guide for building agents and workflows with current Mastra APIs. \n \n Always verify against embedded docs in node_modules/@mastra/*/dist/docs/ (installed version) or remote docs at https://mastra.ai/llms.txt before writing code; training data is outdated \n Core building blocks: Agents (autonomous, decision-making), Workflows (structured sequences), Tools (extend capabilities), Memory (maintain context), and RAG (external knowledge) \n Requires ES2022 modules in TypeScript config and
convex-http-actions
waynesutton/convexskills · Productivity
HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. \n \n Supports multiple HTTP methods and path matching with dynamic route parameters via pathPrefix for flexible endpoint design \n Handles diverse request types including JSON bodies, form data, raw bytes, and file uploads with built-in storage integration \n Includes webhook signature verification patterns for Stripe, GitHub, and Clerk with examples for secure event processing \n Provides authenti
skill-standardization
supercent-io/skills-template · Productivity
Validate and standardize SKILL.md files against the Agent Skills specification. \n \n Validates frontmatter fields (name, description, allowed-tools, metadata) and enforces naming conventions, length constraints, and format rules \n Converts legacy skill formats to standard structure, including section heading normalization and directory layout alignment \n Provides templates and step-by-step guidance for creating new skills, improving descriptions for reliable triggering, and batch-validating s
survey
supercent-io/skills-template · Productivity
Keyword: survey | Platforms: OMC / OMX / OHMG / Claude Code / Codex CLI / Gemini CLI / OpenCode
site-architecture
coreyhaines31/marketingskills · Productivity
Plan and optimize your website's page hierarchy, navigation, URL structure, and internal linking. \n \n Provides page hierarchy templates for six site types (SaaS, content, e-commerce, documentation, hybrid, small business) with typical depth and URL patterns \n Includes navigation design rules (header nav limits, dropdown organization, breadcrumb implementation) and URL structure principles (human-readable slugs, hierarchy alignment, redirect strategies) \n Delivers structured output: ASCII tre
paywall-upgrade-cro
coreyhaines31/marketingskills · Productivity
In-app paywall and upgrade screen optimization for converting free users to paid tiers. \n \n Covers feature gates, usage limits, trial expiration, and time-based prompts with specific component templates and copy patterns for each trigger type \n Emphasizes value demonstration before the ask, with guidance on timing, frequency rules, and friction-free upgrade flows \n Includes A/B testing framework covering headline variations, pricing presentation, trigger timing, and key metrics like conversi
logging-best-practices
aj-geddes/useful-ai-prompts · Productivity
Comprehensive guide to implementing structured, secure, and performant logging across applications. Covers log levels, structured logging formats, contextual information, PII protection, and centralized logging systems.
competitor-alternatives
coreyhaines31/marketingskills · Productivity
SEO-optimized competitor comparison and alternative pages that position your product against rivals. \n \n Covers four page formats: singular alternatives, plural alternatives, you vs. competitor, and competitor vs. competitor comparisons \n Includes centralized competitor data architecture for consistent, maintainable information across all comparison pages \n Provides structured research process covering product features, pricing, reviews, and customer feedback with quarterly update cadence \n
postgres-pro
jeffallan/claude-skills · Productivity
Expert PostgreSQL optimization, replication setup, and advanced feature implementation. \n \n Covers query analysis with EXPLAIN, index design across B-tree/GIN/GiST/BRIN types, and JSONB storage strategies with containment queries \n Includes streaming and logical replication setup with lag monitoring via pg_stat_replication \n Provides VACUUM tuning, autovacuum configuration, bloat detection, and statistics refresh workflows \n Supports PostgreSQL extensions including PostGIS, pgvector, pg_trg