███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8701 | event-sourcing | aj-geddes/useful-ai-prompts |
Event Sourcing Overview Store state changes as a sequence of events rather than the current state, enabling temporal queries, audit trails, and event replay. When to Use Audit trail requirements Temporal queries (state at any point in time) Event-driven microservices CQRS implementations Financial systems Complex domain models Debugging and analysis Compliance and regulation Core Concepts Event Store ─► Read Model (Projection) │ └─► Aggregate (Domain Logic) Implementation Examples 1...
|
825 |
| 8702 | linkedin-ads | kostja94/marketing-skills |
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
|
825 |
| 8703 | analyze-test-run | microsoft/azure-skills |
Analyze Test Run Downloads artifacts from a GitHub Actions integration test run, generates a summarized skill invocation report, and files GitHub issues for each test failure with root-cause analysis. When to Use Summarize results of a GitHub Actions integration test run Calculate skill invocation rates for the skill under test For azure-deploy tests: track the full deployment chain (azure-prepare → azure-validate → azure-deploy) Compare skill invocation across two runs File issues for test fail...
|
825 |
| 8704 | llm-sentry-geo-marketing | aradotso/marketing-skills |
LLM Sentry GEO Marketing Skill Skill by ara.so — Marketing Skills collection. What This Project Does LLM Sentry is an automated monitoring and analysis platform for GEO (Generative Engine Optimization) . It tracks how AI search engines (DeepSeek, Doubao, Bocha) mention brands and analyze citation sources in their responses. The platform uses browser automation (Playwright) to simulate real user queries, extract AI responses, parse reference links, and calculate Share of Voice (SoV) metrics. Core...
|
825 |
| 8705 | xlsx | ailabs-393/ai-labs-claude-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
825 |
| 8706 | react-2026 | patternsdev/skills |
React Stack Patterns Table of Contents When to Use Instructions Details Source React has come a long way since its early days of simple component libraries. By late 2025, the React ecosystem is rich but complex , offering multiple ways to choose your stack for building apps. Modern React developers face choices at every layer of the stack - from build tools and frameworks to routers and other libraries. The official React documentation (now at react.dev ) encourages using higher-level frameworks...
|
825 |
| 8707 | add-task | neolabhq/context-engineering-kit |
Create Draft Task File Role Your role is to create a draft task file that exactly matches the user's request. Goal Create a task file in .specs/tasks/draft/ with: Clear, action-oriented title (verb + specific description) Appropriate type classification (feature/bug/refactor/test/docs/chore/ci) Correct dependencies if any Useful description preserving user intent Correct file name Input Show more
|
825 |
| 8708 | kotlin-coroutines-structured-concurrency | chrisbanes/skills |
Kotlin coroutines: structured concurrency Core principle A well-structured coroutine is a self-contained unit of asynchronous work — single entry, single exit, scoped to a lifecycle known at the call site. Scopes should usually be tied to the caller's lifecycle, not stored as a property on the callee. A stored CoroutineScope is a strong review signal: the class must prove it owns cancellation, error reporting, restart behavior, and lifecycle. Most repositories, managers, use cases, and data sour...
|
825 |
| 8709 | pagespeed-insights | enderpuentes/ai-agent-skills |
PageSpeed Insights Auditor Overview You are a PageSpeed Insights Auditor - an expert in web performance optimization who helps developers achieve excellent PageSpeed scores by identifying performance issues, avoiding bad practices, and implementing best practices based on Google's PageSpeed Insights guidelines. Core Principle : Guide developers to achieve scores of 90+ (Good) in Performance, Accessibility, Best Practices, and SEO categories, while ensuring Core Web Vitals metrics meet the "Good"...
|
825 |
| 8710 | infographics | k-dense-ai/scientific-agent-skills |
Infographics Overview Infographics are visual representations of information, data, or knowledge designed to present complex content quickly and clearly. This skill uses Nano Banana Pro AI for infographic generation with Gemini 3 Pro quality review and Perplexity Sonar for research. How it works: (Optional) Research phase : Gather accurate facts and statistics using Perplexity Sonar Describe your infographic in natural language Nano Banana Pro generates publication-quality infographics automatic...
|
825 |
| 8711 | pyzotero | k-dense-ai/scientific-agent-skills |
Pyzotero Pyzotero is a Python wrapper for the Zotero API v3 . Use it to programmatically manage Zotero libraries: read items and collections, create and update references, upload attachments, manage tags, and export citations. Authentication Setup Required credentials — get from https://www.zotero.org/settings/keys : User ID : shown as "Your userID for use in API calls" API Key : create at https://www.zotero.org/settings/keys/new Library ID : for group libraries, the integer after /groups/ in th...
|
825 |
| 8712 | paperzilla | k-dense-ai/scientific-agent-skills |
Paperzilla Use this skill when you want to chat with your agent about projects, recommendations, and canonical papers in Paperzilla. What you can ask "Give me the latest recommendations from project X." "Open recommendation Y and explain why it matters." "Fetch canonical paper Z as markdown and summarize it." "Tell me how this paper is relevant to my research." "Show me the feed for project X." "Leave feedback on a recommendation." "Export this paper, recommendation, or feed as JSON." This is th...
|
825 |
| 8713 | get-available-resources | k-dense-ai/scientific-agent-skills |
Get Available Resources Overview Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically identifies CPU capabilities, GPU availability (NVIDIA CUDA, AMD ROCm, Apple Silicon Metal), memory constraints, and disk space to help make informed decisions about computational approaches. When to Use This Skill Use this skill proactively before any computationally intensive task: Before data analysis : Determine if datasets c...
|
825 |
| 8714 | month-end-prep | anthropics/knowledge-work-plugins |
Month End Prep Quick start Connect QuickBooks and at least one payment processor (PayPal, Square, or Stripe), then say "let's close the month." Claude walks you through each step of the checklist, pausing for your input at each gate before moving forward. If a connector is missing, Claude falls back to asking for a CSV export — it won't silently skip a step. Workflow Work through these steps in order. Each step has a completion state; don't advance until the current step is settled. Step 1 — Agr...
|
825 |
| 8715 | swap-curve-strategy | anthropics/financial-services-plugins |
Swap Curve Strategy Analysis You are an expert rates strategist specializing in swap curve analysis. Combine swap pricing, government yield curves, and inflation curves from MCP tools to analyze curve shape, compute swap spreads, decompose real rates, and identify curve trade opportunities. Focus on routing tool outputs into curve metrics and trade recommendations — let the tools price, you analyze the shape and recommend. Core Principles The swap curve prices the market's expectation of future ...
|
824 |
| 8716 | qdrant-vector-search | davila7/claude-code-templates |
Qdrant - Vector Similarity Search Engine High-performance vector database written in Rust for production RAG and semantic search. When to use Qdrant Use Qdrant when: Building production RAG systems requiring low latency Need hybrid search (vectors + metadata filtering) Require horizontal scaling with sharding/replication Want on-premise deployment with full data control Need multi-vector storage per record (dense + sparse) Building real-time recommendation systems Key features: Rust-powere...
|
824 |
| 8717 | xlsx | davila7/claude-code-templates |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
824 |
| 8718 | go-naming | cxuu/golang-skills |
Go Naming Conventions Normative: Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability. Core Principle Names should: Not feel repetitive when used Take context into consideration Not repeat concepts that are already clear Naming is more art than science—Go names tend to be shorter than in other languages. MixedCaps (Required) Normative: All Go identifiers must use MixedCap...
|
824 |
| 8719 | parallel-execution-optimizer | affaan-m/everything-claude-code |
Parallel Execution Optimizer Use this skill when speed comes from doing independent work at the same time: repo inspection, file reads, API checks, browser checks, build/test lanes, deploy readbacks, or multi-worktree implementation passes. Core Pattern Turn urgency into a dependency graph before acting. Define the objective and done signal. Split work into lanes. Mark each lane as parallel, sequential, or gated. Run independent reads/checks together. Keep writes isolated by file, worktree, bran...
|
824 |
| 8720 | job-post-builder | anthropics/knowledge-work-plugins |
Job Post Builder Produces a complete hiring packet — job post, interview guide, and offer letter — from a brief conversation about the role. Optionally routes the offer letter to DocuSign via Claude in Chrome. Quick start Invoke when a user says they need to hire someone or produce any hiring document. The skill walks a 6-phase workflow: gather context → research the market → write the job post → draft the interview guide → assemble the offer letter → (optionally) route to DocuSign. Example trig...
|
824 |
| 8721 | tech-marketing-framework | aradotso/marketing-skills |
Tech Marketing Framework Skill by ara.so — Marketing Skills collection. A comprehensive marketing framework that turns Claude Code and Codex into a senior product marketer for technical audiences. Provides identity guidelines, content standards, template docs, and autonomous skills for content generation, messaging workshops, and campaign optimization. What It Does This project provides: Identity and voice guidelines that prioritize technical accuracy over marketing fluff Content guidelines with...
|
823 |
| 8722 | mapbox-maplibre-migration | mapbox/mapbox-agent-skills |
MapLibre to Mapbox Migration Skill Expert guidance for migrating from MapLibre GL JS to Mapbox GL JS. Covers the shared history, API compatibility, migration steps, and the advantages of Mapbox's platform. Understanding the Fork History MapLibre GL JS is an open-source fork of Mapbox GL JS v1.13.0 , created in December 2020 when Mapbox changed their license starting with v2.0. Timeline: Pre-2020: Mapbox GL JS was open source (BSD license) Dec 2020: Mapbox GL JS v2.0 introduced proprietary licens...
|
823 |
| 8723 | python-code-quality | laurigates/claude-plugins |
Quick reference for Python code quality tools: ruff (linting & formatting), mypy (type checking). When This Skill Applies - Linting Python code - Code formatting - Type checking - Pre-commit hooks - CI/CD quality gates - Code style enforcement Quick Reference Ruff (Linter & Formatter) ``` Lint code uv run ruff check . Auto-fix issues uv run ruff check --fix . Format code uv run ruff format . Check and format uv run ruff check --fix . && uv run ruff format . Show specific ru...
|
823 |
| 8724 | compose-modifier-and-layout-style | chrisbanes/skills |
Compose modifier and layout style Core principle A composable that emits layout is a leaf the parent places — the parent decides position, size, alignment, padding. The composable's job is structure (what's inside), not placement (where it goes). Three rules follow: Declare a modifier parameter and apply it to the root , so the parent can actually do its job. Hardcoding .fillMaxWidth() on a composable's root takes that decision away from every future caller. Construct modifier chains as one flue...
|
823 |
| 8725 | typeui-fundamentals | bergside/typeui |
Design Fundamentals — Agent Instructions Universal design principles that define why patterns work, how to apply them correctly, and what accessibility requirements are non-negotiable. These are timeless, design-system-agnostic foundations that apply to every surface regardless of vertical or workflow phase. Load order Read these files after loading the design system ( SKILL.md / DESIGN.md + token modules). The design system tells you what token to use; these files explain why that decision is c...
|
823 |
| 8726 | optimize-for-gpu | k-dense-ai/scientific-agent-skills |
GPU Optimization for Python with NVIDIA You are an expert GPU optimization engineer. Your job is to help users write new GPU-accelerated code or transform their existing CPU-bound Python code to run on NVIDIA GPUs for dramatic speedups — often 10x to 1000x for suitable workloads. When This Skill Applies Show more
|
823 |
| 8727 | nemoclaw-user-monitor-sandbox | nvidia/skills |
Monitor Sandbox Activity and Debug Issues Prerequisites A running NemoClaw sandbox. The OpenShell CLI on your PATH . Use the NemoClaw status, logs, and TUI tools together to inspect sandbox health, trace agent behavior, and diagnose problems. Check Sandbox Health Run the status command to view the sandbox state, gateway health, and active inference configuration: $ nemoclaw <name> status Show more Installs 513 Repository nvidia/skills GitHub Stars 1.3K First Seen May 18, 2026 Security Audits Gen...
|
822 |
| 8728 | nemoclaw-user-overview | nvidia/skills |
Ecosystem References Load references/ecosystem.md when users ask about the relationship between OpenClaw, OpenShell, and NemoClaw, or when to use NemoClaw versus OpenShell. Explains how OpenClaw, OpenShell, and NemoClaw form the ecosystem, NemoClaw's position in the stack, what NemoClaw adds beyond the community sandbox, and when to prefer NemoClaw versus integrating OpenShell and OpenClaw directly. Load references/how-it-works.md for sandbox lifecycle and architecture mechanics; not for product...
|
822 |
| 8729 | scenario-analyzer | tradermonty/claude-trading-skills |
Headline Scenario Analyzer Overview このスキルは、ニュースヘッドラインを起点として中長期(18ヶ月)の投資シナリオを分析します。 2つの専門エージェント( scenario-analyst と strategy-reviewer )を順次呼び出し、 多角的な分析と批判的レビューを統合した包括的なレポートを生成します。 When to Use This Skill 以下の場合にこのスキルを使用してください: ニュースヘッドラインから中長期の投資影響を分析したい 18ヶ月後のシナリオを複数構築したい セクター・銘柄への影響を1次/2次/3次で整理したい セカンドオピニオンを含む包括的な分析が必要 日本語でのレポート出力が必要 使用例: /headline-scenario-analyzer "Fed raises interest rates by 50bp, signals more hikes ahead" /headline-scenario-analyzer "China announces new tariffs on US semicondu...
|
822 |
| 8730 | analyse | neolabhq/context-engineering-kit |
Smart Analysis Intelligently select and apply the most appropriate Kaizen analysis technique based on what you're analyzing. Description Analyzes context and chooses best method: Gemba Walk (code exploration), Value Stream Mapping (workflow/process), or Muda Analysis (waste identification). Guides you through the selected technique. Usage /analyse [target_description] Examples: /analyse authentication implementation /analyse deployment workflow /analyse codebase for inefficiencies Variables TARG...
|
822 |
| 8731 | mapbox-mcp-runtime-patterns | mapbox/mapbox-agent-skills |
Mapbox MCP Runtime Patterns This skill provides patterns for integrating the Mapbox MCP Server into AI applications for production use with geospatial capabilities. What is Mapbox MCP Server? The Mapbox MCP Server is a Model Context Protocol (MCP) server that provides AI agents with geospatial tools: Offline Tools (Turf.js): Distance, bearing, midpoint calculations Point-in-polygon tests Area, buffer, centroid operations Bounding box, geometry simplification No API calls, instant results Mapbox ...
|
822 |
| 8732 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
822 |
| 8733 | market-research-reports | k-dense-ai/scientific-agent-skills |
Market Research Reports Overview Market research reports are comprehensive strategic documents that analyze industries, markets, and competitive landscapes to inform business decisions, investment strategies, and strategic planning. This skill generates professional-grade reports of 50+ pages with extensive visual content, modeled after deliverables from top consulting firms like McKinsey, BCG, Bain, Gartner, and Forrester. Key Features: Comprehensive length: Reports are designed to be 50+ pa...
|
822 |
| 8734 | dt-obs-predictive-analytics | dynatrace/dynatrace-for-ai |
Predictive Analytics Skill Forecast resource saturation, detect trends, analyze anomalies, and characterize signal behavior using DQL and Dynatrace analyzer tools. Analysis Disciplines Discipline Use when … 1 Forecast and Prediction Predicting future metric values for capacity planning, cost estimation, or proactive alerting 2 Detecting Changes A metric shifted — find when the character of the signal changed, regardless of whether it crossed a limit 3 Detecting Violations A metric is currently ...
|
822 |
| 8735 | loop-on-ci | cursor/plugins |
Loop on CI Trigger Need to watch a branch or pull request and iterate on CI failures until all required checks are green. Use gh pr checks as the source of truth. It includes all PR-attached checks, while gh run list only covers GitHub Actions. Workflow Resolve the PR for the current branch. Inspect current PR checks before waiting. If checks already failed, diagnose those failures first. If checks are pending, watch with gh pr checks --watch --fail-fast . After each push, re-check the full PR c...
|
822 |
| 8736 | rust-refactor-helper | zhanghandong/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 761 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
821 |
| 8737 | claude-email-marketing-skill | aradotso/marketing-skills |
Claude Email Marketing Skill Skill by ara.so — Marketing Skills collection. This skill provides Claude with opinionated, practitioner-level expertise in email marketing. It covers authentication (SPF, DKIM, DMARC), list building, segmentation, copywriting, automation sequences, deliverability optimization, metrics analysis, and ESP selection. What This Skill Does Transforms Claude into an email marketing expert who can: Diagnose deliverability issues and provide specific fixes for spam folder pr...
|
821 |
| 8738 | fusion-issue-author-task | equinor/fusion-skills |
Author Task Issue Dependency Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow. When to use Use this skill for planning, research, specification, migration, testing, documentation, or other enablement work. When not to use Do not use this skill when the request is clearly a bug, feature, or user-story issue. Required inputs Task objective and scope Dependency and ordering constraints Instructions Confirm routed type is Task . Start w...
|
821 |
| 8739 | preline-theme-generator | htmlstreamofficial/preline |
Preline Theme Generator This file is for the AGENT (LLM) only — not end users. Generate a Preline Theme CSS file that produces a beautiful, consistent UI across all Preline components. Docs docs/step-1.md to docs/step-7.md (detailed workflow guidance) docs/palette-guidance.md (mood, hue, neutral mapping, OKLCH rules) docs/validation-checklist.md docs/token-reference.md docs/examples.md Agent workflow (FOLLOW THIS) When user requests a theme, the agent MUST: Step 1: Interpret user request P...
|
821 |
| 8740 | analyse-problem | neolabhq/context-engineering-kit |
A3 Problem Analysis Apply A3 problem-solving format for comprehensive, single-page problem documentation and resolution planning. Description Structured one-page analysis format covering: Background, Current Condition, Goal, Root Cause Analysis, Countermeasures, Implementation Plan, and Follow-up. Named after A3 paper size; emphasizes concise, complete documentation. Usage /analyse-problem [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) OUTPUT_FORMAT: markdo...
|
821 |
| 8741 | malware-warning-bitdefender-crack | aradotso/security-skills |
Malware Warning: Bitdefender Crack Repository Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository is a malware distribution vector disguised as cracked antivirus software. Indicators of Malicious Intent Fake Software Crack : Claims to provide "Pre-Activated" and "Keygen Loader" for commercial antivirus software SEO-Optimized Malware : Uses trending security keywords to attract victims searching for pirated software Star Manipulation : Artificially inflated ...
|
821 |
| 8742 | bitdefender-total-security-malware-analysis | aradotso/security-skills |
Bitdefender Total Security Malware Analysis Skill by ara.so — Security Skills collection. ⚠️ WARNING: Malicious Repository This repository is a malware distribution scheme disguised as legitimate software. It does NOT contain Bitdefender Total Security or any legitimate security software. What This Actually Is This is a typical malware distribution pattern using: Fake software cracks : Promises "pre-activated" or "keygen" versions of commercial software SEO manipulation : Uses popular search ter...
|
821 |
| 8743 | feishu-cli-auth | riba2534/feishu-cli |
飞书 OAuth 认证与 Token 管理 feishu-cli 通过 OAuth 2.0 Authorization Code Flow 获取 User Access Token,用于搜索等需要用户身份的 API。 核心概念 Token 存储位置 :所有 OAuth Token 保存在 ~/.feishu-cli/token.json ,包括 Access Token、Refresh Token、过期时间和授权 scope。登录、刷新、退出等操作都围绕此文件进行。 两种身份 : App Access Token (应用身份):通过 app_id/app_secret 自动获取,大多数文档操作使用此身份 User Access Token (用户身份):需 OAuth 授权,搜索 API 必须 使用此身份 Token 生命周期 : Access Token: 2 小时 有效 Refresh Token: 30 天 有效(需 offline_access scope) 过期后自动用 Refresh Token 刷新,用户无感 两步式非交互登录(AI Agent 推荐) AI Agent ...
|
821 |
| 8744 | reddit-marketing-agent | aradotso/marketing-skills |
Reddit Marketing Agent Skill by ara.so — Marketing Skills collection. This skill enables AI coding agents to help developers use the Reddit Marketing Agent, a system for researching relevant Reddit threads, generating useful responses, and turning repeatable Reddit workflows into scalable growth operations. The agent identifies high-intent conversations across subreddits, drafts context-aware responses, and supports repeatable workflows for research and optimization. What It Does The Reddit Mark...
|
821 |
| 8745 | optimized-nextjs-typescript | mindrally/skills |
Optimized Next.js TypeScript Best Practices You are an expert in creating highly optimized and maintainable Next.js solutions adhering to best practices in performance, security, and clean architecture principles. Code Style and Structure Write concise, technical TypeScript with functional, declarative patterns Avoid classes; favor composition and modularization Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError) Organize files with exported components, subcomponent...
|
821 |
| 8746 | polars | k-dense-ai/scientific-agent-skills |
Polars Overview Polars is a lightning-fast DataFrame library for Python and Rust built on Apache Arrow. Work with Polars' expression-based API, lazy evaluation framework, and high-performance data manipulation capabilities for efficient data processing, pandas migration, and data pipeline optimization. Quick Start Installation and Basic Usage Install Polars: uv pip install polars Basic DataFrame creation and operations: import polars as pl Show more Installs 503 Repository k-dense-ai/scie…t-skil...
|
821 |
| 8747 | kotlin-tooling-cocoapods-spm-migration | kotlin/kotlin-agent-skills |
CocoaPods to SwiftPM Migration for KMP Migrate Kotlin Multiplatform projects from kotlin("native.cocoapods") to swiftPMDependencies {} DSL. Requirements Kotlin : 2.4.0-Beta2 or later (first public release with swiftPMDependencies support, available on Maven Central) Xcode : 16.4 or 26.0+ iOS Deployment Target : 16.0+ recommended Migration Overview IMPORTANT : Keep the cocoapods {} block and plugin active until Phase 6. The migration adds swiftPMDependencies {} alongside the existing CocoaPods se...
|
821 |
| 8748 | marketing-os-starter | aradotso/marketing-skills |
Marketing OS Starter Skill by ara.so — Marketing Skills collection. What It Does Marketing OS Starter is a complete AI marketing team built for Claude Code. It includes 4 specialized agents (Orchestrator, Researcher, Strategist, Copywriter), 5 marketing skills, and battle-tested frameworks that turn research into creative briefs into finished copy — all with persistent memory that compounds across sessions. The system runs on structured agent handoffs (JSON schemas), enforces brand voice automat...
|
820 |
| 8749 | holyclaude-ai-workstation | aradotso/trending-skills |
HolyClaude AI Workstation Skill by ara.so — Daily 2026 Skills collection. HolyClaude is a containerized AI development workstation that bundles Claude Code CLI, a CloudCLI web UI, Chromium headless browser with Playwright, 5 AI CLIs (Claude, Gemini, OpenAI Codex, Cursor, TaskMaster AI), and 50+ dev tools into a single Docker image. One docker compose up replaces hours of manual setup. Installation Prerequisites Docker + Docker Compose installed Existing Anthropic account (Max/Pro subscription or...
|
820 |
| 8750 | review-local-changes | neolabhq/context-engineering-kit |
Local Changes Review Instructions You are an expert code reviewer conducting a thorough evaluation of local uncommitted changes. Your review must be structured, systematic, and provide actionable feedback including improvement suggestions. User Input: $ARGUMENTS IMPORTANT : Skip reviewing changes in spec/ and reports/ folders unless specifically asked. Command Arguments Parse the following arguments from $ARGUMENTS : Argument Definitions Show more
|
820 |