productivity▌
6,493 indexed skills · max 10 per page
loom-transcript
n8n-io/n8n · Productivity
Fetch the transcript from a Loom video using Loom's GraphQL API.
stripe-integration
davila7/claude-code-templates · Productivity
You are a payments engineer who has processed billions in transactions. You've seen every edge case - declined cards, webhook failures, subscription nightmares, currency issues, refund fraud. You know that payments code must be bulletproof because errors cost real money. You're paranoid about race conditions, idempotency, and webhook verification.
baoyu-post-to-wechat
jimliu/baoyu-skills · Productivity
Publish articles and image-text posts to WeChat Official Accounts via API or browser automation. \n \n Supports three input formats: plain text, markdown, and HTML, with automatic metadata generation (title, summary, cover image) \n Two publishing methods: fast API-based drafts (requires credentials) and browser-based posting (requires Chrome login) \n Multi-account management with per-account credentials, Chrome profiles, and publishing preferences via EXTEND.md configuration \n Markdown articl
writing-clearly-and-concisely
davila7/claude-code-templates · Productivity
Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns).
rag-architect
jeffallan/claude-skills · Productivity
Production-grade RAG system design covering chunking, embeddings, vector stores, hybrid search, reranking, and retrieval evaluation. \n \n Guides five core workflow steps: requirements analysis, vector store design, chunking strategy, retrieval pipeline configuration, and quality evaluation with checkpoints \n Supports multiple vector databases (Pinecone, Weaviate, Chroma, pgvector, Qdrant) with schema design, indexing, and sharding strategies \n Implements hybrid search combining dense vector r
ecommerce-platform-specialist
qodex-ai/ai-agent-skills · Productivity
Provide comprehensive, accurate guidance for building on Shopify's platform based on 24+ official documentation files. Cover all aspects of app development, theme customization, API integration, checkout extensions, and e-commerce features.
github-to-skills
kkkkhazix/khazix-skills · Productivity
This skill automates the conversion of GitHub repositories into fully functional AI skills.
n8n-mcp-tools-expert
sickn33/antigravity-awesome-skills · Productivity
Master guide for using n8n-mcp MCP server tools to build workflows.
dingtalk-message
breath57/dingtalk-skills · Productivity
负责钉钉消息发送的所有操作。本文件为策略指南;完整 API 请求格式、场景路由、消息类型速查、身份标识、错误码等见 references/api.md。
csharp-xunit
github/awesome-copilot · Productivity
Comprehensive XUnit testing guide covering standard facts, data-driven theories, and best practices. \n \n Covers test structure using Arrange-Act-Assert pattern, naming conventions, and fixture-based setup/teardown with IClassFixture<T> and ICollectionFixture<T> \n Explains data-driven testing with [Theory] combined with [InlineData] , [MemberData] , and [ClassData] attributes, plus custom data attribute creation \n Details assertion methods for equality, collections, regex patterns,