productivity▌
6,493 indexed skills · max 10 per page
let-fate-decide
trailofbits/skills · Productivity
Draws 4 Tarot cards using cryptographic entropy to guide decisions when prompts are vague or ambiguous. \n \n Triggers on explicit invocations (\"let fate decide\", \"feeling lucky\"), nonchalant delegation, Yu-Gi-Oh references, or genuinely ambiguous prompts where multiple approaches are equally valid \n Uses a standard 78-card deck with Fisher-Yates shuffle and 50% reversal chance per card; outputs JSON with card meanings from markdown files \n Interprets a 4-position spread (Context, Challeng
energy-management
refoundai/lenny-skills · Productivity
Framework for diagnosing energy drains, auditing calendars, and scheduling work around peak performance zones. \n \n Helps identify activities that energize vs. deplete you, then guides calendar restructuring to spend more time in your \"zone of genius\" \n Built on five productivity frameworks covering energy-driven scheduling, superpower activation, delegation strategies, and post-activity energy tracking \n Includes diagnostic questions and common pitfalls (ignoring energy signals, optimizing
delegating-work
refoundai/lenny-skills · Productivity
Frameworks for delegating effectively by diagnosing blockers, matching delegation style to context, and building team autonomy. \n \n Diagnose why tasks are being held on to: identity, control issues, or lack of trust in the team \n Use energy audits and the Eisenhower Matrix to identify delegation candidates; distinguish between core competencies worth retaining and tasks that should be handed off \n Balance involvement with autonomy: provide context and parameters rather than prescribing every
running-decision-processes
refoundai/lenny-skills · Productivity
Structured decision-making frameworks and processes drawn from 65 product leaders. \n \n Guides users through decision classification (reversible vs. irreversible), blocker identification, and framework selection to move from deliberation to action \n Covers core principles including making implicit assumptions explicit, using curiosity loops for advice gathering, and distinguishing when data-driven analysis ends and conviction takes over \n Flags common pitfalls: analysis paralysis, decision by
team-assemble
ai-native-camp/camp-2 · Productivity
team-assemble
running-effective-1-1s
refoundai/lenny-skills · Productivity
Frameworks for running productive one-on-one meetings drawn from seven product leaders. \n \n Emphasizes coaching over advising: shift to curiosity and empower reports to solve problems rather than providing immediate answers \n Recommends dedicated deep-dive conversations on past (life story), future (dreams), and present (career action plan) to build long-term development \n Includes monitoring for joy and recovery as performance indicators; treat lack of daily joy as a risk requiring interven
stock-monitor
chjm-ai/stock-monitor-skill · Productivity
Intelligent stock monitoring system with seven alert rules tailored for Chinese investors. \n \n Seven alert categories: cost percentage gains/losses, intraday price swings, volume anomalies, moving average crossovers, RSI overbought/oversold, gap detection, and dynamic profit-taking \n Three-tier alert severity (urgent, warning, reminder) based on single or multiple concurrent conditions; supports individual stocks, ETFs, and gold with differentiated thresholds \n Runs as a background daemon wi
managing-imposter-syndrome
refoundai/lenny-skills · Productivity
Framework-based guidance for working through imposter syndrome and self-doubt. \n \n Normalizes imposter syndrome as a universal experience among high performers, especially during growth periods, and reframes discomfort as evidence of appropriate challenge rather than inadequacy \n Helps users identify the specific fear beneath their feelings (exposure, mistakes, belonging) and articulate the gap between external evidence (accomplishments, hiring decisions) and internal feelings \n Provides con
thread-list
assistant-ui/skills · Productivity
Multi-thread chat management with built-in and custom UI components for assistant-ui. \n \n Requires useChatRuntime with AssistantCloud for thread persistence; local in-memory adapter available for development without cloud \n Provides ThreadListPrimitive components for custom UI layouts, plus pre-built ThreadList component for quick integration \n Thread operations include switching threads, creating new threads, renaming, archiving, and deleting via the useAui hook API \n Built on assistant-ui
setup
assistant-ui/skills · Productivity
Initialize and configure assistant-ui chat UI in Next.js projects or create new apps from templates. \n \n Supports two workflows: init for existing Next.js projects and create for new apps, with six starter templates covering AI SDK, cloud persistence, Clerk auth, LangGraph, and MCP integrations \n CLI flags enable non-interactive setup ( --yes ), template selection ( -t ), preset configuration ( --preset ), and component registry additions ( add ) \n Reference documentation covers advanced run