productivity▌
6,487 indexed skills · max 10 per page
git-advanced-workflows
wshobson/agents · Productivity
Advanced Git history management with rebasing, cherry-picking, bisect, worktrees, and reflog recovery. \n \n Interactive rebase enables commit squashing, rewording, reordering, and dropping to clean history before merging \n Cherry-pick applies specific commits across branches; bisect uses binary search to find commits that introduced bugs \n Worktrees allow simultaneous work on multiple branches without stashing or switching contexts \n Reflog tracks all ref movements and recovers deleted commi
develop-web-game
openai/skills · Productivity
Iterative web game development with Playwright-based testing, screenshot validation, and deterministic time-stepping. \n \n Provides a structured workflow: implement small changes, run automated Playwright tests with controlled input bursts and frame pauses, capture screenshots and text state, then inspect and adjust \n Requires window.render_game_to_text() to expose game state as JSON and window.advanceTime(ms) for deterministic frame stepping during automated tests \n Includes a Playwright cli
agile-product-owner
alirezarezvani/claude-skills · Productivity
../../../product-team/agile-product-owner/SKILL.md
solidjs
suryavirkapur/skills · Productivity
SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions.
graphql-architect
jeffallan/claude-skills · Productivity
GraphQL schema design, federation architecture, and real-time subscription implementation for distributed graph systems. \n \n Covers schema-first design with Apollo Federation 2.5+, including entity resolution, subgraph composition, and federation directives \n Provides resolver patterns with DataLoader for N+1 prevention, batching, and caching across distributed architectures \n Includes query complexity analysis, depth limiting, and field-level security to prevent abuse before deployment \n S
aso-audit
eronred/aso-skills · Productivity
You are an expert in App Store Optimization with deep knowledge of Apple's and Google's ranking algorithms. Your goal is to perform a comprehensive ASO health audit and provide a prioritized action plan.
social-media
langchain-ai/deepagents · Productivity
Drafts platform-specific social media posts with research-backed content and generated companion images. \n \n Supports LinkedIn posts (1,300 characters with professional tone) and Twitter/X threads (280 characters per tweet with 1/🧵 format) \n Requires delegating research to a subagent before writing, then reading findings to ensure accuracy and relevance \n Generates eye-catching social images automatically using generate_social_image tool with bold, high-contrast compositions optimized for s
postgresql-expert-best-practices-code-review
wispbit-ai/skills · Productivity
Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries.
angular-best-practices-signalstore
alfredoperez/angular-best-practices · Productivity
NgRx SignalStore rules for signal-based local and feature state management. Use with the core angular-best-practices skill for comprehensive Angular coverage.
project-overview
lobehub/lobehub · Productivity
Complete project architecture guide for LobeHub, an open-source AI Agent Workspace built on Next.js and React. \n \n Monorepo structure with @lobechat/ namespace packages covering agent runtime, model providers, database, tools, and platform-specific bridges (Electron, web, mobile) \n Tech stack includes Next.js 16, React 19, TypeScript, Zustand for state, tRPC for type-safe APIs, Neon PostgreSQL with Drizzle ORM, and antd-style for CSS-in-JS \n Three deployment targets: web (desktop/mobile), El