Showing 30 of 146060 results
Part of Claude Trading Skills, this skill tests integration between trading workflow skills, ensuring that market review, risk management, and portfolio management components work together correctly.
Calculates Amazon FBA fees with precise size tier detection, fulfillment fees, monthly and long-term storage fees, referral fees, and profit analysis including margin, ROI, and optimization suggestions.
A competitor teardown skill from Inference.sh's skills collection for AI development and deployment workflows.
Searches PubMed's biomedical literature using natural language queries with semantic search, returning full-text articles and research insights.
Performs comprehensive Python code reviews, checking type safety, async patterns, error handling, and common coding mistakes across .py files.
A skill that transforms any codebase, knowledge base, or documentation into an interactive knowledge graph you can explore, search, and ask questions about, compatible with Claude Code, Codex, Cursor, Copilot, and Gemini CLI.
Skill for CC Gateway — a TypeScript reverse proxy between Claude Code and the Anthropic API that rewrites 40+ device-fingerprint dimensions (device_id, email, env object, RAM, headers, prompt-embedded `Platform`/`Shell`/`/Users/xxx`) to a single canonical identity, manages OAuth refresh centrally, and pairs with Clash rules to block direct Anthropic connections.
Google Cloud Agent Platform skill for building and managing AI agents using the Gemini Managed Agents API, enabling creation and orchestration of agents within Google Cloud infrastructure.
Turns ambiguous or high-impact product and engineering changes into scoped, verifiable acceptance criteria by inspecting repository context, choosing the appropriate depth level, and writing observable criteria with verification methods.
Part of Ruflo's multi-agent orchestration framework for Claude Code, providing RVF portable memory and session persistence for transferring agent context and state across sessions within coordinated swarms.
Skill creation excellence dispatcher with a decision tree for choosing between Tier 1 (simple), Tier 2 (expanded), and Tier 3 (platform) architectures with standards and templates
Covers Kubernetes deployment management for containerized applications including multi-container services, resource allocation, health checks, rolling updates, and pod security configurations.
from wechat-miniprogram/skyline-skills
Concise, actionable Angular best practices optimized for AI agents, with skills for core Angular, NgRx, SignalStore, and TanStack Query patterns.
Auth.js v5 setup skill for Next.js authentication covering Google OAuth, credentials provider, environment configuration, session management, and core API integration
Controls a real browser through a Chrome extension with WebSocket connection, providing structured web page operations including DOM diff, simplified HTML extraction, form filling, button clicking, and JavaScript execution with token-efficient JSON results.
A Claude Code plugin from the official Plugins Directory that provides Cardputer hardware companion functionality, installable via the Claude Code plugin system with support for MCP servers, slash commands, agents, and skills.
Local-first graph-augmented personal context manager that preserves AI conversations and insights with semantic search, persistent memory distillation, and intelligent knowledge graph connections.
A floor plan generation skill from Each Labs' skills collection for AI-powered development and automation.
A comprehensive security and compliance skill suite providing 10 commands and 5 workflows for OWASP scanning, CVE detection, GDPR/SOC2/ISO27001 audits, STRIDE threat modeling, secret detection, IAM auditing, and incident response.
A skill from Understand Anything that generates onboarding guides for new team members by turning codebases, knowledge bases, and documentation into interactive knowledge graphs that can be explored, searched, and queried.
Estimates Amazon monthly sales volume and revenue from BSR, ASIN, or keyword data across 12 marketplaces, with three modes for quick estimates, product-level lookup, and full market sizing.
Provides AI-powered code generation and template guidance for developers using Claude, helping streamline coding workflows with intelligent suggestions.
A skill for converting existing web applications into MCP Apps that render interactive UIs (charts, forms, dashboards) inline within MCP-compliant chat clients.
Generates targeted marketing strategies for SaaS products by scoring and prioritizing ideas based on impact, effort, cost, speed, and fit.
Skill for `@jackchen_me/open-multi-agent` — a TypeScript framework for in-process AI agent teams with named agents, DAG task scheduling (`dependsOn`), shared memory, streaming, progress hooks, and mixed Anthropic/OpenAI providers. Covers single-agent runs, `runTeam`/`runTasks`, Zod-typed custom tools, and the pluggable `LLMAdapter` interface.
A product hunt launch skill from Inference.sh's skills collection for AI development and deployment workflows.
Patterns.dev skill for React render-performance optimization — compute derived values during render (not stored state), subscribe to coarse-grained values (`isMobile` not `width`), extract expensive subtrees into memoized components for early-return skipping, lazy `useState` init, and functional `setState` for stable callbacks. Ordered by impact, with React Compiler caveats noted.