productivity▌
6,487 indexed skills · max 10 per page
debug
lobehub/lobehub · Productivity
Debug logging utility with namespace-based filtering across desktop, server, and client environments. \n \n Follows strict namespace conventions (e.g., lobe-server:[module] , lobe-desktop:[module] ) to organize logs by platform and module \n Supports format specifiers including %O for expanded objects, %s for strings, and %d for numbers \n Enable output via localStorage.debug in browsers, DEBUG environment variable in Node.js, or process.env.DEBUG in Electron \n Wildcard filtering (e.g., lobe-*
loki-mode
sickn33/antigravity-awesome-skills · Productivity
$22
skill-creator
jezweb/claude-skills · Productivity
$22
github-actions
callstackincubator/agent-skills · Productivity
Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API.
draft-outreach
anthropics/knowledge-work-plugins · Productivity
Research a prospect, then draft personalized outreach based on findings. \n \n Researches prospects first using web search by default, enhanced with optional enrichment tools (verified contact info, background) and CRM data (prior relationship context) \n Generates email drafts with personalized opening, relevant hook, and clear CTA, plus LinkedIn alternatives when email unavailable \n Supports three delivery modes: auto-create email draft if email connector enabled, output text for manual copy,
news-summary
sundial-org/awesome-openclaw-skills · Productivity
Fetch and summarize news from trusted international sources via RSS feeds.
automate-whatsapp
gokapso/agent-skills · Productivity
Build and manage WhatsApp automations with workflow graphs, triggers, functions, and integrations. \n \n Create and edit workflow graphs with nodes and edges, manage triggers (inbound messages, API calls), and deploy custom functions for dynamic logic \n Execute workflows with full context access (variables, system data, channel metadata) and debug executions via logs and event inspection \n Integrate third-party apps and actions into agent nodes, query and manipulate D1 databases for persistent
agent-memory-mcp
davila7/claude-code-templates · Productivity
Persistent, searchable memory bank for AI agents with automatic project documentation sync. \n \n Provides four core MCP tools: memory_search for querying by text/type/tags, memory_write for recording knowledge and decisions, memory_read for retrieving specific entries, and memory_stats for usage analytics \n Organizes memories by type (architecture, patterns, decisions) and supports custom tagging for flexible retrieval and organization \n Runs as an MCP server that syncs with your project work
writing-clearly-and-concisely
obra/the-elements-of-style · Productivity
Apply Strunk's timeless writing rules to improve clarity and professionalism across all prose. \n \n Covers 18 core rules spanning grammar, punctuation, composition principles, and common usage mistakes \n Emphasizes active voice, positive framing, concrete language, and ruthless word elimination as key clarity drivers \n Designed for documentation, commit messages, error messages, UI copy, reports, and any prose humans will read \n Includes token-efficient subagent dispatch pattern: write a dra
spring-boot-security-jwt
giuseppe-trisciuoglio/developer-kit · Productivity
JWT authentication and authorization for Spring Boot 3.5.x with token generation, refresh strategies, and role/permission-based access control. \n \n Covers token generation with JJWT, Bearer/cookie authentication, and stateless session management using Spring Security 6.x \n Supports database-backed and OAuth2 provider integration (Google, GitHub) with modern SecurityFilterChain configuration \n Includes refresh token rotation, token blacklisting, and key rotation strategies for production secu