productivity▌
6,493 indexed skills · max 10 per page
sharp-edges
trailofbits/skills · Productivity
Identifies error-prone APIs, configurations, and designs that enable developer security mistakes. \n \n Evaluates six categories of sharp edges: algorithm selection footguns, dangerous defaults, primitive vs. semantic APIs, configuration cliffs, silent failures, and stringly-typed security \n Provides a four-phase analysis workflow: surface identification, edge case probing, threat modeling against three adversary types (malicious, lazy, confused), and validation \n Includes severity classificat
convex-security-check
waynesutton/convexskills · Productivity
Security audit checklist for Convex applications covering authentication, exposure, validation, and access control. \n \n Five-part checklist covering authentication provider setup, function exposure (public vs. internal), argument validation strictness, row-level access control, and environment variable handling \n Includes TypeScript code examples for secure patterns: authentication helpers, ownership verification before updates/deletes, and strict argument validators \n Highlights common pitf
free-tool-strategy
coreyhaines31/marketingskills · Productivity
Strategic planning and evaluation framework for free tools that generate leads, drive organic traffic, and build brand awareness. \n \n Covers six tool types (calculators, generators, analyzers, testers, libraries, interactive) with guidance on which fits different goals and audiences \n Includes ideation framework starting from audience pain points, validation checklist for search demand and feasibility, and lead capture strategies ranging from fully gated to ungated approaches \n Provides eval
internal-linking-optimizer
aaron-he-zhu/seo-geo-claude-skills · Productivity
Analyzes and optimizes internal link structure to improve site authority distribution and search engine crawlability. \n \n Maps current internal linking patterns, identifies orphan pages with no inbound links, and detects authority flow bottlenecks across the site \n Provides anchor text optimization recommendations to improve topical relevance and avoid over-optimization \n Creates topic cluster and pillar-cluster linking strategies with specific source-target-anchor recommendations \n Generat
eve-job-lifecycle
incept5/eve-skillpacks · Productivity
Use jobs as the unit of work and keep phases explicit.
generate-custom-instructions-from-codebase
github/awesome-copilot · Productivity
Generates GitHub Copilot migration instructions by analyzing code differences between project versions. \n \n Compares two project states (branches, commits, or tags) to extract transformation patterns, API changes, and architectural shifts \n Creates a .github/copilot-migration-instructions.md file with mandatory rules, validated transformations, API correspondences, and obsolete patterns to avoid \n Supports multiple migration types: framework version upgrades, architecture refactoring, techno
uspto-database
davila7/claude-code-templates · Productivity
USPTO provides specialized APIs for patent and trademark data. Search patents by keywords/inventors/assignees, retrieve examination history via PEDS, track assignments, analyze citations and office actions, access TSDR for trademarks, for IP analysis and prior art searches.
nba-data
machina-sports/sports-skills · Productivity
Before writing queries, consult references/api-reference.md for endpoints, ID conventions, and data shapes.
proactive-self-improving-agent
yanhongxi-openclaw/proactive-self-improving-agent · Productivity
Automatically capture errors, corrections, and best practices to evolve agent capabilities safely over time. \n \n Records seven types of triggers (failures, user corrections, feature requests, API errors, knowledge gaps, better approaches, task reviews) into structured markdown files with deduplication to avoid low-value entries \n Promotes repeated patterns (≥3 occurrences) from learning logs into permanent capability files (AGENTS.md, TOOLS.md, SOUL.md) or extracts them as independent skills
saga-orchestration
wshobson/agents · Productivity
Orchestrate distributed transactions and long-running workflows with saga patterns for multi-service coordination. \n \n Supports both orchestration (centralized coordinator) and choreography (event-driven) saga patterns with step-by-step execution and automatic compensation on failure \n Includes base orchestrator class with saga state management (started, pending, compensating, completed, failed) and built-in step tracking with results and error handling \n Provides ready-to-use templates for