Showing 30 of 146048 results
Automates multi-platform social media publishing to TikTok, Instagram, YouTube, LinkedIn, Twitter, and more with platform-specific caption optimization, intelligent scheduling, AI-powered caption generation, and centralized content tracking.
Evaluates whether an AI agent skill, plugin, or tool is safe to install by running a two-stage analysis: a deterministic offline scanner (regex, AST, taint tracking, YARA) followed by an LLM intent and contract verification check.
AI-powered codebase security scanner that reasons about code the way a researcher would — tracing data flows, understanding component interactions, and catching issues pattern-matching tools miss. Covers injection flaws, hardcoded secrets, weak cryptography, insecure dependencies, access-control bugs, and business-logic issues across JavaScript, TypeScript, Python, Java, PHP, Go, Ruby, and Rust.
A CLI tool for UI automation and app observability on iOS, tvOS, macOS, Android, and AndroidTV, built for agent-driven workflows. Provides structured accessibility tree snapshots, deterministic interaction, session-aware replay, and debugging evidence collection including logs, network inspection, and performance monitoring.
Multi-agent adversarial verification loop where a Generator produces the output and two independent Reviewer agents must both pass it before it ships, with a Fixer revising until convergence. Use for deployable code, compliance-sensitive content, customer-facing copy, or any output with elevated hallucination risk.
CrewAI task design and configuration guide — writing description/expected_output, setting task dependencies with context, output formats (output_pydantic/json/file), guardrails, human_input, async execution, and debugging task runs.
Creates Draw.io diagrams with PNG, SVG, and PDF export capabilities and a visual review loop for iterating on diagram quality, part of the 365 Skills plugin collection for AI coding agents.
Converts any website into a CLI interface and runs browser automation on your logged-in Chrome, with built-in adapters for sites like Bilibili, Reddit, HackerNews, and Twitter/X. Also serves as a CLI hub for local tools like gh, docker, and desktop apps like Cursor and ChatGPT.
Assists with product design workflows including design brief analysis, concept development, prototyping, and user feedback integration
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
Senior JavaScript developer skill specializing in modern ES2023+ features, asynchronous patterns, Node.js 20+ development, Web Workers, browser APIs, and performance optimization with module system best practices.
Reviews contracts by identifying 15+ common risk patterns (unlimited liability, broad IP assignment, unilateral termination, etc.), checking completeness, explaining complex legal language in plain terms, and providing jurisdiction-specific recommendations for US, EU, China, and UK.
An agent skill from the Open Design collection providing a UI/UX design pattern library with heuristic checks for shipping clean, usable interfaces, including curated best practices for design system implementation.
A collection of 11 open-source plugins that turn Claude into a role-specific specialist for functions like sales, data analysis, marketing, legal, finance, and customer support, each bundling skills, connectors, and slash commands for use with Claude Cowork and Claude Code.
Provides Next.js, React, and TypeScript development guidelines covering component patterns, server-side rendering, type safety, and modern web application best practices.
A growing collection of Claude skills for producing academic work at Nature-journal standard, covering scientific figures, manuscript prose, citation retrieval, data availability statements, reviewer responses, and paper-to-presentation workflows.
Production-grade NestJS patterns for modular TypeScript backends — modules, controllers, providers, DTO validation, guards, interceptors, exception filters, environment-aware config, database integrations, and unit/HTTP testing. Use when building or structuring NestJS APIs and services.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
NestJS specialist skill for building enterprise-grade TypeScript backend applications with modular architecture, dependency injection, TypeORM/Prisma, guards, and interceptors
Agent skills for building AI chat interfaces with assistant-ui, covering architecture, project setup, UI component primitives, runtime state management, tool registration, streaming protocol, and cloud persistence.
Helps write professional investment memorandums for venture capital, private equity, hedge fund, or internal investment committee contexts, covering investment thesis structuring, due diligence synthesis, risk analysis, valuation, and actionable recommendations.
Guides advanced pandas usage for data analysis, including DataFrame manipulation, complex aggregations, performance optimization, and data visualization workflows.
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).
Guides MongoDB users through Atlas Search (lexical/full-text), Vector Search (semantic/RAG), and Hybrid Search (`$rankFusion` MongoDB 8.0+, `$scoreFusion` 8.2+) via the MongoDB MCP server — inspecting indexes/schema/cluster version, choosing the right search type, explaining the proposed index before creating it, and avoiding anti-patterns like `$regex`/`$text` for search workloads.