Showing 30 of 119681 results
A collection of Claude Code skills covering framework-specific development expertise including FastAPI, Python, and other technologies with best practices.
The open-source repository for Visual Studio Code, Microsoft's cross-platform code editor built with Electron, featuring extensions, debugging, Git integration, and IntelliSense.
Search real-time travel inventory — flights, trains, hotels, attractions, Marriott hotels and packages — from inside Claude Code, OpenClaw, or any skill-compatible agent by shelling out to the `@fly-ai/flyai-cli`, backed by Alibaba's Fliggy (飞猪) platform. Exposes 8 commands: `keyword-search`, `ai-search` (semantic), `search-flight`, `search-train`, `search-hotel`, `search-poi`, `search-marriott-hotel`, `search-marriott-package` — all returning structured JSON with direct booking links; works with no API key, optional `FLYAI_API_KEY` for enhanced results.
A collection of 161 AI agent skills for Claude Code, Gemini CLI, and Google Antigravity, providing domain-specific knowledge, workflows, and best practices.
A product management skill that guides AI agents through running positioning workshops to define product market positioning using frameworks like April Dunford's.
Official PostHog skill for automatically adding analytics instrumentation, event tracking, and feature flags to code across React, Next.js, Python, and Node.js frameworks
Generate SEO image assets (OG/social 1200×630, blog heroes, schema images, product shots, infographics, favicons, Pinterest pins) via Gemini through the [AgriciDaniel/banana-claude](https://github.com/AgriciDaniel/banana-claude) nanobanana MCP server, using pre-configured aspect ratio + resolution + domain-mode presets. Wraps generation with a 6-component Creative Director prompt, `cost_tracker.py` logging, and a post-generation SEO checklist (alt text, WebP conversion, size targets, `ImageObject` schema, OG meta tags).
A product management skill that guides AI agents through facilitating structured workshops with step-by-step facilitation protocols.
Transcribe audio files to text fully offline via the `coli asr` CLI, using local speech-recognition models — `sensevoice` for Chinese/English/Japanese/Korean/Cantonese (with language, emotion, and audio-event detection) or `whisper-tiny.en` for English only. Optionally polishes transcripts (punctuation cleanup, filler removal) and can export to Markdown with front-matter metadata.
Clerk skill covering Nuxt-specific authentication patterns, including server middleware and SSR auth. Part of the official Clerk skills collection, triggered for prompts like "Add Clerk to my Nuxt app".
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.
Demonstrates AI function development with Vercel AI SDK using multiple model providers for text generation and interactive interfaces
A product management skill providing a quick reference guide for finance metrics commonly used in SaaS product management and business analysis.
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.
**DESIGNLANG** skill that reverse-engineers any website's complete design system in one command — crawls with a headless browser, extracts computed styles from the live DOM, and generates 8 output files including AI-optimized markdown, Tailwind config, shadcn/ui theme, Figma variables, W3C design tokens, plus layout patterns, responsive behavior across 4 breakpoints, and WCAG accessibility scoring.
Skills for generating Excalidraw diagrams from text content with three output modes: Obsidian markdown, standard Excalidraw files, and animated Excalidraw with animation order.
A Claude Code multi-agent workflow system with AI-powered development automation supporting multiple backends including Codex, Claude, Gemini, and OpenCode.
Query live SEO data through the DataForSEO MCP server (10 API modules / 79+ tools) — organic/image/YouTube SERPs, keyword volume & difficulty & intent, backlink profiles, on-page Lighthouse + parsing, competitor and domain analytics, business listings, and ChatGPT-scraper AI visibility. Every call routes through `scripts/dataforseo_costs.py` (approved / needs_approval / blocked) with per-endpoint cost logging and `/seo dataforseo costs` commands for daily/7-day spend.
Direct access to Google's own SEO data — Search Console (Search Analytics, URL Inspection, Sitemaps, Indexing API), PageSpeed Insights v5 + CrUX field data with 25-week history, GA4 organic traffic, YouTube video SEO, NLP entity/sentiment, Knowledge Graph, Web Risk — via a credential-tier system (0: API key / 1: OAuth-SA / 2: GA4 / 3: Google Ads). Includes `scripts/google_auth.py --check`, real-CWV quick-win detection (position 4-10 high-impression queries), and explicit Indexing API JobPosting/BroadcastEvent scope.
A product management skill that guides AI agents through facilitating user story mapping workshops to collaboratively plan product releases.
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.
Performs comprehensive cybersecurity analysis by evaluating events through threat modeling, risk assessment, and defensive frameworks to identify vulnerabilities and recommend mitigation strategies.
Anthropic's implementation of agent skills for Claude, providing modular folders of instructions, scripts, and resources for specific tasks.
A Claude office skill for automating HR workflows including recruiting pipeline management, employee onboarding, performance review cycles, time-off management, and offboarding processes. Integrates with Greenhouse, Workday, and BambooHR, and includes AI-powered resume screening.
A product management skill that guides AI agents through creating Lean UX canvases to define assumptions, hypotheses, and experiments for rapid product validation.
A production-ready Claude Code plugin system featuring 184 specialized AI agents, 78 focused plugins, 150 agent skills, 16 workflow orchestrators, and 98 commands for intelligent automation across software development.
Provides Prisma ORM v7 patterns and best practices, from a skills collection focused on the latest versions of Next.js, Prisma, AI SDK, and Auth.js.