productivity▌
6,493 indexed skills · max 10 per page
devops
mrgoonie/claudekit-skills · Productivity
Multi-cloud deployment across Cloudflare, Docker, GCP, and Kubernetes with serverless, container, and GitOps support. \n \n Covers Cloudflare Workers, Pages, R2 storage, and D1 SQLite; Docker and Docker Compose; GCP Cloud Run and GKE; and Kubernetes with kubectl and Helm \n Includes platform selection guidance, quick-start commands, and reference documentation for each service category \n Addresses security (RBAC, secrets, image scanning), performance optimization (multi-stage builds, caching),
zafer-skills
zaferayan/skills · Productivity
IMPORTANT: This is a SKILL file, NOT a project. NEVER run npm/bun install in this folder. NEVER create code files here. When creating a new project, ALWAYS ask the user for the project path first or create it in a separate directory (e.g., ~/Projects/app-name).
visual-style
heygen-com/skills · Productivity
Create, extract, and apply portable visual design systems. A visual-style.md file defines colors, typography, layout, motion, and mood in one file that any AI tool can consume.
pandas-data-analysis
pluginagentmarketplace/custom-plugin-python · Productivity
Data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib. \n \n Covers DataFrame and Series creation, indexing, filtering, and type conversions for structured data handling \n Includes data cleaning techniques: missing value handling, deduplication, string operations, and date/time parsing \n Provides GroupBy aggregation, pivot tables, multi-level indexing, and window functions for exploratory analysis \n Integrates Matplotlib and Seaborn for statistical plotting, trend
remind-me
sundial-org/awesome-openclaw-skills · Productivity
Natural language reminders that schedule cron jobs and log to markdown. \n \n Parses relative times (\"in 2 hours\", \"later today\"), absolute times (\"tomorrow at 3pm\"), and dates (\"January 15\", \"2026-01-15 14:30\") \n Supports both one-time reminders (via --at ) and recurring schedules (hourly, daily, weekly, or custom intervals) \n Automatically logs all reminders to a markdown file with status tracking (scheduled, recurring, sent) and job IDs for manual removal \n Requires bash and the
meeting-notes
claude-office-skills/skills · Productivity
This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways.
tsdown
onmax/nuxt-skills · Productivity
Rolldown + Oxc powered TypeScript bundler with dual ESM/CJS output and .d.ts generation. \n \n Drop-in tsup replacement supporting TypeScript library bundling with automatic declaration file generation \n Configurable output formats (ESM, CJS, UMD), target environments, and package exports validation \n Includes watch mode, framework integrations (Vue, React), plugin authoring, and programmatic API for advanced workflows \n Built-in shims, unbundle mode, and WebAssembly support for specialized b
authentication
dpearson2699/swift-ios-skills · Productivity
Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication.
journal-entry-prep
anthropics/knowledge-work-plugins · Productivity
Important: This skill assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting.
create-evlog-enricher
hugorcd/evlog · Productivity
Scaffold a new built-in enricher for evlog with source, tests, and documentation across six mandatory touchpoints. \n \n Enrichers follow a strict architecture: info interface, factory function returning a context mutator, header lookup, field merging with overwrite control, and early returns for missing data \n Requires updates to enricher source code, test suite, built-in documentation, overview cards, public skill reference, and README enrichers table \n All six touchpoints are mandatory; the