Showing 30 of 146048 results
Reviews code for security vulnerabilities, suggesting best practices and providing specific remediation recommendations
Automated semantic versioning and release workflow for Claude Code plugins — bumps package.json, marketplace.json, and plugin.json in lockstep, runs the build, tags the commit, creates a GitHub release, and generates changelog entries. Enforces 'nothing left uncommitted or unpushed' by running git status at the end.
A Claude office skill for generating high-converting ad copy across Google Ads, Meta/Facebook, TikTok, and LinkedIn. Provides platform-specific character limits, A/B testing variants, and copywriting frameworks like AIDA, PAS, and BAB for optimized advertising content.
Creates consistent, well-structured weekly status reports for individual contributors, team leads, project updates, and executive summaries, with templates for tracking accomplishments, blockers, metrics, and next-week priorities.
Comprehensive SEO analysis skill for Claude Code covering technical SEO, on-page analysis, E-E-A-T content quality, schema markup, image optimization, sitemap architecture, and AI search optimization (GEO).
A document parsing skill powered by IBM docling that enables advanced parsing of PDFs, Word documents, and images while preserving structure, extracting tables and figures, and handling multi-column layouts. Use when you need to extract structured content from complex documents.
Pre-PR / pre-deploy verification pipeline for Laravel projects that runs phases sequentially: env checks, Composer validate, Pint + PHPStan/Psalm, `php artisan test` with coverage, `composer audit`, migration `--pretend` review, and build/deploy readiness checks. Each failing phase gates the next.
Automates Google Sheets workflows for multi-source data aggregation, task management with Slack reminders, real-time reporting dashboards, and scheduled report generation using n8n integration patterns.
A curated awesome list of Claude Skills by Composio, covering a wide range of development skills and integrations for AI-assisted workflows.
SEO content optimization skill from Claude SEO suite. Covers technical SEO, on-page analysis, content quality (E-E-A-T), schema markup, image optimization, sitemap architecture, and AI search optimization (GEO).
Helps product teams discover customer motivations by understanding the specific "job" customers want products to accomplish across functional, emotional, and social dimensions.
Domain-Driven Design skill for modeling software around business domains using bounded contexts, aggregates, ubiquitous language, domain events, and context mapping strategies.
AI agent skill for LibLib.tv that enables AIGC capabilities including AI image generation and AI video generation. Supports creating sessions, sending creative instructions, uploading files, tracking progress, and batch downloading results via the LibTV OpenAPI.
Optimizes database performance through query analysis, indexing, and schema design, from a collection of 65 skills and 9 workflows built for full-stack developers.
Teaches Claude to read, write, and validate HADS (Human-AI Document Standard) Markdown docs using four block types: `**[SPEC]**` (authoritative facts), `**[NOTE]**` (human context), `**[BUG]**` (symptom + fix), and `**[?]**` (unverified). Requires an AI manifest section so models know which blocks to read and which to skip.
Customizes resumes for specific job applications by analyzing job descriptions, matching keywords for ATS optimization, reorganizing experience to highlight relevant skills, and improving bullet points with quantified achievements.
Batteries-included agent harness by LangChain providing a ready-to-run agent with built-in planning, filesystem access, shell execution, sub-agent delegation, and automatic context management.
Guides agents to use package:ffigen to automatically generate FFI bindings instead of writing them manually, for tasks involving new FFI bindings, C/Objective-C/Swift integrations, or replacing hand-crafted dart:ffi setups.
A comprehensive skill for automating Amazon seller operations and FBA management, covering listing optimization, order fulfillment, PPC advertising campaigns, pricing automation, inventory alerts, and sales analytics through integration with Amazon SP API and Ads API.
Evolves AI agents by autonomously analyzing runtime history, identifying improvements, and applying protocol-constrained code updates.
Performance baseline and regression detector with four modes: page perf (Core Web Vitals + page weight + JS/CSS/image bundle sizes via browser MCP), API perf (100 hits per endpoint with p50/p95/p99 plus 10-concurrent load), build perf (cold build, HMR, test/typecheck/lint, Docker), and `baseline`/`compare` mode that diffs metrics before vs after a change. Stores baselines in git-tracked `.ecc/benchmarks/*.json` and is meant to run on every PR.
Build a durable voice profile from 5–20 real samples — X posts, essays, launch notes, working emails, product docs — then reuse it across content and outreach instead of re-deriving style or defaulting to generic AI copy. Extracts rhythm, sentence length, capitalization norms, claim sharpness, and what the author never does.
A tool for searching and retrieving 200,000+ icons from 150+ collections, working as an MCP server for AI agents or CLI tool with automated setup for multiple editors.
Guides agents in compiling and packaging C/C++ source code into dynamic/static libraries using Dart's Native Assets hook system, covering local toolchain setup, secure download orchestration with cryptographic validation, and advanced tree-shaking linkage.
from supercent-io/skills-template
Provides Next.js development patterns covering App Router, server components, API routes, data fetching, and deployment best practices