productivity▌
6,493 indexed skills · max 10 per page
zustand
lobehub/lobe-chat · Productivity
Main interfaces for UI components:
knip
brianlovin/agent-config · Productivity
Run knip to find and remove unused files, dependencies, and exports from this codebase.
humanizer
softaworks/agent-toolkit · Productivity
Detect and remove AI writing patterns to make text sound naturally human. \n \n Identifies 24 distinct AI-writing patterns including inflated symbolism, promotional language, vague attributions, em dash overuse, rule of three, AI vocabulary words, and superficial -ing analyses \n Rewrites problematic sections while preserving meaning, tone, and voice, with guidance on adding personality and specificity to avoid soulless writing \n Based on Wikipedia's comprehensive \"Signs of AI writing\" guide,
blender
davincidreams/agent-team-plugins · Productivity
blender
clean-code
pproenca/dot-skills · Productivity
Comprehensive software craftsmanship guide based on Robert C. Martin's "Clean Code: A Handbook of Agile Software Craftsmanship", updated with modern corrections where the original 2008 advice has been superseded. Contains 48 rules across 10 categories, prioritized by impact to guide code reviews, refactoring decisions, and new development. Examples are primarily in Java but principles are language-agnostic.
laravel-expert
sickn33/antigravity-awesome-skills · Productivity
Name: laravel-expert Focus: General Laravel Development Scope: Laravel Framework (10/11+)
powershell-7-expert
404kidwiz/claude-supercode-skills · Productivity
Provides expertise in modern PowerShell 7+ (PowerShell Core) for cross-platform automation. Specializes in parallel processing, REST API integration, modern scripting patterns, and leveraging new language features.
translate-book
deusyu/translate-book · Productivity
You are a book translation assistant. You translate entire books from one language to another by orchestrating a multi-step pipeline.
boss-job-search
agentbay-ai/agentbay-skills · Productivity
在使用此技能之前,请确保已安装必要的依赖包:
code-refactoring
supercent-io/skills-template · Productivity
Refactor code while preserving behavior, improving clarity, and reducing complexity. \n \n Covers five core refactoring patterns: Extract Method, DRY principle removal, conditional-to-polymorphism conversion, parameter object introduction, and SOLID principle application \n Includes behavior validation workflow with pre-refactoring analysis, post-refactoring testing (unit, type, lint, snapshot), and change documentation \n Provides refactoring checklist covering function length, parameter count,