productivity▌
6,487 indexed skills · max 10 per page
debian-linux-triage
github/awesome-copilot · Productivity
Expert-guided triage and resolution for Debian Linux system issues using apt, systemd, and AppArmor. \n \n Diagnoses problems across package management, service health, and security policies with Debian-native tools \n Provides step-by-step triage plans using systemctl , journalctl , apt , and dpkg with copy-paste-ready commands \n Includes verification steps after remediation and rollback guidance for safe recovery \n Accounts for AppArmor and firewall considerations in troubleshooting workflow
create-agent-skills
everyinc/compound-engineering-plugin · Productivity
This skill teaches how to create effective Claude Code skills following the official specification from code.claude.com/docs/en/skills.
ucp
vercel-labs/agentic-commerce-skills · Productivity
Check in this order:
omarchy
basecamp/omarchy · Productivity
Manage Omarchy Linux systems - a beautiful, modern, opinionated Arch Linux distribution with Hyprland.
git-pr-workflows-pr-enhance
sickn33/antigravity-awesome-skills · Productivity
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability.
mole-mac-cleaner
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
fact-checker
daymade/claude-code-skills · Productivity
Verify factual claims in documents and propose corrections backed by authoritative sources.
mini-wiki
trsoliu/mini-wiki · Productivity
Generate professional-grade structured project Wiki to .mini-wiki/ directory.
twitter-x-posts
kostja94/marketing-skills · Productivity
Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs).
modern-csharp-coding-standards
aaronontheweb/dotnet-skills · Productivity
Modern C# coding standards covering records, pattern matching, value objects, async/await, and high-performance patterns. \n \n Use record types for immutable DTOs and domain entities; readonly record struct for value objects with zero-allocation semantics \n Leverage pattern matching with switch expressions, nullable reference types, and composition over inheritance for cleaner, type-safe code \n Apply async/await throughout with mandatory CancellationToken parameters; use Span<T> , Memory