productivity▌
6,493 indexed skills · max 10 per page
langgraph-architecture
existential-birds/beagle · Productivity
Recommendation: Use TypedDict for most cases. Use Pydantic when you need validation or complex nested structures.
langgraph-implementation
existential-birds/beagle · Productivity
LangGraph builds stateful, multi-actor agent applications using a graph-based architecture:
langgraph
sickn33/antigravity-awesome-skills · Productivity
Production-grade framework for building stateful, multi-actor AI applications with explicit graph structure. \n \n Supports graph construction with StateGraph, conditional routing, cycles, and branching for complex agent workflows \n Includes state management with reducers, checkpointers for persistence, and human-in-the-loop patterns \n Handles tool integration, streaming, and async execution across multiple agents sharing state \n Requires Python 3.9+, langgraph package, and LLM API access (Op
calendar-automation
claude-office-skills/skills · Productivity
Automate Google Calendar and Outlook scheduling, time blocking, meeting prep, and daily digests with Slack and Sheets integration. \n \n Supports five core workflows: daily calendar digests to Slack, one-hour-before meeting prep automation, smart weekly time blocking, Calendly booking synchronization, and calendar analytics reporting \n Includes pre-built templates for maker and manager schedules, with configurable time blocking rules (minimum gaps, max meetings per day, focus block allocation)
axiom-grdb
charleswiltgen/axiom · Productivity
Direct SQLite access using GRDB.swift — a toolkit for SQLite databases with type-safe queries, migrations, and reactive observation.
base44-troubleshooter
base44/skills · Productivity
Fetch and analyze backend function logs to diagnose production issues in Base44 apps. \n \n Requires Base44 authentication ( npx base44 login ) and must run from the project directory containing base44/.app.jsonc \n Primary command base44 logs supports filtering by error level, function name, time range, and result limit \n Typical workflow: pull recent errors across all functions, drill into a specific function, inspect a time range, then analyze stack traces and timestamps to correlate with us
read-working-memory
nowledge-co/community · Productivity
Daily briefing of active focus areas, priorities, and recent knowledge changes for cross-session continuity. \n \n Load at the beginning of each session to understand current context and recent work across tools \n Surfaces active focus areas ranked by recent activity, flagged priorities, and unresolved contradictions or stale information \n Works via nmem wm read CLI command for both local and remote knowledge bases, with fallback to local file access \n Includes deep links to specific memories
giving-presentations
refoundai/lenny-skills · Productivity
Help users craft and deliver compelling presentations using proven techniques from product leaders. \n \n Guides narrative development before slide design, focusing on identifying the single takeaway the audience should remember \n Teaches structural patterns including \"what is vs. what could be\" contrast, descriptive slide titles as conclusions, and state changes every 3-5 slides to maintain engagement \n Covers delivery techniques: breathing exercises, maintaining eye contact, managing prese
slidev
antfu/skills · Productivity
Web-based slidedecks for developers with Markdown, Vue components, code highlighting, and interactive features. \n \n Supports syntax-highlighted code with line animations, Monaco editor integration, and live code execution within slides \n Includes diagrams (Mermaid, PlantUML), LaTeX math, presenter notes, recording mode, and timer functionality \n Exports to PDF, PPTX, PNG, or builds as a static SPA for hosting; requires playwright-chromium for export \n Built-in layouts (cover, two-cols, imag
flowstudio-power-automate-mcp
github/awesome-copilot · Productivity
Programmatic Power Automate flow management via FlowStudio MCP server. \n \n List, read, and monitor cloud flows directly from the Power Automate API without UI or manual steps \n Inspect run history, per-action error details, and trigger outputs; resubmit failed runs or cancel active executions \n Update flow definitions, manage connections, and retrieve HTTP-triggered flow callback URLs \n Requires FlowStudio MCP subscription with JWT token authentication; Python or Node.js helper functions pr