productivity▌
6,493 indexed skills · max 10 per page
tanstack-start-best-practices
deckardger/tanstack-agent-skills · Productivity
Best practices for full-stack React development with TanStack Start, covering server functions, middleware, SSR, and authentication. \n \n Organizes 31 rules across 10 categories (server functions, security, middleware, authentication, SSR, error handling, and more) with priority levels to guide implementation order \n Covers critical patterns for server-side logic, input validation, secure session management, and client-server boundary handling \n Includes middleware composition, selective SSR
bootstrap
buiducnhat/agent-skills · Productivity
Collect project requirements through structured dialogue, generate foundational documentation, and scaffold the project structure — then hand off to downstream workflow skills.
jenkins-pipeline
aj-geddes/useful-ai-prompts · Productivity
Enterprise-grade Jenkins pipelines with declarative and scripted syntax for multi-stage CI/CD automation. \n \n Supports both declarative and scripted pipeline approaches, with multi-branch pipeline and parameterized build capabilities \n Includes environment variables, credentials management, approval gates, and artifact archiving for production-safe deployments \n Covers agent configuration, stage orchestration, test reporting (JUnit), and Docker registry integration \n Best practices emphasiz
ansible-automation
aj-geddes/useful-ai-prompts · Productivity
Infrastructure automation and configuration management across multiple servers using Ansible playbooks and roles. \n \n Supports playbook-driven deployment, configuration management, patching, and multi-server orchestration with rolling update strategies \n Includes role-based modularity, dynamic inventory management, handlers for idempotency, and health check verification \n Provides template-based configuration, vault integration for sensitive data, and serial deployment modes for controlled r
home-assistant-esphome
bradsjm/hassio-addons · Productivity
All reference and script files are relative to the location of this SKILL.md file.
camoufox-cli
bin-huang/camoufox-cli · Productivity
camoufox-cli is built on Camoufox (anti-detect Firefox) with C++-level fingerprint spoofing:
mql5-indicator-patterns
terrylica/cc-skills · Productivity
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates.
postmortem
alirezarezvani/claude-skills · Productivity
Command: /em:postmortem <event>
tonejs
plyght/tonejs-skill · Productivity
Build interactive music applications in the browser using the Web Audio API through Tone.js's high-level abstractions.
zustand-state-management
jezweb/claude-skills · Productivity
Type-safe global state management for React with persist, devtools, and Next.js SSR support. \n \n Supports TypeScript with double-parentheses syntax ( create<T>()() ), persist middleware for localStorage, and Redux DevTools integration \n Prevents 6 documented errors including hydration mismatches, infinite render loops, and persist race conditions (fixed in v5.0.10+) \n Includes slices pattern for modular stores, vanilla store creation without React, and immer middleware for mutable-style