productivity▌
6,493 indexed skills · max 10 per page
agent-teams-simplify-and-harden
pskoett/pskoett-ai-skills · Productivity
A two-phase team loop that produces production-quality code: implement, then audit using simplify + harden passes, then fix audit findings, then re-audit, repeating until the codebase is solid or the loop cap is reached.
prompt-engineering
davila7/claude-code-templates · Productivity
Advanced techniques for maximizing LLM reliability, consistency, and output quality through systematic prompt design. \n \n Five core patterns: few-shot learning with 2-5 examples, chain-of-thought reasoning for multi-step logic, systematic optimization through A/B testing, reusable template systems with variables, and system prompts for persistent global behavior \n Progressive disclosure approach starts simple and adds complexity only when needed, with four escalation levels from direct instru
deep-research
claude-office-skills/skills · Productivity
I help you conduct comprehensive, multi-faceted research on any topic. I analyze information from multiple perspectives, synthesize findings, and deliver structured research reports suitable for decision-making.
deployment-procedures
sickn33/antigravity-awesome-skills · Productivity
Deployment principles and decision-making framework for safe production releases. \n \n Covers five core deployment phases: prepare, backup, deploy, verify, and confirm/rollback, with platform-specific procedures for Vercel, Railway, Docker, Kubernetes, and VPS environments \n Includes pre-deployment verification across code quality, build, environment, and safety categories, plus post-deployment health checks and monitoring windows \n Provides rollback strategies by platform and decision criter
clean-architecture
giuseppe-trisciuoglio/developer-kit · Productivity
This skill provides comprehensive guidance for implementing Clean Architecture, Hexagonal Architecture (Ports & Adapters), and Domain-Driven Design tactical patterns in Java 21+ Spring Boot 3.5+ applications. It ensures clear separation of concerns, framework-independent domain logic, and highly testable codebases through proper layering and dependency management.
differential-fuzzer
tursodatabase/turso · Productivity
Property-based fuzzer that compares Turso against SQLite to catch SQL correctness bugs. \n \n Generates random SQL statements and schemas, then executes them on both Turso and SQLite to detect mismatches in row sets, error handling, or schema state \n Supports deterministic reproduction via seed-based runs, configurable statement/table/column counts, and verbose output for debugging \n Includes continuous loop mode for extended fuzzing campaigns and Docker runner for CI with configurable timeout
fabric
supercent-io/skills-template · Productivity
Fabric is an open-source AI prompt orchestration framework by Daniel Miessler. It provides a library of reusable AI prompts called Patterns — each designed for a specific real-world task — wired into a simple Unix pipeline with stdin/stdout.
coverage
alirezarezvani/claude-skills · Productivity
Map all testable surfaces in the application and identify what's tested vs. what's missing.
spring-boot-saga-pattern
giuseppe-trisciuoglio/developer-kit · Productivity
Distributed transaction management across microservices using choreography or orchestration patterns. \n \n Supports two saga approaches: choreography-based (event-driven, decoupled) and orchestration-based (centralized coordinator with easier tracking) \n Requires compensating transactions for every forward operation to ensure rollback capability and eventual consistency \n Integrates with Spring Boot 3.x, Kafka, RabbitMQ, and frameworks like Axon Framework, Eventuate Tram, and Camunda \n Empha
wordpress-router
automattic/agent-skills · Productivity
Use this skill at the start of most WordPress tasks to: