███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11151 | page-metadata | kostja94/marketing-skills |
SEO On-Page: Metadata (Other Meta Tags) Guides optimization of meta tags beyond title, description, Open Graph, and Twitter Cards. Covers hreflang, robots, viewport, charset, and metadata completeness. 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. Scope (On-Page SEO) Hreflang : Language/region targeting for multilingual ...
|
887 |
| 11152 | powersync | powersync-ja/agent-skills |
PowerSync Skills Best practices and expertise for building applications with PowerSync. Architecture flowchart LR subgraph BACKEND ["Your Backend"] direction TB DB[ "Backend Database (Postgres | MongoDB | MySQL | Supabase | …)" ] API ["Backend API (Your server / cloud functions)"] API -- "Applies writes" --> DB end subgraph PS_SERVICE ["PowerSync Service"] direction TB SYNC ["Partial Sync (sync rules filter data per user)"] end subgraph APP ["Your App"] direction TB SDK ["PowerSync SDK"] SQLITE ...
|
887 |
| 11153 | marketing-selling-point-generator | aradotso/marketing-skills |
Marketing Selling Point Generator Skill by ara.so — Marketing Skills collection. Overview Marketing Selling Point Generator is a comprehensive tool designed to help product managers and marketers transform product features into compelling selling points. It uses a three-phase approach: Find (discover selling points), Define (prioritize them), and Write (create persuasive copy). The tool analyzes product attributes, competitive positioning, user feedback, and pain points to generate targeted mark...
|
886 |
| 11154 | senior-data-scientist | alirezarezvani/claude-skills |
Senior Data Scientist World-class senior data scientist skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/experiment_designer.py --input data/ --output results/ Core Tool 2 python scripts/feature_engineering_pipeline.py --target project/ --analyze Core Tool 3 python scripts/model_evaluation_suite.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architec...
|
886 |
| 11155 | crawl4ai-skill | lancelin111/crawl4ai-skill |
Crawl4AI Skill - Web Crawler & Scraper Web Crawling 网页爬虫 | Web Scraping 网页爬取 | LLM 优化输出 智能网页爬虫和爬取工具,支持搜索、全站爬取、动态页面抓取。Free web crawler and scraper with LLM-optimized Markdown output. 核心功能 | Core Features 🔍 Web Search 网页搜索 - DuckDuckGo search, 免 API key 🕷️ Web Crawling 网页爬虫 - Site crawler, spider, sitemap 识别 📝 Web Scraping 网页抓取 - Smart scraper, data extraction 📄 LLM-Optimized Output - Fit Markdown, 省 Token 80% ⚡ Dynamic Page Scraping - JavaScript 渲染页面爬取 快速开始 | Quick Start 安装 | Installation pip ins...
|
885 |
| 11156 | capacitor-splash-screen | cap-go/capgo-skills |
Splash Screen in Capacitor Configure and customize splash screens for iOS and Android. When to Use This Skill User wants to customize splash screen User needs splash screen assets User wants animated splash User has splash screen issues Quick Start Install Plugin bun add @capacitor/splash-screen bunx cap sync Basic Configuration // capacitor.config.ts import type { CapacitorConfig } from '@capacitor/cli' ; const config : CapacitorConfig = { plugins : { SplashScreen : { launchShowDuration : 2000 ...
|
885 |
| 11157 | pricing-page-generator | kostja94/marketing-skills |
Pages: Pricing Guides pricing page content, structure, and conversion optimization. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for product, audience, and pricing...
|
885 |
| 11158 | 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...
|
884 |
| 11159 | langgraph-code-review | existential-birds/beagle |
LangGraph Code Review When reviewing LangGraph code, check for these categories of issues. Critical Issues 1. State Mutation Instead of Return BAD - mutates state directly def my_node(state: State) -> None: state["messages"].append(new_message) Mutation! GOOD - returns partial update def my_node(state: State) -> dict: return {"messages": [new_message]} Let reducer handle it 2. Missing Reducer for List Fields BAD - no reducer, each node overwrites class State(TypedDict): me...
|
884 |
| 11160 | projects | railwayapp/railway-skills |
LaunchDarkly Projects Setup You're using a skill that will guide you through setting up LaunchDarkly project management in a codebase. Your job is to explore the codebase to understand the stack and patterns, assess what approach makes sense, choose the right implementation path from the references, execute the setup, and verify it works. Prerequisites Choose one: LaunchDarkly API access token with projects:write permission LaunchDarkly MCP server configured in your environment Core Principles U...
|
884 |
| 11161 | pinchtab | pinchtab/pinchtab |
Pinchtab Fast, lightweight browser control for AI agents via HTTP + accessibility tree. Security Note: Pinchtab runs entirely locally. It does not contact external services, send telemetry, or exfiltrate data. However, it controls a real Chrome instance — if pointed at a profile with saved logins, agents can access authenticated sites. Always use a dedicated empty profile and set BRIDGE_TOKEN when exposing the API. See TRUST.md for the full security model. Quick Start (Agent Workflow) The 30-sec...
|
884 |
| 11162 | about-page-generator | kostja94/marketing-skills |
Pages: About Guides About page content, structure, and trust-building for company websites. 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. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for company story, values,...
|
884 |
| 11163 | sqlalchemy-orm | bobmatnyc/claude-mpm-skills |
SQLAlchemy ORM Skill progressive_disclosure: entry_point: summary: "Python SQL toolkit and ORM with powerful query builder and relationship mapping" when_to_use: - "When building Python applications with databases" - "When needing complex SQL queries with type safety" - "When working with FastAPI/Flask/Django" - "When needing database migrations (Alembic)" quick_start: - "pip install sqlalchemy" - "Define models with declarative base" - "Create engine and session" - "Query with select() and comm...
|
883 |
| 11164 | codex-team | boshu2/agentops |
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
|
883 |
| 11165 | workflow-runner | jnmetacode/superpowers-zh |
工作流执行器:在 AI 工具内运行多角色编排 直接在当前会话中执行 agency-orchestrator 的 YAML 工作流,无需配置 API key。当前 LLM 就是执行引擎——依次扮演每个角色完成任务。 适用场景 用户提供了一个 .yaml 工作流文件(如 运行 workflows/story-creation.yaml ) 用户要求多个角色协作完成任务(如"用产品经理和架构师一起评审这个 PRD") 用户安装了 agency-agents-zh 并希望直接在 AI 工具内编排多角色 执行流程(5 步) 按以下顺序执行,不要跳步: 第 1 步:解析工作流 用 Read 工具读取用户指定的 YAML 文件,提取以下字段: Show more Installs 493 Repository jnmetacode/supe…owers-zh GitHub Stars 5.2K First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
883 |
| 11166 | webhook-integration | dodopayments/skills |
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
|
883 |
| 11167 | 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...
|
882 |
| 11168 | nemoclaw-user-agent-skills | nvidia/skills |
NemoClaw Agent Skills for Your AI Coding Assistant References Load references/agent-skills.md when users ask about AI agent support, coding assistant integration, or the .agents/skills/ directory. Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Installs 503 Repository nvidia/skills GitHub Stars 1.2K First Seen May 15, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
882 |
| 11169 | brainstorm-prompt-optimizer | giuseppe-trisciuoglio/developer-kit |
Brainstorm Prompt Optimizer Transform a raw idea into an optimized prompt ready for the brainstorming workflow ( /specs.brainstorm ). This skill prepares ideas so that when passed to /specs.brainstorm , they produce better functional specifications following EARS syntax, proper acceptance criteria taxonomy, and complete Non-Goals/Negative Requirements sections. When to Use User wants to optimize an idea before running /specs.brainstorm User says "prepare this idea for brainstorming", "enhance fo...
|
882 |
| 11170 | serve-sim | evanbacon/serve-sim |
serve-sim Drive an Apple Simulator (iOS, iPad, Apple Watch) from an agent using the serve-sim CLI. serve-sim spawns a Swift helper that captures the simulator framebuffer via simctl io , exposes it as an MJPEG stream plus a binary WebSocket input channel, and serves a React preview UI on top. This skill teaches an agent the exact CLI surface, the gesture JSON shape, the gotchas, and the recommended workflows. When to use The user wants an agent to tap, swipe, drag, pinch, or send hardware button...
|
882 |
| 11171 | 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...
|
881 |
| 11172 | create-call | vapiai/skills |
Vapi Call Creation Initiate outbound phone calls, web calls, and batch calls using Vapi's API. Connect your voice assistants to real phone numbers and test them programmatically. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Outbound Phone Call cURL curl -X POST https://api.vapi.ai/call \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "assistantId": "your-assistant-id", "phoneNumberId": "your-phone-number-id", "cu...
|
881 |
| 11173 | creationix-rx-data-store | aradotso/trending-skills |
RX Data Store Skill by ara.so — Daily 2026 Skills collection. RX is an embedded data store for JSON-shaped data. Encode once, then query the encoded document in place — no parsing, no object graph, no GC pressure. Think of it as no-SQL SQLite : unstructured data with database-style random access. Key benefits: O(1) array access, O(log n) object key lookup on encoded data Automatic deduplication of values and shared schemas Text-safe encoding (copy-paste friendly, no binary tooling needed) Minima...
|
880 |
| 11174 | zustand-5 | prowler-cloud/prowler |
Basic Store import { create } from "zustand"; interface CounterStore { count: number; increment: () => void; decrement: () => void; reset: () => void; } const useCounterStore = create<CounterStore>((set) => ({ count: 0, increment: () => set((state) => ({ count: state.count + 1 })), decrement: () => set((state) => ({ count: state.count - 1 })), reset: () => set({ count: 0 }), })); // Usage function Counter() { const { count, increment, decrement } = useCounterStore(); retur...
|
880 |
| 11175 | drizzle-orm | mindrally/skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
880 |
| 11176 | 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...
|
879 |
| 11177 | voice-agents | sickn33/antigravity-awesome-skills |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
879 |
| 11178 | voice-agents | sickn33/agentic-awesome-skills |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
879 |
| 11179 | feishu-drive | m1heng/clawdbot-feishu |
Feishu Drive Tool Single tool feishu_drive for cloud storage operations. Token Extraction From URL https://xxx.feishu.cn/drive/folder/ABC123 → folder_token = ABC123 Actions List Folder Contents { "action" : "list" } Root directory (no folder_token). { "action" : "list" , "folder_token" : "fldcnXXX" } Returns: files with token, name, type, url, timestamps. Get File Info { "action" : "info" , "file_token" : "ABC123" , "type" : "docx" } Searches for the file in the root directory. Note: file must b...
|
879 |
| 11180 | ai-model-web | tencentcloudbase/skills |
When to use this skill Use this skill for calling AI models in browser/Web applications using @cloudbase/js-sdk . Use it when you need to: Integrate AI text generation in a frontend Web app Stream AI responses for better user experience Call Hunyuan or DeepSeek models from browser Do NOT use for: Node.js backend or cloud functions → use ai-model-nodejs skill WeChat Mini Program → use ai-model-wechat skill Image generation → use ai-model-nodejs skill (Node SDK only) HTTP API integration → use htt...
|
879 |
| 11181 | mqtt-development | mindrally/skills |
MQTT Development You are an expert in MQTT (Message Queuing Telemetry Transport) protocol development for IoT and real-time messaging systems. Follow these best practices when building MQTT-based applications. Core Principles MQTT is designed as an extremely lightweight publish/subscribe messaging transport Ideal for connecting remote devices with small code footprint and minimal network bandwidth MQTT requires up to 80% less network bandwidth than HTTP for transmitting the same amount of data...
|
879 |
| 11182 | writing-skills | jnmetacode/superpowers-zh |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
879 |
| 11183 | server-management | sickn33/antigravity-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
878 |
| 11184 | feishu-cli-export | riba2534/feishu-cli |
飞书文档导出技能 将飞书云文档或知识库文档导出为本地 Markdown 文件,或导出为 PDF/Word 等格式。 前置条件 需要已配置飞书应用凭证( FEISHU_APP_ID / FEISHU_APP_SECRET ),通过环境变量或 ~/.feishu-cli/config.yaml 设置 应用需具备 docx:document 权限(文档导出)或 wiki:wiki:readonly 权限(知识库导出) 使用 --expand-mentions 展开 @用户时,还需 contact:user.base:readonly 权限 核心概念 Markdown 作为中间格式 :飞书云文档的内容通过 Markdown 格式导出到本地。选择 Markdown 作为中间格式,是因为它结构清晰、便于 Claude 理解和处理文档内容,同时也方便用户进行二次编辑或版本管理。中间文件默认存储在 /tmp 目录中。 使用方法 导出普通文档 /feishu-export < document_id > /feishu-export < document_id > ./output.md 导出知识库...
|
878 |
| 11185 | server-management | sickn33/agentic-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
878 |
| 11186 | cron-schedule | ruvnet/ruflo |
Use CronCreate for workers that must survive session restarts: CronCreate({ schedule: "*/15 * * * *", prompt: "Run security audit worker via mcp__claude-flow__hooks_worker-dispatch" }) Recommended Schedules Worker Cron Description audit */15 * * * * Security scanning optimize */30 * * * * Performance optimization consolidate 0 * * * * Memory consolidation map */30 * * * * Codebase mapping testgaps */15 * * * * Test coverage analysis document 0 */2 * * * API documentation When to Use Cron vs Loop...
|
878 |
| 11187 | configurator | uniswap/uniswap-ai |
CCA Configuration Configure Continuous Clearing Auction (CCA) smart contract parameters for fair and transparent token distribution. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through a bulk interactive form configuration flow using AskUserQuestion. Collect par...
|
878 |
| 11188 | react-audit-grep-patterns | github/awesome-copilot |
React Audit Grep Patterns Complete scan command library for React 18.3.1 and React 19 migration audits. Usage Read the relevant section for your target: references/react18-scans.md - all scans for React 16/17 → 18.3.1 audit references/react19-scans.md - all scans for React 18 → 19 audit references/test-scans.md - test file specific scans (used by both auditors) references/dep-scans.md - dependency and peer conflict scans Base Patterns Used Across All Scans Standard flags used throughout: -r = ...
|
877 |
| 11189 | mcp-builder | jnmetacode/superpowers-zh |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
877 |
| 11190 | codex-marketing-skills | aradotso/marketing-skills |
Codex Marketing Skills Skill by ara.so — Marketing Skills collection. A curated collection of shareable marketing and creator workflow skills for AI coding agents. Includes YouTube research, Readwise search/export, visual diagram generation, motion graphics/video production, social media publishing, and brand deal research automation. What It Does Codex Marketing Skills provides ready-to-use skill modules that enable AI agents to: YouTube Researcher : Search channels, pull transcripts, analyze h...
|
876 |
| 11191 | specs-e2e-verification | giuseppe-trisciuoglio/developer-kit |
Specs E2E Verification Overview Performs real environment verification after a specification has been implemented and cleaned up. This skill bridges the gap between unit-tested code and observable runtime behavior by: Detecting the application type from project files Starting the local runtime (Docker Compose, dev server, Spring Boot, etc.) Deriving tests from [IMP] acceptance criteria in the functional specification Executing real tests ( curl , Playwright, computer-use) Mapping results to acce...
|
876 |
| 11192 | ailabs-393/ai-labs-claude-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
876 | |
| 11193 | threat-modeling-with-aws-security-agent | aws/agent-toolkit-for-aws |
AWS Security Agent — Threat Model Review Analyze spec documents ( requirements.md , design.md ) against the source code to identify security-posture changes using STRIDE methodology. No prior scan needed. Local state Read .security-agent/config.json for agent_space_id and region . If missing, run the setup-security-agent workflow inline first. Resolving the values you need Placeholder How to resolve <id> (agent space) config.agent_space_id <region> config.region (default us-east-1 ) <account> aw...
|
876 |
| 11194 | career-ops-job-search | aradotso/trending-skills |
Career-Ops Job Search Pipeline Skill by ara.so — Daily 2026 Skills collection. Career-Ops turns Claude Code into a full job search command center. It evaluates offers with A-F scoring, generates ATS-optimized PDFs, scans 45+ company portals, and tracks everything in a single source of truth — all powered by Claude AI agents. Installation 1. Clone the repo git clone https://github.com/santifer/career-ops.git cd career-ops 2. Install Node dependencies (for PDF generation via Playwright) npm inst...
|
875 |
| 11195 | sdd-init | giuseppe-trisciuoglio/developer-kit |
SDD Init Skill Initialize Spec-Driven Development (SDD) in the current project. Detects tech stack, conventions, architecture patterns, and bootstraps all persistence backends (Constitution + Knowledge Graph). When to Use Trigger phrases: "sdd-init", "init sdd", "setup sdd" "initialize sdd", "setup project", "initialize project context" "bootstrap sdd", "start sdd" "detect project stack", "detect tech stack" Workflow 1. Detect Project Context ├── Scan tech stack (languages, frameworks, tools) ├─...
|
875 |
| 11196 | capacitor-app-store | cap-go/capgo-skills |
Publishing to App Stores Guide to submitting Capacitor apps to Apple App Store and Google Play Store. When to Use This Skill User is ready to publish app User asks about app store submission User needs app store screenshots User has app rejection issues User needs to update app listing Pre-Submission Checklist Universal Requirements Show more Installs 603 Repository cap-go/capgo-skills GitHub Stars 58 First Seen Feb 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
875 |
| 11197 | 30x-growth-marketing-panel | aradotso/marketing-skills |
30x Growth Marketing Panel Skill by ara.so — Marketing Skills collection. An AI-powered expert panel of 11 world-class marketing experts distilled from 4,000+ YouTube videos. Get answers from the right expert(s) in their voice, using their actual frameworks. What It Does The 30x Growth Marketing Panel uses a dual-layer architecture to provide authentic expert advice: Layer 1 (Brain) : NotebookLM retrieval from 4,000+ indexed YouTube videos Layer 2 (Soul) : Persona Protocol with expert personalit...
|
874 |
| 11198 | skill-creator | anthropics/financial-services-plugins |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
874 |
| 11199 | data-scientist | sickn33/antigravity-awesome-skills |
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. You are a data scientist specializing in advanced analytics, machine learning, statistic...
|
874 |
| 11200 | iot-firmware | ruvnet/ruflo |
Manage firmware rollouts across device fleets. deploy : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware deploy FLEET_ID --version VERSION advance : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware advance ROLLOUT_ID rollback : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware rollback ROLLOUT_ID status : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware status ROLLOUT_ID list : npx -y -p @claude-flow/plugi...
|
874 |