productivity▌
6,493 indexed skills · max 10 per page
skill-creator
composiohq/awesome-claude-skills · Productivity
Comprehensive guide for creating modular skills that extend Claude's capabilities with specialized knowledge and workflows. \n \n Skills consist of a required SKILL.md file with YAML metadata and markdown instructions, plus optional bundled resources (scripts, references, and assets) organized in a three-level loading system to manage context efficiently \n Follow a six-step creation process: understand concrete usage examples, plan reusable contents, initialize with the provided script, edit SK
spec-to-code-compliance
trailofbits/skills · Productivity
Verifies code implements exactly what documentation specifies for blockchain audits. \n \n Performs deterministic, line-by-line semantic analysis of code against specification documents, whitepapers, or design docs to identify gaps and misalignments \n Extracts specification intent and code behavior into structured intermediate representations (Spec-IR, Code-IR, Alignment-IR) with full traceability and confidence scores \n Classifies divergences by severity (critical, high, medium, low) with evi
persona-sales-ops
googleworkspace/cli · Productivity
Sales workflow management with deal tracking, call scheduling, and client communication integration. \n \n Requires four Google Workspace skills (Gmail, Calendar, Sheets, Drive) to operate as a unified sales operations persona \n Includes five pre-built workflows: meeting prep, email-to-task conversion, weekly pipeline digests, deal logging, and proposal sharing \n Supports deal tracking via spreadsheet append, client email filtering, and centralized Drive folder organization for proposals and d
nelson
harrymunro/nelson · Productivity
Multi-agent task orchestration with structured mission planning, parallel execution coordination, and documented decision logging. \n \n Orchestrates sequential or parallel agent work using a Royal Navy squadron metaphor (admiral, captains, crew) with explicit role boundaries and task ownership \n Enforces structured mission planning through sailing orders, battle plans, and ship manifests with clear deliverables, dependencies, and quality gates \n Provides quarterdeck checkpoints to track progr
security-reviewer
jeffallan/claude-skills · Productivity
Identifies security vulnerabilities, generates structured audit reports with severity ratings, and provides actionable remediation guidance. \n \n Conducts SAST scans, dependency audits, secrets scanning, and manual code review across authentication, input handling, and cryptography \n Supports penetration testing, infrastructure security audits, and cloud security reviews with scope verification and rules of engagement enforcement \n Produces severity-rated findings (Critical/High/Medium/Low/In
recipe-post-mortem-setup
googleworkspace/cli · Productivity
Orchestrate post-mortem workflows across Google Docs, Calendar, and Chat in one recipe. \n \n Combines three Google Workspace skills to create a structured post-mortem document, schedule a review meeting, and send a team notification \n Requires gws-docs , gws-calendar , and gws-chat skills to be loaded before execution \n Provides templated steps with customizable incident names, attendees, and meeting times for consistent incident response processes \n
brief
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
swift-concurrency
avdlee/swift-concurrency-agent-skill · Productivity
Diagnose data races, migrate to async/await, and resolve Swift 6 concurrency issues with structured guidance. \n \n Analyzes project settings (language mode, strict concurrency level, default isolation) before proposing fixes to ensure recommendations match your build configuration \n Covers all major concurrency diagnostics: main actor isolation, actor conformance, Sendable violations, and SwiftLint warnings with smallest-safe-fix strategies \n Provides Quick Fix Mode for localized, single-file
supabase-edge-functions
nice-wolf-studio/claude-code-supabase-skills · Productivity
This skill provides operations for working with Supabase Edge Functions - serverless TypeScript/JavaScript functions that run on Deno Deploy. Use for invoking functions, deploying code, and managing function lifecycles.
code-reviewer
jeffallan/claude-skills · Productivity
Analyzes code diffs and files to identify bugs, security vulnerabilities, performance issues, and architectural concerns with prioritized feedback. \n \n Detects common issues including SQL injection, XSS, N+1 queries, magic numbers, hardcoded secrets, and design pattern violations \n Follows a structured five-step workflow: context understanding, architecture review, code quality checks, test validation, and categorized reporting \n Produces prioritized reports organized by severity (critical,