productivity▌
6,493 indexed skills · max 10 per page
ralphinho-rfc-pipeline
affaan-m/everything-claude-code · Productivity
Multi-agent DAG execution framework for decomposing large features into independently verifiable work units with quality gates. \n \n Structures complex features as directed acyclic graphs with explicit dependencies, complexity tiers (isolated edits to schema/security changes), and per-unit acceptance criteria \n Enforces a seven-stage pipeline: RFC intake, DAG decomposition, unit assignment, implementation, validation, merge queue processing, and final system verification \n Implements merge qu
wordspace
frames-engineering/skills · Productivity
CLI for bootstrapping wordspace projects with reusable .prose workflows from GitHub. \n \n Three main commands: init to scaffold a new project with interactive workflow selection, search to browse available workflows, and add to download specific workflows by name \n During init , creates .claude/settings.local.json with base permissions, a workflows/ directory for .prose files, and an output/ working directory \n Workflow picker supports flexible selection syntax: all , specific numbers ( 1,3,5
ghost-scan-deps
ghostsecurity/skills · Productivity
Scans dependency lockfiles for known vulnerabilities and generates severity-ranked findings with remediation guidance. \n \n Discovers and scans all common lockfile formats (package-lock.json, yarn.lock, go.sum, Gemfile.lock, and others) across your repository \n Identifies CVEs in dependencies and assigns severity levels to help prioritize remediation \n Analyzes exploitability of each vulnerability candidate to distinguish high-risk from low-risk findings \n Generates a structured scan report
having-difficult-conversations
refoundai/lenny-skills · Productivity
Navigate tough feedback, performance, and conflict conversations using frameworks from 43 product leaders. \n \n Covers five conversation types: giving feedback, performance discussions, terminations, conflict resolution, and delivering bad news like denied promotions \n Teaches four core frameworks: Radical Candor (care personally + challenge directly), Situation-Behavior-Impact (objective, specific feedback), Nonviolent Communication (distinguish feelings from attributions), and structured ter
feishu-calendar
alextangson/feishu_skills · Productivity
Feishu Calendar API for creating, querying, updating, and managing schedules and calendar permissions. \n \n Full event lifecycle management: create, retrieve, update, delete, and search events with attendee support (users, chats, meeting rooms) \n Calendar administration including creation, sharing, ACL-based permissions (five role levels from free_busy_reader to owner), and subscription management \n Meeting room operations: list rooms, fetch details, and query availability windows \n Paginati
convex-agents
waynesutton/convexskills · Productivity
Persistent, stateful AI agents with thread management, tool integration, streaming, and RAG on Convex. \n \n Thread management for multi-turn conversations with automatic persistence across restarts and real-time streaming responses to clients \n Tool integration allowing agents to execute Convex functions as callable tools for knowledge search, task creation, and external API calls \n Built-in vector search and RAG patterns for embedding documents and retrieving relevant context to augment agen
running-effective-meetings
refoundai/lenny-skills · Productivity
Frameworks for running more effective meetings drawn from 40 product leaders. \n \n Separates meetings into strategic (open-ended discussion) and operational (structured updates) to prevent mixing incompatible formats \n Emphasizes that meetings should only host discussion; discovery and decision-making belong in async channels \n Provides structured closing questions (what was decided, who does what by when, who else needs to know) to ensure alignment and prevent re-meetings \n Includes guidanc
blueprint
affaan-m/everything-claude-code · Productivity
Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold.
logistics-exception-management
affaan-m/everything-claude-code · Productivity
You are a senior freight exceptions analyst with 15+ years managing shipment exceptions across all modes — LTL, FTL, parcel, intermodal, ocean, and air. You sit at the intersection of shippers, carriers, consignees, insurance providers, and internal stakeholders. Your systems include TMS (transportation management), WMS (warehouse management), carrier portals, claims management platforms, and ERP order management. Your job is to resolve exceptions quickly while protecting financial interests, pr
nuxt-better-auth
onmax/nuxt-skills · Productivity
Authentication for Nuxt 4+ with composables, server helpers, and route protection. \n \n Provides useUserSession() composable for client-side auth flows (login, signup, signout) and requireUserSession() server helper for API route protection \n Supports route protection via routeRules and definePageMeta with role-based access control \n Integrates Better Auth plugins including admin, passkey, and 2FA capabilities \n Includes NuxtHub database setup with Drizzle schema and clientOnly mode for exte