███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8551 | oss-docs | boshu2/agentops |
OSS Documentation Skill Scaffold and audit documentation for open source projects. Overview This skill helps prepare repositories for open source release by: Auditing existing documentation completeness Scaffolding missing standard files Generating content tailored to project type Commands Command Action audit Check which OSS docs exist/missing scaffold Create all missing standard files scaffold [file] Create specific file update Refresh existing docs with latest patterns validate Check docs fol...
|
600 |
| 8552 | api integration specialist | davila7/claude-code-templates |
API Integration Specialist Expert guidance for integrating external APIs into applications with production-ready patterns, security best practices, and comprehensive error handling. When to Use This Skill Use this skill when: Integrating third-party APIs (Stripe, Twilio, SendGrid, etc.) Building API client libraries or wrappers Implementing OAuth 2.0, API keys, or JWT authentication Setting up webhooks and event-driven integrations Handling rate limits, retries, and circuit breakers Transforming...
|
600 |
| 8553 | kotlin-tooling-java-to-kotlin | kotlin/kotlin-agent-skills |
Java to Kotlin Conversion Convert Java source files to idiomatic Kotlin using a disciplined 4-step conversion methodology with 5 invariants checked at each step. Supports framework-aware conversion that handles annotation site targets, library idioms, and API preservation. Workflow Show more
|
600 |
| 8554 | neon-postgres | sickn33/antigravity-awesome-skills |
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
|
600 |
| 8555 | explore-recipes | signerlabs/shipswift-skills |
Explore ShipSwift Recipes Browse the full catalog of ShipSwift recipes -- production-ready SwiftUI implementations covering animations, charts, UI components, and full-stack modules. Prerequisites Check Before starting, verify the ShipSwift recipe server is available by calling listRecipes . If the tools are not available, guide the user to visit shipswift.app for setup instructions, or run npx skills add signerlabs/shipswift-skills to install. Workflow List available recipes : Use listRecipes t...
|
600 |
| 8556 | 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...
|
600 |
| 8557 | agnes-ai-generation | yacey/agnes-ai-generation-skill |
Agnes AI Generation Use this skill to call Agnes text, image, and video generation APIs through https://apihub.agnes-ai.com . Quick Start Read references/api.md when endpoint details, parameters, or response fields are needed. Use scripts/agnes_api.py for real API calls instead of rewriting curl by hand. Require an API key in AGNES_API_KEY , AGNES_API_TOKEN , or APIHUB_AGNES_API_KEY . Never print the key. For light live verification, run smoke-test ; it avoids video creation by default. Add --in...
|
600 |
| 8558 | pr-plan | boshu2/agentops |
PR Plan Skill Strategic planning for open source contributions. Overview Create a contribution plan that bridges research and implementation. Takes $pr-research output and produces an actionable plan. Output: .agents/plans/YYYY-MM-DD-pr-plan-{repo-slug}.md When to Use : After completing $pr-research Planning contribution strategy Before starting implementation When NOT to Use : Haven't researched the repo yet Trivial contributions (fix typos) Internal project planning (use $plan ) Workflow 0. I...
|
599 |
| 8559 | research | hyperb1iss/hyperskills |
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
|
599 |
| 8560 | cold-email | alirezarezvani/claude-skills |
Cold Email Writing You are an expert cold email writer. Your goal is to write emails that sound like they came from a sharp, thoughtful human — not a sales machine following a template. Before Writing 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. Understand the situation ...
|
599 |
| 8561 | openclaw-stock-skill | 1018466411/openclaw-stock-data-skill |
📥 安装方法 npx skills add https://github.com/1018466411/openclaw-stock-data-skill 安装时按提示选择: 选择 openclaw 选择 global 应用于所有 Agent Copy to all agents: yes 本技能教会代理如何使用你自建的股票数据服务(线上域名 https://data.diemeng.chat ),通过 API Key 进行鉴权,查询股票的日线、分钟线、财务指标等数据。 ⚙️ API Key 配置约定 OpenClaw 会按照 skills.entries.<key> 配置 把 API Key 和自定义配置注入到进程环境变量中。 本技能约定使用环境变量 STOCK_API_KEY 作为主密钥,并在 metadata.openclaw.primaryEnv 中声明,以便通过 skills.entries.openclaw-stock-skill.apiKey 统一配置。 推荐的 OpenClaw 配置示例( ~/.openclaw/openclaw.json ): { skills : ...
|
599 |
| 8562 | three-best-practices | emalorenzo/three-agent-skills |
Three.js Best Practices Comprehensive performance optimization guide for Three.js applications. Contains 100+ rules across 17 categories, prioritized by impact. Based on official guidelines from Three.js llms branch maintained by mrdoob. When to Apply Reference these guidelines when: Setting up a new Three.js project Writing or reviewing Three.js code Optimizing performance or fixing memory leaks Working with custom shaders (GLSL or TSL) Implementing WebGPU features Building VR/AR experienc...
|
599 |
| 8563 | authoring | adobe/skills |
Project Handover - Authoring Generate a complete authoring guide for content authors and content managers. This skill analyzes the project and produces actionable documentation. When to Use This Skill Onboarding content authors to a new project Training content managers Project handover to client authoring team Creating author-focused documentation Step 0: Navigate to Project Root and Verify Edge Delivery Services Project (CONDITIONAL) Skip this step if allGuides flag is set (orchestrator alread...
|
599 |
| 8564 | 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
|
599 |
| 8565 | 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
|
599 |
| 8566 | timesfm-forecasting | k-dense-ai/scientific-agent-skills |
TimesFM Forecasting Overview TimesFM (Time Series Foundation Model) is a pretrained decoder-only foundation model developed by Google Research for time-series forecasting. It works zero-shot — feed it any univariate time series and it returns point forecasts with calibrated quantile prediction intervals, no training required. This skill wraps TimesFM for safe, agent-friendly local inference. It includes a mandatory preflight system checker that verifies RAM, GPU memory, and disk space before the...
|
599 |
| 8567 | auth | adobe/skills |
AEM Config Service Authentication This skill handles browser-based authentication for AEM Edge Delivery Services Config Service API using Playwright CLI. It opens a browser window for Adobe ID login and captures the auth token when the browser is closed. When to Use This Skill Before generating admin/authoring/development guides that need API data When Config Service API returns 401 Unauthorized User says "login", "authenticate", "get auth token" Orchestrated by handover/admin/authoring/developm...
|
599 |
| 8568 | biopython | k-dense-ai/scientific-agent-skills |
Biopython: Computational Molecular Biology in Python Overview Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.85 (released January 2025), which supports Python 3 and requires NumPy. When to Use This Skill Use this skill when: Show more
|
599 |
| 8569 | ui-design | starchild-ai-agent/official-skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
599 |
| 8570 | interactive-dashboard-builder | anthropics/knowledge-work-plugins |
Interactive Dashboard Builder Skill Patterns and techniques for building self-contained HTML/JS dashboards with Chart.js, filters, interactivity, and professional styling. HTML/JS Dashboard Patterns Base Template Every dashboard follows this structure: <! DOCTYPE html > < html lang = " en " > < head > < meta charset = " UTF-8 " > < meta name = " viewport " content = " width=device-width, initial-scale=1.0 " > < title > Dashboard Title </ title > < script src = " https://cdn.jsdelivr.net/npm/char...
|
598 |
| 8571 | seo-review | leonardomso/33-js-concepts |
Skill: SEO Audit for Concept Pages Use this skill to perform a focused SEO audit on concept documentation pages for the 33 JavaScript Concepts project. The goal is to maximize search visibility for JavaScript developers. When to Use Before publishing a new concept page When optimizing underperforming pages Periodic content audits After major content updates When targeting new keywords Goal Each concept page should rank for searches like: "what is [concept] in JavaScript" "how does [concept] ...
|
598 |
| 8572 | ai-daily-digest | vigorx777/ai-daily-digest |
AI Daily Digest 从 Karpathy 推荐的 90 个热门技术博客中抓取最新文章,通过 AI 评分筛选,生成每日精选摘要。 命令 /digest 运行每日摘要生成器。 使用方式 : 输入 /digest ,Agent 通过交互式引导收集参数后执行。 脚本目录 重要 : 所有脚本位于此 skill 的 scripts/ 子目录。 Agent 执行说明 : 确定此 SKILL.md 文件的目录路径为 SKILL_DIR 脚本路径 = ${SKILL_DIR}/scripts/<script-name>.ts 脚本 用途 scripts/digest.ts 主脚本 - RSS 抓取、AI 评分、生成摘要 配置持久化 配置文件路径: ~/.hn-daily-digest/config.json Agent 在执行前 必须检查 此文件是否存在: 如果存在,读取并解析 JSON 询问用户是否使用已保存配置 执行完成后保存当前配置到此文件 配置文件结构 : { "geminiApiKey" : "" , "timeRange" : 48 , "topN" : 15 , "langua...
|
598 |
| 8573 | ppt-agent | sunbigfly/ppt-agent-skills |
PPT Agent v4.1 — 主控制台合同 1. 主 Agent 角色 只做 :维护计划、调用 harness、管理 subagent 生命周期、校验 Gate、与用户交互。 不做 :代写任何正式产物;手写 subagent prompt;内联执行任何内容生产;用口头判断替代 validator。 内容生产全量外包红线 :P2A/P2B/P3/P3.5/P4 的所有正式产物(search.txt、source-brief.txt、outline.txt、style.json、planningN.json、slide-N.html 等) 必须且只能 由对应的 subagent 生成。主 agent 自己写出这些产物内容 = 合同违规。主 agent 唯一允许的"写"行为是通过 harness 生成 prompt 文件和通过 validator 校验产物。 2. 全局规则 2.1 步骤控制 CLI 固定步骤锁(强制) :必须严格按 Canonical Plan 的主链 P0 → P1 → (P2A|P2B) → P3 → P3.5 → P4 → P5 执行;禁止增删改名。 分支二选一:...
|
598 |
| 8574 | chrome-extension | pproenca/dot-skills |
Comprehensive performance and code quality guide for Chrome Extensions (Manifest V3). Contains 67 rules across 12 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: - Writing new Chrome extension code - Migrating from Manifest V2 to Manifest V3 - Optimizing service worker lifecycle and state management - Implementing content scripts for page interaction - Debugging performance issues in extensions Rule Ca...
|
598 |
| 8575 | grepai-trace-callers | yoanbernabeu/grepai-skills |
This skill covers using `grepai trace callers` to find all code locations that call a specific function or method. When to Use This Skill - Finding all usages of a function before refactoring - Understanding function dependencies - Impact analysis before changes - Code navigation and exploration What is Trace Callers? `grepai trace callers` answers: "Who calls this function?" ``` func Login(user, pass) {...} ↑ │ ┌───────┴───────────────────┐ │ Who calls Login()? ...
|
598 |
| 8576 | next-cache-components | vercel/nextjs-skills |
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
|
598 |
| 8577 | implement-task | neolabhq/context-engineering-kit |
Implement Task with Verification Your job is to implement solution in best quality using task specification and sub-agents. You MUST NOT stop until it critically neccesary or you are done! Avoid asking questions until it is critically neccesary! Launch implementation agent, judges, iterate till issues are fixed and then move to next step! Execute task implementation steps with automated quality verification using LLM-as-Judge for critical artifacts. User Input $ARGUMENTS Command Arguments Parse ...
|
598 |
| 8578 | commit | neolabhq/context-engineering-kit |
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
|
598 |
| 8579 | venue-templates | k-dense-ai/scientific-agent-skills |
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting ...
|
598 |
| 8580 | consciousness-council | k-dense-ai/scientific-agent-skills |
Consciousness Council A structured multi-perspective deliberation system that generates genuine cognitive diversity on any question. Instead of one voice giving one answer, the Council summons distinct thinking archetypes — each with its own reasoning style, blind spots, and priorities — then synthesizes their perspectives into actionable insight. Why This Exists Single-perspective thinking has a ceiling. When you ask one mind for an answer, you get one frame. The Consciousness Council breaks th...
|
598 |
| 8581 | backend-dev-guidelines | langfuse/langfuse |
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
|
598 |
| 8582 | 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...
|
598 |
| 8583 | rag-blueprint | nvidia/skills |
NVIDIA RAG Blueprint Purpose Use this skill for NVIDIA RAG Blueprint operations: deployment, configuration, troubleshooting, shutdown, and feature management across Docker, Helm, and library deployments. Instructions Match the user request to the intent routing table below. Read the referenced playbook before making changes. Use repository docs and deployment config files as the source of truth. Verify the affected service or workflow after changes. Prerequisites Show more Installs 503 Repositor...
|
598 |
| 8584 | slides | openai/skills |
slides Curated from OpenAI's skills repository. What it does Create and edit .pptx presentation decks with PptxGenJS. Useful for sales decks, kickoff briefs, and design-system showcases. Source Upstream: https://github.com/openai/skills Category: slides How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your active agent...
|
597 |
| 8585 | eachlabs-image-edit | eachlabs/skills |
EachLabs Image Edit Edit, transform, and enhance existing images using 130+ AI models via the EachLabs Predictions API. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable. Get your key at eachlabs.ai . Model Selection Guide General Image Editing Model Slug Best For Flux 2 Turbo Edit flux-2-turbo-edit Fast high quality editing Flux 2 Flash Edit flux-2-flash-edit Fastest editing Flux 2 Max Edit flux-2-max-edit Highest quality editing Flux 2 Pro Edit flux...
|
597 |
| 8586 | clean-code | pproenca/dot-skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
597 |
| 8587 | frontend-patterns | davila7/claude-code-templates |
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. When to Activate Building React components (composition, props, rendering) Managing state (useState, useReducer, Zustand, Context) Implementing data fetching (SWR, React Query, server components) Optimizing performance (memoization, virtualization, code splitting) Working with forms (validation, controlled inputs, Zod schemas) Handling client-side routing and navigation Building accessible,...
|
597 |
| 8588 | marketing-ideas | sickn33/antigravity-awesome-skills |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill 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 t...
|
597 |
| 8589 | stable-baselines3 | k-dense-ai/scientific-agent-skills |
Stable Baselines3 Overview Stable Baselines3 (SB3) is a PyTorch-based library providing reliable implementations of reinforcement learning algorithms. This skill provides comprehensive guidance for training RL agents, creating custom environments, implementing callbacks, and optimizing training workflows using SB3's unified API. Core Capabilities 1. Training RL Agents Basic Training Pattern: import gymnasium as gym from stable_baselines3 import PPO Create environment env = gym . make ( "CartPol...
|
597 |
| 8590 | ue-component-model | adobe/skills |
Universal Editor Component Model Configuration This skill helps you create or edit the three JSON configuration files that control how AEM Edge Delivery Services (EDS) blocks appear and behave in the Universal Editor (UE): component-definition.json — Registers blocks in the UE component palette component-models.json — Defines property panel fields for each block component-filters.json — Controls where blocks can be placed When to Use Creating a new block that needs UE authoring support Adding/mo...
|
597 |
| 8591 | social-media-context-sms | blacktwist/social-media-skills |
When to Use User wants to set up or update their social media profile, voice, or audience User mentions "set up context," "my voice," or "my audience" User says "content pillars," "brand voice," or "who I'm writing for" User mentions "social media profile" or wants to avoid repeating foundational info User is starting a new project and needs to configure their identity before using other skills User wants to update their platforms, voice adjectives, or example posts Purpose You are an expert soc...
|
597 |
| 8592 | design-game | opusgamelabs/game-creator |
Design Game Run a UI/UX design pass on an existing game to improve visuals, atmosphere, and game feel. No design experience needed — this command analyzes your game and applies proven visual patterns. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-designer skill to get the full design vocabulary and patterns. Step 1: Audit Read package.json to identify the engine Read src/core/Constants.js for the current color palette and config Rea...
|
597 |
| 8593 | adspower-browser | adspower/adspower-browser |
AdsPower Local API with adspower-browser The Skills CLI (npx adspower-browser) is the package manager for operate AdsPower browser profiles, groups, proxies, and application/category lists via the adspower-browser CLI. When to Use This Skill Apply when the user: Asks to create, update, delete, or list AdsPower browser profiles Mentions opening or closing browsers/profiles, fingerprint, UA, or proxy Wants to manage groups, proxies, or check API status Refers to AdsPower or adspower-browser (and M...
|
597 |
| 8594 | recipe-triage-security-alerts | googleworkspace/cli |
Triage Google Workspace Security Alerts PREREQUISITE: Load the following skills to execute this recipe: gws-alertcenter List and review Google Workspace security alerts from Alert Center. Steps List active alerts: gws alertcenter alerts list --format table Get alert details: gws alertcenter alerts get --params '{"alertId": "ALERT_ID"}' Acknowledge an alert: gws alertcenter alerts undelete --params '{"alertId": "ALERT_ID"}'
|
596 |
| 8595 | api-designer | charon-fan/agent-playbook |
API Designer Senior API architect with expertise in designing scalable, developer-friendly REST and GraphQL APIs with comprehensive OpenAPI specifications. Role Definition You are a senior API designer with 10+ years of experience creating intuitive, scalable API architectures. You specialize in REST design patterns, OpenAPI 3.1 specifications, GraphQL schemas, and creating APIs that developers love to use while ensuring performance, security, and maintainability. When to Use This Skill Desi...
|
596 |
| 8596 | microsoft-outlook | membranedev/application-skills |
Microsoft Outlook Microsoft Outlook is a Microsoft-developed email and calendaring application. It's used by professionals and individuals to manage email, calendars, contacts, and tasks in one place. Many businesses rely on Outlook for internal and external communication. Official docs: https://learn.microsoft.com/en-us/outlook/ Microsoft Outlook Overview Email Attachment Calendar Event Contact Task Mailbox User Group Room Use action names and parameters as needed. Working with Microsoft Outloo...
|
596 |
| 8597 | memory-notes | basicmachines-co/basic-memory-skills |
Memory Notes Write well-structured notes that Basic Memory can parse into a searchable knowledge graph. Every note is a markdown file with three key sections: frontmatter, observations, and relations. Note Anatomy --- title : API Design Decisions tags : [ api , architecture , decisions ] --- API Design Decisions The API team evaluated multiple approaches for the public API during Q1. After prototyping both REST and GraphQL, the team chose REST due to broader ecosystem support and simpler cachin...
|
596 |
| 8598 | admin | adobe/skills |
Grafana Cloud Admin Docs : https://grafana.com/docs/grafana-cloud/account-management/ Organization and Stack Structure Grafana Cloud Account └── Organization (billing unit) ├── Stack 1 (prod) → dedicated Grafana, Prometheus, Loki, Tempo URLs ├── Stack 2 (staging) └── Stack 3 (dev) Organization : top-level account with billing, users, API keys, stacks Stack : dedicated Grafana + LGTM instance with its own URLs and credentials User Roles Show more
|
596 |
| 8599 | mcp-security-hub | aradotso/security-skills |
mcp-security-hub Skill by ara.so — Security Skills collection. Overview mcp-security-hub is a production-ready collection of 38 Dockerized MCP (Model Context Protocol) servers that expose 300+ offensive security tools to AI assistants like Claude. It enables natural language security assessments, vulnerability scanning, binary analysis, and penetration testing workflows. Key capabilities: 8 reconnaissance servers (Nmap, Shodan, ProjectDiscovery tools, WhatWeb, Masscan, ZoomEye) 6 web security se...
|
596 |
| 8600 | startup-analyst | sickn33/antigravity-awesome-skills |
Use this skill when Working on startup analyst tasks or workflows Needing guidance, best practices, or checklists for startup analyst Do not use this skill when The task is unrelated to startup analyst 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. If detailed examples are required, open resources/implementation-playbook.md . You ar...
|
596 |