Showing 30 of 137983 results
patterns.dev skill teaching the **mediator/middleware pattern** — funnel many-to-many communication through a single coordinator (chatroom users via a `ChatRoom`, Express.js request handling via chained `app.use(...)` middleware) so components stay ignorant of each other; warns against letting the mediator become a god object.
Claude Code plugin marketplace with 20 plugins covering plugin development, plan-driven workflows, GitHub tools, link validation, and more.
An OpenClaw security skill that audits file and system permissions to detect overly permissive access configurations.
Optimizes web content metadata by generating SEO-friendly titles, descriptions, and URLs that maximize search visibility and user engagement.
Agent skill for SpriteCook AI-powered game asset generation, teaching agents how to generate pixel art and detailed/HD game art including sprites, characters, items, and tilesets from text prompts.
A skill within the Vercel plugin that performs full-story end-to-end verification by inferring the user story and checking the complete flow from browser through API to data and response.
Agent skills for Tencent CloudBase development, covering AI model integration, authentication, database operations, and cloud function deployment extracted from the CloudBase AI ToolKit.
Provides automated guidance and recommendations for optimizing Webflow CMS content structure, metadata, and publishing workflows to ensure high-quality, maintainable content.
Rapidly diagnoses and resolves complex DevOps incidents using advanced observability, log analysis, and root cause investigation techniques.
Official Firebase agent skills collection that extends AI coding agents (Claude Code, Gemini CLI, Cursor, Copilot) with deep Firebase knowledge, covering analytics, Firestore, feature flags, error tracking, and more — installable via npx, Claude plugin, or Gemini CLI extension.
A frontend design review skill from Hanoi Rainbow, a Vietnamese development skills collection.
Initializes git repositories with optional agent commit instructions and .gitignore, from @intellectronica's agent skills collection for the Mastering Agent Skills workshop.
Optimizes job applications by tailoring resumes, generating cover letters, and preparing interview materials using AI-powered job description analysis.
AI development skills from Matteo Collina covering Fastify best practices, Node.js core internals, ESLint v9 configuration, OAuth 2.0/2.1 specifications, Git/GitHub CLI operations, TypeScript advanced types, and Diátaxis documentation.
A collection of Claude Code skills for tasks like code review, security analysis, and development best practices, each providing structured expert guidance.
An Unreal Engine AI skill covering the module and build system including Build.cs, Target.cs, module creation, plugin setup, and build configuration, part of a 27-skill collection audited against UE5 source code for API accuracy.
A skill that fetches YouTube transcripts and generates polished HTML reports with executive summaries, key points, and timestamped topic lists, supporting non-English videos, language selection, and yt-dlp enrichment for chapters and metadata.
A WeChat automation skill for developing Platform Agents that monitor conversations and control input on both Windows (wxauto) and macOS (Accessibility API), communicating via JSON protocol with a Rust orchestrator.
A WeCom (Enterprise WeChat) automation skill from a comprehensive skills collection with 200+ skills and 24 agents, providing tools for enterprise messaging and workflow automation.
Structured ideation frameworks for discovering high-impact research directions with 10 complementary lenses (384 lines). Part of orchestra-research/ai-research-skills.
A library of 155 production-ready development skills covering every aspect of modern software engineering from project setup to production deployment.
Chinese lottery prediction skill that analyzes historical data from Double Color Ball and Super Lotto to provide statistical number frequency analysis and predictions.
Crafts compelling, conversion-driven copy that precisely adapts to each project's unique brand voice and tone.
A large collection of Claude Code skill templates sponsored by Z.AI, providing ready-to-use development skill configurations across various domains.
patterns.dev skill teaching the **flyweight pattern** — when creating thousands of near-identical objects (e.g. library book copies sharing an ISBN), cache shared intrinsic state in a `Map` and layer per-instance extrinsic state on top; notes JavaScript's prototypal inheritance often makes this obsolete on modern hardware.
A collection of 255+ universal agentic skills for AI coding assistants including Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, and Cursor.