Showing 30 of 146048 results
Screens job applications against role requirements by evaluating resumes, scoring candidates consistently on must-have and nice-to-have qualifications, flagging potential concerns, and ranking applicants for interviews with detailed screening reports.
Local SEO analyzer that detects business type (brick-and-mortar / SAB / hybrid) and industry vertical (restaurant, healthcare, legal, home services, real estate, automotive), then audits Google Business Profile signals, NAP consistency, citation health, review velocity (18-day rule, 10-review threshold), `LocalBusiness` JSON-LD, and multi-location page quality. Weighted scoring (GBP 25% / Reviews 20% / On-page 20% / NAP 15%) flags doorway-page risk and review-gating violations.
Assists security researchers in creating, refining, and validating YARA rules for malware detection and threat hunting.
Creates intelligent document forms using docassemble, enabling guided interviews with conditional logic that adapt based on answers. Supports multiple field types including text, date, file uploads, and checkboxes, with automatic document generation from form responses.
Fetches KBO (Korean baseball) game schedules and scores for a specific date with the globally-installed `kbo-game` npm package, calling its `getGame(new Date(...))` export with a strict KST date conversion (string dates fail in `kbo-game@0.0.2`). Returns home/away, status, and score per game and supports optional team filtering, always converting relative "today/yesterday" inputs to absolute dates.
StoryBrand messaging framework skill based on Donald Miller's "Building a StoryBrand" for clarifying brand messages, creating converting website copy, writing one-liners, and building landing pages that position customers as heroes
Performs document layout analysis using surya to detect text blocks, tables, figures, headings, and reading order in complex documents from images or PDFs.
Automates Mailchimp email marketing workflows including campaign creation, audience segmentation, A/B testing, automated drip sequences, and engagement analytics with revenue attribution.
Evidence-first burn audit for the sibling ECC-Tools GitHub App repo targeting runaway PR creation, quota bypass, premium-model leakage on free tiers, duplicate-job fanout, and app-generated branches re-entering the webhook. Traces webhook → queue → worker paths end to end and fixes in burn order (stop PR multiplication → stop quota bypass → stop premium leakage → stop retry burn → close rerun safety gaps) rather than cosmetic cleanup.
Scores and qualifies sales leads using frameworks like BANT, MEDDIC, and GPCTBA/C&I. Evaluates leads against defined criteria, assigns priority scores, identifies deal-breakers and green flags, and recommends next actions for consistent qualification.
System design framework skill for designing scalable distributed systems covering load balancing, caching, database scaling, message queues, and back-of-the-envelope estimation.
Chains document operations like extraction, transformation, AI analysis, and format conversion into reusable multi-stage pipelines with data flowing between stages via a YAML-based DSL.
A Claude skill for researching company and contact information to support sales outreach and lead generation efforts.
Automates Spotify workflows including playback control, smart playlist generation based on audio features, music discovery via seed-based recommendations, and audio analysis for energy, danceability, and mood metrics.
A senior engineer code review skill covering SOLID principles, security, performance, and error handling patterns for AI coding assistants.
Organizes, categorizes, and tracks invoices and receipts for financial management. Extracts key data fields from invoices, auto-categorizes expenses, tracks payment status, and creates a structured filing system.
Deprecated skill for building ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK, replaced by mcp-app-builder.
Provides access to 1200+ MCP (Model Context Protocol) servers that extend AI capabilities by connecting to filesystems, databases, APIs, and document processing tools. Includes configuration guidance for popular servers like filesystem, Google Drive, Puppeteer, and SQLite.
Generates professional changelogs and release notes from git commits, feature lists, or code diffs, supporting Keep a Changelog format, semantic versioning, and user-friendly release summaries.
Write [Hookify](https://claudelog.com/hookify) rules as `.claude/hookify.{name}.local.md` markdown files with YAML frontmatter that watch for patterns (regex or multi-condition) on bash/file/stop/prompt/all events and either `warn` or `block`. Covers frontmatter fields (`name`, `enabled`, `event`, `action`, `pattern`, `conditions`), operators like `regex_match`/`contains`/`starts_with`, common pitfalls (over-broad regexes, YAML escaping), and the `/hookify`, `/hookify-list`, `/hookify-configure` commands.
Adds text or image watermarks, page numbers, headers, and footers to PDF documents with configurable presets for confidential, draft, and copy markings, supporting batch processing across multiple files.
Automates the full podcast production pipeline from planning and recording through audio processing, show notes generation, and multi-platform distribution including RSS feed management.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
에어코리아 기반 미세먼지/초미세먼지를 지역명 또는 위치 힌트로 조회한다. 기본 경로는 k-skill-proxy의 report endpoint다.
Checks Korean Lotto draw results — latest round (`getLatestRound`), specific round detail (`getDetailResult`), and ticket-number matching (`checkNumber`) — using the globally-installed `k-lotto` npm package via `NODE_PATH=$(npm root -g)` invocation. Used for "이번 주 로또 번호", a specific round's winning numbers/payouts, or checking whether a user's six numbers won.
Part of a comprehensive production-ready plugin system combining 184 specialized AI agents, 16 workflow orchestrators, and 150 agent skills organized into 78 focused plugins for Claude Code automation and multi-agent orchestration.
Agent skills for building AI chat interfaces with assistant-ui, covering architecture, project setup, UI primitives, runtime, tools, streaming, cloud persistence, and thread management.
Comprehensive reference for implementing SwiftUI animations on iOS 17+ including explicit/implicit animations, spring presets, PhaseAnimator, KeyframeAnimator, matchedGeometryEffect, SF Symbol effects, and accessibility-aware motion handling.