productivity▌
6,493 indexed skills · max 10 per page
perl-patterns
affaan-m/everything-claude-code · Productivity
Idiomatic Perl 5.36+ patterns and best practices for building robust, maintainable applications.
sentry-fix-issues
getsentry/sentry-for-ai · Productivity
Methodically discover, analyze, and fix production issues using Sentry's debugging capabilities. \n \n Integrates with Sentry MCP to search issues, retrieve stack traces, breadcrumbs, traces, and AI-generated root cause analysis via the Seer tool \n Follows a seven-phase workflow: discovery, deep analysis, hypothesis formation, code investigation, implementation, verification, and reporting \n Treats all Sentry event data as untrusted external input; enforces strict security rules against embedd
managing-timelines
refoundai/lenny-skills · Productivity
Help teams set realistic deadlines and hit them consistently using frameworks from 13 product leaders. \n \n Diagnose timeline problems as estimation issues, scoping issues, distraction issues, or unrealistic stakeholder expectations, then apply the right framework (phase-based commitments, hill charts, or early shipping) \n Commit to phases within your control (discovery, solutioning, build, launch) rather than distant delivery dates; only provide engineering dates once solutioning is complete
shipping-products
refoundai/lenny-skills · Productivity
Frameworks and principles from 47 product leaders for shipping faster without sacrificing quality. \n \n Emphasizes speed as a signal of competence and mastery; prioritizes shipping early to accelerate feedback loops and learning \n Guides quality tradeoffs by helping you define a Product Quality List checklist and identify which standards must be met before launch versus after \n Helps diagnose shipping blockers by asking diagnostic questions about scope, dependencies, decision-makers, and the
writing-hookify-rules
anthropics/claude-plugins-official · Productivity
Define patterns and messages that trigger contextual warnings or blocks during agent tool use. \n \n Rules are markdown files with YAML frontmatter stored in .claude/hookify.{rule-name}.local.md that match against bash commands, file edits, agent stops, or user prompts \n Supports simple regex patterns or advanced multi-condition rules with operators like regex_match, contains, equals, and starts_with \n Actions include warn (show message, allow operation) or block (prevent operation or stop ses
git:worktrees
neolabhq/context-engineering-kit · Productivity
Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately.
codex-review
sickn33/antigravity-awesome-skills · Productivity
$1f
scoping-cutting
refoundai/lenny-skills · Productivity
Help teams scope projects and cut features using frameworks from 15 product leaders. \n \n Teaches appetite-based planning: set fixed time budgets and vary scope instead of extending deadlines \n Covers eight core principles including MVP as validation tool, aggressive feature cutting, and the \"build the scooter, not the axle\" approach to end-to-end value \n Provides Wizard of Oz testing guidance to validate hypotheses manually before engineering investment \n Includes diagnostic questions and
data-researcher
404kidwiz/claude-supercode-skills · Productivity
Provides data discovery and analysis expertise specializing in extracting actionable insights from complex datasets, identifying patterns and anomalies, and transforming raw data into strategic intelligence. Excels at multi-source data integration, advanced analytics, and data-driven decision support.
context-engineering-collection
muratcankoylan/agent-skills-for-context-engineering · Productivity
Structured guidance for building production AI agent systems through effective context management and multi-agent architectures. \n \n Covers foundational context engineering concepts including attention degradation patterns, context poisoning, and signal-to-noise optimization for language models \n Provides architectural patterns for multi-agent coordination (supervisor, peer-to-peer, hierarchical), memory system design, and filesystem-based context management \n Includes operational excellence