productivity▌
6,493 indexed skills · max 10 per page
skill-lookup
f/prompts.chat · Productivity
Search, retrieve, and install reusable AI agent skills from the prompts.chat registry. \n \n Provides two core MCP tools: search_skills for keyword-based discovery with category and tag filtering, and get_skill to retrieve complete skill packages including SKILL.md, documentation, and helper scripts \n Supports installation workflow that creates .claude/skills/{slug}/ directories and verifies file integrity after saving \n Enables skill browsing with result presentation showing title, descriptio
fix-errors
microsoft/vscode · Productivity
When fixing an unhandled error from the telemetry dashboard, the issue typically contains an error message, a stack trace, hit count, and affected user count.
gemini-imagegen
everyinc/compound-engineering-plugin · Productivity
Text-to-image and image editing using Google's Gemini API with multi-turn refinement support. \n \n Supports text-to-image generation, image editing, style transfer, and composition from up to 14 reference images \n Configurable resolution (1K, 2K, 4K) and 10 aspect ratios including square, landscape, portrait, and panoramic formats \n Multi-turn chat interface for iterative refinement and editing workflows \n Google Search grounding for generating images based on real-time data \n Requires GEMI
alphaear-signal-tracker
rkiding/awesome-finance-skills · Productivity
This skill provides logic to track and update investment signals. It assesses how new market information impacts existing signals (Strengthened, Weakened, Falsified, or Unchanged).
secure
whawkinsiv/claude-code-superpowers · Productivity
This skill is for securing your app's code and data. For regulatory compliance (HIPAA, SOC 2, GDPR), use compliance. For pre-launch readiness checks, use go-live. For environment variable setup during deployment, use deploy. For database-level security (Row Level Security), use database.
spring-boot-crud-patterns
giuseppe-trisciuoglio/developer-kit · Productivity
Feature-aligned CRUD services for Spring Boot 3 with layered architecture and Spring Data JPA. \n \n Establishes feature packages with domain, application, presentation, and infrastructure layers to maintain architectural boundaries and DDD principles. \n Covers complete CRUD workflows: entity modeling with invariants, repository interfaces, JPA adapters, transactional services, DTO records, and REST controllers with proper HTTP status codes. \n Includes validation patterns using jakarta.validat
resume-version-manager
paramchoudhary/resumeskills · Productivity
Use this skill when the user:
vite-flare-starter
jezweb/claude-skills · Productivity
Scaffold a production-ready full-stack Cloudflare app with React, Hono, D1, and better-auth in minutes. \n \n Clones and rebrands the vite-flare-starter template into a standalone project with automated find-replace across wrangler.jsonc, package.json, and index.html \n Includes React 19, Vite, Tailwind v4, shadcn/ui frontend; Hono backend on Workers; D1 SQLite with Drizzle ORM; better-auth for Google OAuth; R2 storage; and Workers AI binding \n Generates secrets, creates .dev.vars template, run
cicd-expert
martinholovsky/claude-skills-generator · Productivity
Secure, efficient CI/CD pipelines with multi-stage automation, security gates, and GitOps deployment patterns. \n \n Expertise across GitHub Actions, GitLab CI, and Jenkins with reusable workflows, matrix builds, and intelligent caching strategies for performance optimization \n Embedded security throughout pipelines: SAST/DAST/SCA scanning, secrets management, artifact signing with Cosign, and supply chain integrity verification \n Deployment automation patterns including blue/green, canary, ro
agent-evaluation
sickn33/antigravity-awesome-skills · Productivity
Framework for testing LLM agents across behavioral, capability, and reliability dimensions with production-focused evaluation patterns. \n \n Covers five core evaluation areas: agent testing, benchmark design, capability assessment, reliability metrics, and regression testing \n Emphasizes statistical test evaluation (multiple runs with distribution analysis) and behavioral contract testing over single-run or string-matching approaches \n Includes adversarial testing patterns and guards against