Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,618
总 Skills
101.0M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
7851 literature-review k-dense-ai/scientific-agent-skills
Literature Review Conduct deep literature reviews through multi-perspective dialogue and systematic search. Input $0 — Research topic or question $1 — Optional: specific focus or angle References Multi-perspective dialogue prompts (STORM): ~/.claude/skills/literature-review/references/dialogue-prompts.md Literature review workflow (AgentLaboratory): ~/.claude/skills/literature-review/references/review-workflow.md Scripts (from literature-search skill) Search Semantic Scholar python ~/.claude/sk...
941
7852 embl-ebi-ols google-deepmind/science-skills
EMBL-EBI Ontology Lookup Service (OLS) Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://www.ebi.ac.uk/ols4/api-docs , then (2) create the file recording the notification text and timestamp. Core Rules [!IMPORTANT] Use the Utility Scripts : You MUST ALWAYS use the provided util...
941
7853 r3f-fundamentals enzed/r3f-skills
React Three Fiber Fundamentals Quick Start import { Canvas } from '@react-three/fiber' import { useRef } from 'react' import { useFrame } from '@react-three/fiber' function RotatingBox() { const meshRef = useRef() useFrame((state, delta) => { meshRef.current.rotation.x += delta meshRef.current.rotation.y += delta * 0.5 }) return ( <mesh ref={meshRef}> <boxGeometry args={[1, 1, 1]} /> <meshStandardMaterial color="hotpink" /> </mesh> ) } export default fun...
941
7854 ito-market-intelligence affaan-m/ecc
Itô Market Intelligence Use this skill when a user wants prediction-market context, event discovery, venue comparison, basket theme exploration, or an Itô API-backed market brief. This is a public teaser skill. It can work with public sources by default. Any Itô-backed data call requires explicit API access through ITO_API_KEY . Guardrails Do not provide investment, legal, tax, or trading advice. Do not place, cancel, route, or simulate live orders. Do not infer the user's financial situation un...
941
7855 dingtalk-workspace-cli aradotso/trending-skills
DingTalk Workspace CLI (dws) Skill by ara.so — Daily 2026 Skills collection. dws is an officially open-sourced cross-platform CLI tool from DingTalk that unifies DingTalk's full product suite into a single binary. It is designed for both human users and AI agent workflows. Every response is structured JSON, and built-in Agent Skills let LLMs use DingTalk out of the box. Installation One-liner (recommended) macOS / Linux: curl -fsSL https://raw.githubusercontent.com/DingTalk-Real-AI/dingtalk-work...
940
7856 brand-identity travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
940
7857 debugging-dags astronomer/agents
DAG Diagnosis You are a data engineer debugging a failed Airflow DAG. Follow this systematic approach to identify the root cause and provide actionable remediation. Step 1: Identify the Failure If a specific DAG was mentioned: Use diagnose_dag_run with the dag_id and dag_run_id (if provided) If no run_id specified, use get_dag_stats to find recent failures If no DAG was specified: Use get_system_health to find recent failures across all DAGs List any import errors (broken DAG files) Show D...
940
7858 tanstack-store tanstack-skills/tanstack-skills
Overview TanStack Store is a lightweight reactive store (signals-like) that powers the internals of TanStack libraries. It provides Store for state, Derived for computed values, Effect for side effects, and batch for atomic updates. Framework adapters provide reactive hooks. Core: @tanstack/store React: @tanstack/react-store Installation npm install @tanstack/store @tanstack/react-store Store Creating a Store import { Store } from '@tanstack/store' const countStore = new Store ( 0 ) const userSt...
940
7859 mckinsey-consultant mann1988/awesome-claude-skills
架构: Progressive Disclosure (渐进式披露) + Dependency-Aware (依赖感知) 核心升级: - V3.0: 最小核心 + 按需加载 → 节省70%上下文 - V3.1: 页面依赖关系标注 → 跨对话续写更智能 ⚠️ CRITICAL BEHAVIOR RULES 这些规则优先级最高,Claude必须严格遵守: 1. 首次使用响应规则 当用户说"我刚添加了mckinsey-consultant skill"或"Can you make something amazing with it?"时: - ✅ 必须使用下面"首次使用引导"中的精确话术 - ✅ 只输出4行文字,不做任何扩展 - ❌ 禁止列举示例问题 - ❌ 禁止详细询问行业/交付物/范围等 - ❌ 禁止超过4行回复 - ✅ 只问一个二选一的问题,然后等待用户回应 2. 问题澄清规则 - ✅ 只问当下最关键的1-2个问题 - ❌ 不要一次性列出5个以上的问题 - ❌ 不要把澄清变成"需求调研问卷" 3. 流程启动规则 - ✅ 只有用户明确说"开始"...
940
7860 verification & quality assurance ruvnet/ruflo
Verification & Quality Assurance Skill What This Skill Does This skill provides a comprehensive verification and quality assurance system that ensures code quality and correctness through: Truth Scoring : Real-time reliability metrics (0.0-1.0 scale) for code, agents, and tasks Verification Checks : Automated code correctness, security, and best practices validation Automatic Rollback : Instant reversion of changes that fail verification (default threshold: 0.95) Quality Metrics : Statistical an...
940
7861 v3 performance optimization ruvnet/ruflo
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
940
7862 v3 security overhaul ruvnet/ruflo
V3 Security Overhaul What This Skill Does Orchestrates comprehensive security overhaul for claude-flow v3, addressing critical vulnerabilities and establishing security-first development practices using specialized v3 security agents. Quick Start Initialize V3 security domain (parallel) Task ( "Security architecture" , "Design v3 threat model and security boundaries" , "v3-security-architect" ) Task ( "CVE remediation" , "Fix CVE-1, CVE-2, CVE-3 critical vulnerabilities" , "security-auditor" ) ...
940
7863 schema-exploration langchain-ai/deepagents
Schema Exploration Skill When to Use This Skill Use this skill when you need to: Understand the database structure Find which tables contain certain types of data Discover column names and data types Map relationships between tables Answer questions like "What tables are available?" or "What columns does the Customer table have?" Workflow 1. List All Tables Use sql_db_list_tables tool to see all available tables in the database. This returns the complete list of tables you can query. 2. Get...
940
7864 ai-engineer sickn33/antigravity-awesome-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
940
7865 applying-slds forcedotcom/sf-skills
Applying SLDS The Salesforce Lightning Design System (SLDS) is a CSS framework with thousands of artifacts. This skill teaches agents how to find and correctly use them. Version: This skill targets SLDS v2 . Legacy --lwc-* tokens and slds-*--modifier syntax are deprecated. Audit scope: The companion validating-slds skill analyzer only scans .css , .html , and .js files. Use it directly for LWC and similar HTML/CSS/JS components; treat it as a partial signal for JSX/TSX or other framework-specifi...
939
7866 legal-page-generator kostja94/marketing-skills
Pages: Legal Guides legal page content, structure, and SEO handling. 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 Identify: Page type : Privacy Policy, Terms of Service, Cookie Policy, etc. Jurisdiction : GDPR, CCPA, etc. Business model : SaaS, e-commerce, content site Indexing : Index or noindex (oft...
939
7867 prisma-orm-v7-skills gocallum/nextjs16-agent-skills
Links Upgrade guide (v7): https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7 Prisma Config reference: https://www.prisma.io/docs/orm/reference/prisma-config-reference Prisma Client Extensions: https://www.prisma.io/docs/orm/prisma-client/client-extensions Prisma 7 migration prompt (AI agents): https://www.prisma.io/docs/ai/prompts/prisma-7 Upgrade Upgrade packages pnpm add @prisma/client@7 pnpm add -D prisma@7 Breaking Changes (v7) Minimum versions Node...
939
7868 ito-trade-planner affaan-m/ecc
Itô Trade Planner Use this skill when a user wants a structured worksheet for a prediction-market idea, basket adjustment, venue comparison, or manual execution plan. The skill is intentionally non-executing. It produces checklists and parameter tables the user can review manually. Guardrails Do not say a trade is good, bad, optimal, or recommended. Do not provide investment advice or position sizing advice. Do not place, cancel, route, or sign orders. Do not request private keys, seed phrases, ...
939
7869 ito-basket-compare affaan-m/ecc
Itô Basket Compare Use this skill to compare a basket, theme, or market set against a user's knowledge base, portfolio notes, research memo, CRM context, or stated thesis. This skill is read-only. It does not recommend trades. It helps a user inspect fit, exposure, assumptions, and missing context before they decide what to do. Guardrails Do not provide investment advice or tell the user to buy, sell, hold, hedge, lever, or size a trade. Do not execute, prepare, or submit orders. Do not use priv...
939
7870 ito-data-atlas-agent affaan-m/ecc
Itô Data Atlas Agent Use this skill to design an agent that watches data sources, builds candidate prediction-market baskets, drafts parameter changes, and hands the result to a human for review. This skill describes architecture and workflow. It does not run live trading. Guardrails Keep all execution behind explicit human approval. Require ITO_API_KEY only for read-only Itô data access unless a separate private implementation explicitly adds execution controls. Do not persist private user data...
939
7871 datalocastle-r03-anthropics-skills-seo aradotso/marketing-skills
📈 SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. This skill suite provides 10 specialized SEO commands and 5 multi-step workflows derived from anthropics/skills . It enables AI coding agents to perform comprehensive SEO analysis, content audits, keyword research, and technical optimization with consistent structured output. What This Project Does The r03-anthropics-skills-seo suite delivers: Keyword Research — clustering, opportunity scoring, SERP intent mapp...
938
7872 safe-action-validation-errors next-safe-action/skills
next-safe-action Validation Errors Two Sources of Validation Errors Schema validation — automatic when input doesn't match .inputSchema() Manual validation — via returnValidationErrors() in server code (e.g., "email already taken") Both produce the same error structure on the client. Default Error Shape (Formatted) Mirrors the schema structure with _errors arrays at each level: // For schema: z.object({ email: z.string().email(), address: z.object({ city: z.string() }) }) { _errors : [ "Form-lev...
938
7873 interpro-database google-deepmind/science-skills
InterPro Database Access Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://www.ebi.ac.uk/interpro/ and https://www.ebi.ac.uk/about/terms-of-use/ , then (2) create the file recording the notification text and timestamp. Overview InterPro combines signatures from multiple, divers...
938
7874 string-database google-deepmind/science-skills
STRING Database Skill This skill allows you to query the STRING database programmatically using a bundled Python CLI wrapper. Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://string-db.org/cgi/access , then (2) create the file recording the notification text and timestamp. Cor...
938
7875 human-protein-atlas-database google-deepmind/science-skills
Human Protein Atlas (HPA) Database Integration This skill provides semi-quantitative protein expression and spatial localisation data from the Human Protein Atlas (HPA). While RNA-seq (e.g., GTEx) tells us if a gene is being transcribed, HPA confirms if the protein product actually exists, where it is located within the cell (e.g. nucleus vs cytoplasm), and its concentration in systemic blood circulation. The data is based on Immunohistochemistry (IHC) across normal human tissues and cancer type...
937
7876 wecomcli-sheet wecomteam/wecom-cli
企业微信在线表格管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 资源型技能,负责 在线表格 ( /sheet/* )的新建、内容读写以及子工作表管理。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 接口路由表 硬规则 :第二列是 references/xxx.md 链接的,命中这一行后 先 read 对应 references 文件,再构造命令 。写入/读取子表数据前,先用 sheet_get_info 拿到目标子表的 sheet_id 。 Show more Installs 663 Repository wecomteam/wecom-cli GitHub Stars 2.4K First Seen 7 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
937
7877 karpathy-coder alirezarezvani/claude-skills
Karpathy Coder — Active Coding Discipline Derived from Andrej Karpathy's observations on LLM coding pitfalls. This is not just guidelines — it ships Python tools that detect violations, a review agent, a slash command, and a pre-commit hook. "The models make wrong assumptions on your behalf and just run along with them without checking. They don't manage their confusion, don't seek clarifications, don't surface inconsistencies, don't present tradeoffs, don't push back when they should." "They re...
936
7878 antv-skills-maintainer antvis/chart-visualization-skills
AntV Skills Maintainer This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository. Important The antv-skills-maintainer skill is internal-only — it is used solely for this repository's iteration workflow. Do not add it to README.md "Available Skills" or .claude-plugin/marketplace.json . Only user-facing skills should appear in those files. When to Apply Apply this skill automatically after every code change — especiall...
936
7879 reactome-database google-deepmind/science-skills
Reactome Analysis & Content Service Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://reactome.org/license and https://reactome.org/cite , then (2) create the file recording the notification text and timestamp. Overview Reactome is a free, open-source, curated pathway database....
936
7880 palisade-security-nexus-bitdefender aradotso/security-skills
BitDefender Total Security Ultimate Protection Skill Skill by ara.so — Security Skills collection. Overview BitDefender Total Security Ultimate Protection is a comprehensive security suite that combines real-time malware scanning, heuristic analysis, sandbox execution environments, VPN integration, network monitoring, and AI-powered threat detection. It provides multi-layered defense through behavioral analysis, exploit mitigation, privacy protection, and system hardening across Windows, Linux, ...
936
7881 dashiai-ppt chuspeeism/dashiai-ppt-skill
DashiAI PPT DashiAI PPT 生成静态 HTML 横向翻页 PPT。使用本 skill 时,先把用户的自然语言需求整理成 JSON 计划,再调用本地项目生成器输出 index.html 和 assets/ 。 版本 当前版本: 0.1.36 每次完成用户请求、准备最终回复前,运行: node < skill-root > /scripts/check_latest_version.mjs 如果脚本有输出,把输出内容附在最终回复末尾提醒用户更新;如果脚本无输出或检查失败,保持静默,不要提版本检查。 Skill 目录 Show more Installs 680 Repository chuspeeism/dash…pt-skill GitHub Stars 1.7K First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
936
7882 content-strategy kostja94/marketing-skills
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (a...
935
7883 qmd levineam/qmd-skill
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. QMD - Quick Markdown Search Local search engine for markdown content. Status ! qmd status 2>/dev/null || echo "Not installed: npm install -g @tobilu/qmd" MCP: query { "searches" : [ { "type" : "lex" , "query" : "CAP theorem consistency" } , { "type" : "vec" , "query" : "tradeoff between consistency and availability" } ] , "collections" : [ "doc...
934
7884 r13-danielrosehill-claude-slash-commands-seo aradotso/marketing-skills
r13-danielrosehill-claude-slash-commands-seo Skill by ara.so — Marketing Skills collection. A specialized SEO & content marketing skill suite derived from danielrosehill/Claude-Slash-Commands. Provides 10 domain-specific commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy with structured output and progress tracking. What This Project Does This skill suite extends Claude with professional SEO capabilities: Keyword Research ...
934
7885 3-statement-model anthropics/financial-services-plugins
3-Statement Financial Model Template Completion Complete and populate integrated financial model templates with proper linkages between Income Statement, Balance Sheet, and Cash Flow Statement. ⚠️ CRITICAL PRINCIPLES — Read Before Populating Any Template Environment — Office JS vs Python: If running inside Excel (Office Add-in / Office JS): Use Office JS directly. Write formulas via range.formulas = [["=D14*(1+Assumptions!$B$5)"]] — never range.values for derived cells. No separate recalc; Excel...
934
7886 paper-lookup k-dense-ai/scientific-agent-skills
Paper Lookup You have access to 10 academic paper databases through their REST APIs. Your job is to figure out which database(s) best serve the user's query, call them, and return the results. Core Workflow Understand the query -- What is the user looking for? A specific paper by DOI? Papers on a topic? An author's publications? Open access PDFs? Full text? This determines which database(s) to hit. Select database(s) -- Use the database selection guide below. Many queries benefit from hitting mu...
934
7887 foldseek-structural-search google-deepmind/science-skills
Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://search.foldseek.com/search and https://github.com/steineggerlab/foldseek , then (2) create the file recording the notification text and timestamp. Goal Submit a user-provided 3D protein structure file ( .cif , .mmcif , or .pdb )...
934
7888 product-sense-interview-answer deanpeters/product-manager-skills
Purpose Help PM candidates and interview coaches structure product-sense answers that sound strong out loud, not just on paper. Use this when practicing prompts like "How would you improve X?", "Design a product for Y", or "What would you build next for Z?" This is not a memorize-and-recite script. It is a reasoning scaffold that prevents solution-jumping, forces real prioritization, and leaves the interviewer with a clean story they can follow. Key Concepts What Product Sense Interviews Actuall...
934
7889 phoenix-cli github/awesome-copilot
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : Show more Installs 933 Repository arize-ai/phoenix GitHub Stars 10.5K First Seen Jan 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
933
7890 netlify-identity netlify/context-and-tools
Netlify Identity Netlify Identity is a user management service for signups, logins, password recovery, user metadata, and role-based access control. It is built on GoTrue and issues JSON Web Tokens (JWTs). Always use @netlify/identity . Never use netlify-identity-widget or gotrue-js — they are deprecated. @netlify/identity provides a unified, headless TypeScript API that works in both browser and server contexts (Netlify Functions, Edge Functions, SSR frameworks). Dashboard configuration (user h...
933
7891 malware-warning-avast-piracy aradotso/security-skills
⚠️ SECURITY WARNING: Malware Distribution Repository Skill by ara.so — Security Skills collection. Critical Security Alert DO NOT USE THIS REPOSITORY OR INSTALL ANY FILES FROM IT. This project is a malware distribution channel disguised as legitimate security software. Despite claiming to offer "Avast Premium Security 2026," this repository exhibits multiple red flags characteristic of malware campaigns: 🚨 Warning Signs Pirated Software Distribution : Offers "keygen," "crack," "loader," and "pre...
933
7892 video-download heygen-com/skills
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
932
7893 audit-xls anthropics/financial-services-plugins
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
932
7894 tauri-development mindrally/skills
Tauri Development Guidelines You are an expert in TypeScript and Rust development for cross-platform desktop applications using Tauri. Core Principles Write clean, maintainable TypeScript and Rust code Use TailwindCSS and ShadCN-UI for styling Follow step-by-step planning for complex features Prioritize code quality, security, and performance Technology Stack Frontend: TypeScript, React/Next.js, TailwindCSS, ShadCN-UI Backend: Rust, Tauri APIs Build: Tauri CLI, Vite/Webpack Project Structure s...
932
7895 avast-security-awareness aradotso/security-skills
Avast Security Awareness Skill Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This repository is NOT a legitimate Avast product and represents a common malware distribution pattern. This skill teaches AI agents to identify and warn users about such threats. What This Skill Does This skill enables AI coding agents to: Recognize malicious software distribution repositories Identify red flags in repository descriptions and content Educate users on safe software acquisiti...
932
7896 wecomcli-smartpage wecomteam/wecom-cli
企业微信智能文档管理 wecom-cli 是企业微信提供的命令行程序,所有操作通过执行 wecom-cli 命令完成。 资源型技能,负责 智能文档 (原名智能主页, /smartpage/* )的创建与内容导出。 调用方式 通过 wecom-cli 调用,品类为 doc : wecom-cli doc < tool_name > '<json_params>' 返回格式说明 所有接口返回 JSON 对象,包含以下公共字段: Show more Installs 660 Repository wecomteam/wecom-cli GitHub Stars 2.4K First Seen 7 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
932
7897 docker-containerization ailabs-393/ai-labs-claude-skills
Docker Containerization Skill Overview Generate production-ready Docker configurations for modern web applications, particularly Next.js and Node.js projects. This skill provides Dockerfiles, docker-compose setups, bash scripts for container management, and comprehensive deployment guides for various orchestration platforms. Core Capabilities 1. Dockerfile Generation Create optimized Dockerfiles for different environments: Production ( assets/Dockerfile.production ): Multi-stage build reducing i...
931
7898 seo-content-marketing-skill-factory aradotso/marketing-skills
SEO & Content Marketing Skill Factory Skill by ara.so — Marketing Skills collection. What This Project Does A specialized skill suite derived from alirezarezvani/claude-code-skill-factory that provides 10 SEO and content marketing commands plus 5 multi-step workflows. Handles keyword research, content audits, SERP analysis, technical SEO diagnostics, competitor analysis, and content strategy with structured output and progress tracking. Core capabilities: Keyword clustering and opportunity scori...
931
7899 aws-cdk-development zxkane/aws-skills
AWS CDK Development This skill provides comprehensive guidance for developing AWS infrastructure using the Cloud Development Kit (CDK), with integrated MCP servers for accessing latest AWS knowledge and CDK utilities. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_docume...
931
7900 yc-reader himself65/finance-skills
Y Combinator Reader (Read-Only) Fetches Y Combinator company data from the yc-oss/api , an unofficial open-source API that indexes all publicly launched YC companies. The data is sourced from YC's Algolia search index and updated daily via GitHub Actions. This is a read-only data source. It provides company profiles, batch listings, industry/tag breakdowns, hiring status, and diversity data. No write operations exist — the API serves static JSON files. No authentication required. The API is publ...
931