productivity▌
6,493 indexed skills · max 10 per page
fastify-best-practices
mcollina/skills · Productivity
Comprehensive guidance for building Fastify Node.js backends with TypeScript, covering routes, plugins, validation, and production deployment. \n \n Covers 16+ core topics including plugins, route organization, JSON Schema validation, error handling, hooks, authentication, testing, logging with Pino, and TypeScript integration via strip types \n Includes recommended reading paths for common scenarios: new projects, adding authentication, performance optimization, testing setup, and production de
wechat-article-writer
iamzhihuix/happy-claude-skills · Productivity
Automated WeChat article writing workflow with research, drafting, headline generation, and formatting optimization. \n \n Four-step pipeline: web research across multiple sources, article composition (1000–1500 words), generation of five viral-optimized headlines, and layout recommendations \n Reads user's CLAUDE.md file to match writing style, tone, and signature closing; structures content with emotional storytelling, problem-solution-summary flow \n Headline generation focuses on pain points
playcanvas-engine
freshtechbro/claudedesignskills · Productivity
Lightweight WebGL/WebGPU game engine with entity-component architecture, visual editor integration, and performance-focused design.
ssh
openhands/skills · Productivity
This skill provides capabilities for establishing and managing SSH connections to remote machines.
pnpm
antfu/skills · Productivity
Fast, disk-efficient Node.js package manager with strict dependency resolution and monorepo support. \n \n Enforces strict dependency resolution by default, preventing phantom dependencies; uses content-addressable storage to deduplicate packages across projects \n Supports monorepo workspaces with filtering, shared lockfiles, and workspace protocol; configuration via pnpm-workspace.yaml \n Includes advanced dependency management: catalogs for centralized version control, overrides to force spec
tanstack-table
casper-studios/casper-marketplace · Productivity
Use context7 for the latest documentation. Use deepwiki to ask questions about the library's implementation.
drizzle-orm-patterns
giuseppe-trisciuoglio/developer-kit · Productivity
Expert guide for building type-safe database applications with Drizzle ORM. Covers schema definition, relations, queries, transactions, and migrations for all supported databases.
web-search
jwynia/agent-skills · Productivity
Web search using the agent's built-in WebSearch tool, no API key required. \n \n Accepts simple query strings and returns relevant web results; best for current information, recent events, fact verification, and real-time research \n Effective queries benefit from specificity, year inclusion for recency, and domain-specific terminology; iterative refinement recommended for broad or multi-perspective searches \n Results cannot access paywalled content and depend on the agent's WebSearch implement
skill-finder
aktsmm/agent-skills · Productivity
Full-featured Agent Skills management tool.
ctf-pwn
ljagiello/ctf-skills · Productivity
Comprehensive binary exploitation reference covering stack overflows, ROP chains, heap attacks, kernel pwn, and advanced CTF techniques. \n \n Covers 50+ exploitation techniques including buffer overflows, format strings, ROP/ret2libc, heap vulnerabilities (House of Orange/Spirit/Lore, tcache stashing unlink), UAF, race conditions, and seccomp bypass \n Includes kernel exploitation (modprobe_path, tty_struct kROP, userfaultfd, KASLR/KPTI bypass, SLUB heap spray) and Windows SEH overwrite with Vi