productivity▌
6,493 indexed skills · max 10 per page
web-search
inference-sh/skills · Productivity
Search the web and extract content via inference.sh CLI.
devops-engineer
jeffallan/claude-skills · Productivity
CI/CD pipelines, containerization, Kubernetes deployments, and infrastructure as code automation. \n \n Covers GitHub Actions, GitLab CI, and Jenkins pipeline setup with build, test, and artifact management workflows \n Generates Dockerfiles, Kubernetes manifests, Terraform/Pulumi templates, and deployment strategies (blue-green, canary, rolling) \n Includes incident response runbooks, on-call procedures, and production troubleshooting guidance \n Enforces infrastructure-as-code practices, secre
adk-cheatsheet
google/adk-docs · Productivity
Quick reference for Python ADK API, agent types, tools, orchestration, and state management. \n \n Covers Python ADK SDK only; includes agent definitions, tool patterns, callbacks, plugins, state management, artifacts, and context caching \n Provides a searchable index of all ADK documentation pages with URLs for fetching reference materials \n Intended as a lookup resource while writing or modifying code in existing projects, not for bootstrapping new agents \n Reference files include python.md
dify-dsl-generator
wwwzhouhui/skills_collection · Productivity
专业的 Dify 工作流 DSL/YML 文件自动生成工具,基于对 86+ 实际工作流案例的深度学习,能够根据用户的业务需求自动生成符合 Dify 规范的完整工作流配置文件。
electron
teachingai/full-stack-skills · Productivity
Comprehensive Electron framework guidance for building cross-platform desktop applications. \n \n Covers main process, renderer process, preload scripts, and IPC communication patterns with code examples \n Includes API reference and practical examples for BrowserWindow, Menu, Tray, Dialog, and other core modules \n Provides best practices for security (nodeIntegration, preload scripts), process separation, and resource management \n Addresses packaging, auto-updates, native module compatibility
planning-with-files-zh
othmanadi/planning-with-files · Productivity
像 Manus 一样工作:用持久化的 Markdown 文件作为你的「磁盘工作记忆」。
threejs-pro
404kidwiz/claude-supercode-skills · Productivity
Provides 3D web graphics expertise specializing in Three.js, React Three Fiber (R3F), and custom GLSL shader development. Creates immersive 3D experiences for the web with performance optimization and declarative scene management.
sap-abap
secondsky/sap-skills · Productivity
This skill covers ABAP syntax from 7.40 SP08 through ABAP Cloud. Features requiring a higher release are annotated with inline comments in code examples using the format " [7.xx+] or noted in reference files. The table below summarizes the key version boundaries.
research-grants
davila7/claude-code-templates · Productivity
Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), and DARPA (Defense Advanced Research Projects Agency) submissions.
game-development
sickn33/antigravity-awesome-skills · Productivity
Routing orchestrator for game development projects with platform and dimension-specific sub-skills. \n \n Routes to specialized sub-skills based on target platform (web, mobile, PC, VR/AR) and game dimension (2D or 3D) \n Covers core principles applicable across all platforms: game loop architecture, fixed timestep physics, input abstraction, and performance budgeting for 60 FPS \n Includes pattern selection matrix (State Machine, ECS, Behavior Trees, Object Pooling) with decision rules for when