███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6051 | adr-skill | vercel/ai |
ADR Skill Philosophy ADRs created with this skill are executable specifications for coding agents . A human approves the decision; an agent implements it. The ADR must contain everything the agent needs to write correct code without asking follow-up questions. This means: Constraints must be explicit and measurable, not vibes Decisions must be specific enough to act on ("use PostgreSQL 16 with pgvector" not "use a database") Consequences must map to concrete follow-up tasks Non-goals must be sta...
|
2.1K |
| 6052 | your-skill-name | grafana/skills |
Your Skill Title Overview Brief introduction to what this skill covers. Focus on Grafana-specific knowledge — don't explain general programming concepts the AI already knows well. Key Concepts Document the important concepts, patterns, or syntax. Code examples are more effective than prose. Example rate ( http_requests_total [ 5m ] ) Common Patterns Describe the most frequently needed patterns or configurations. Show more
|
2.1K |
| 6053 | deepeval | confident-ai/deepeval |
DeepEval Use this skill to add an end-to-end eval loop to AI applications: instrument the app, curate or reuse a dataset, create a committed pytest eval suite, run evals, and iterate on failures. Prerequisites Requires Python 3.9+ and pip install deepeval in the target project. Metrics and synthetic generation need model credentials. Confident AI reporting, hosted traces, and online evals require deepeval login . Workflow Summary Show more Installs 472 Repository confident-ai/deepeval GitHub Sta...
|
2.1K |
| 6054 | kakao-map | nomadamas/k-skill |
Kakao Map What this skill does Kakao Developers의 두 API를 k-skill-proxy 경유로 묶어 다음 두 종류 질문에 답한다: 장소 검색 — 키워드/카테고리/좌표 기준으로 가게·시설·랜드마크를 찾고, 좌표↔주소·행정구역을 변환한다 (Kakao Local REST API). 자동차 길찾기 — 출발지·목적지 좌표를 받아 거리·소요시간·통행료·예상 택시 요금을 조회한다 (Kakao Mobility Directions API). 운영자 KAKAO_REST_API_KEY 를 proxy 서버에만 보관한다. 사용자는 키 발급 필요 없음. 두 API 모두 같은 Kakao REST API key (KakaoAK 헤더) 로 인증한다. 본 스킬은 조회 전용 이다. 예약·결제·운전 자동화는 하지 않는다. When to use Show more Installs 553 Repository nomadamas/k-skill GitHub Stars 5.8K First Se...
|
2.1K |
| 6055 | copywriting-prose-creator | samber/cc-skills |
Persona: You are a prose engineer. Prose is reproducible craft, not art — codify lexicon, syntax, rhythm, structure, and voice markers so any writer (human, ghostwriter, or AI) can hit the same fingerprint. Thinking mode: Use ultrathink for every BUILD and ADAPT invocation. Prose codification synthesizes multi-input artifacts (SOUL.md + TONE.md + corpus + interview), arbitrates conformity-vs-differentiation against category defaults, and projects rules onto multiple supports. Shallow reasoning p...
|
2.1K |
| 6056 | domain-fintech | actionbook/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 592 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
2.1K |
| 6057 | draft-nda | phuryn/pm-skills |
NDA (Non-Disclosure Agreement) Drafting You are an experienced legal document specialist with expertise in confidentiality agreements. Your role is to help draft detailed, clear, and professional Non-Disclosure Agreements between parties. Purpose Draft a comprehensive Non-Disclosure Agreement (NDA) between two parties. The NDA covers information types, jurisdiction, and clearly marks clauses that require legal review. Provide plain-language explanations to make the document accessible. Important...
|
2.1K |
| 6058 | figma-generate-library | nexu-io/open-design |
Design System Builder — Figma MCP Skill Build professional-grade design systems in Figma that match code. This skill orchestrates multi-phase workflows across 20–100+ use_figma calls, enforcing quality patterns from real-world design systems (Material 3, Polaris, Figma UI3, Simple DS). Prerequisites : The figma-use skill MUST also be loaded for every use_figma call. It provides Plugin API syntax rules (return pattern, page reset, ID return, font loading, color range). This skill provides design ...
|
2.1K |
| 6059 | venice-image-edit | nexu-io/open-design |
venice-image-edit Curated from the Venice.ai team. What it does Image edits, upscaling, and background removal via the Venice.ai API. Source Upstream: https://github.com/veniceai/skills Category: image-generation 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's skills directory: Show more
|
2.1K |
| 6060 | speech | nexu-io/open-design |
Speech Generation Skill Generate spoken audio for the current project (narration, product demo voiceover, IVR prompts, accessibility reads). Defaults to gpt-4o-mini-tts-2025-12-15 and built-in voices, and prefers the bundled CLI for deterministic, reproducible runs. When to use Generate a single spoken clip from text Generate a batch of prompts (many lines, many files) Decision tree (single vs batch) If the user provides multiple lines/prompts or wants many outputs -> batch Else -> single Work...
|
2.1K |
| 6061 | fal-tryon | nexu-io/open-design |
fal-tryon Curated from the fal.ai community team. What it does Virtual try-on — see how clothes look on a person via fal.ai's hosted try-on models. Useful for ecommerce, lookbooks, and styling experiments. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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...
|
2.1K |
| 6062 | fal-upscale | nexu-io/open-design |
fal-upscale Curated from the fal.ai community team. What it does Upscale and enhance image and video resolution using AI super-resolution models hosted on fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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's s...
|
2.1K |
| 6063 | stitch-loop | nexu-io/open-design |
Stitch Build Loop You are an autonomous frontend builder participating in an iterative site-building loop. Your goal is to generate a page using Stitch, integrate it into the site, and prepare instructions for the next iteration. Overview The Build Loop pattern enables continuous, autonomous website development through a "baton" system. Each iteration: Reads the current task from a baton file ( .stitch/next-prompt.md ) Generates a page using Stitch MCP tools Integrates the page into the site str...
|
2.1K |
| 6064 | sora | nexu-io/open-design |
sora Curated from OpenAI's skills repository. What it does Generate, remix, and manage short video clips via OpenAI's Sora API. Useful for cinematic shots, b-roll, and rapid concept video iteration. Source Upstream: https://github.com/openai/skills Category: video-generation 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 ...
|
2.1K |
| 6065 | fal-video-edit | nexu-io/open-design |
fal-video-edit Curated from the fal.ai community team. What it does Edit existing videos using AI — remix style, upscale, remove background, and add audio via fal.ai's hosted video models. Source Upstream: https://github.com/fal-ai-community/skills Category: video-generation 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 ...
|
2.1K |
| 6066 | faq-page | nexu-io/open-design |
FAQ Page Skill Produce a single FAQ page with collapsible accordion sections, search, and category filtering. Workflow Show more
|
2.1K |
| 6067 | rag-eval | nvidia/skills |
On-disk RAG evaluation ( corpus/ + train.json ) Purpose Guide agents through NVIDIA RAG Blueprint filesystem benchmarks: preparing corpus/ and train.json , running scripts/eval/evaluate_rag.py , tuning retrieval and generation flags for quality comparisons, interpreting RAGAS JSON outputs, and triaging failures (HTTP/stream errors, empty contexts, collection mismatch, judge API). For latency, throughput, and load testing , use the rag-perf skill ( scripts/rag-perf , docs/performance-benchmarking...
|
2.1K |
| 6068 | figma-code-connect-components | nexu-io/open-design |
figma-code-connect-components Curated from Figma's MCP server guide. What it does Connect Figma design components to code components using Code Connect so design-system updates flow into the codebase automatically. Source Upstream: https://github.com/figma/skills Category: figma 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 bun...
|
2.1K |
| 6069 | nuxt-modules | onmax/nuxt-skills |
Nuxt Module Development Guide for creating Nuxt modules that extend framework functionality. Related skills: nuxt (basics), vue (runtime patterns) Quick Start npx nuxi init -t module my-module cd my-module && npm install npm run dev Start playground npm run dev:build Build in watch mode npm run test Run tests Available Guidance references/development.md - Module anatomy, defineNuxtModule, Kit utilities, hooks references/testing-and-publishing.md - E2E testing, best practices...
|
2.1K |
| 6070 | article-content | kostja94/marketing-skills |
Content: Article Content Guides creation of article body content —the actual text (intro, body, conclusion) for blog posts, guides, and long-form pieces. Focus on what to write . For where it goes (page structure, schema, metadata), see article-page-generator . For short conversion copy (ads, landing pages, CTAs), see copywriting . 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 wh...
|
2.1K |
| 6071 | gif-sticker-maker | nexu-io/open-design |
gif-sticker-maker Curated from MiniMax AI team. What it does Convert photos into animated GIF stickers in Funko Pop / Pop Mart style via the MiniMax API. Useful for personalized chat stickers and avatar packs. Source Upstream: https://github.com/MiniMax-AI/skills Category: image-generation 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 u...
|
2.1K |
| 6072 | fal-restore | nexu-io/open-design |
fal-restore Curated from the fal.ai community team. What it does Restore and fix image quality — deblur, denoise, fix faces, and restore old documents using fal.ai's hosted restoration models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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 bun...
|
2.1K |
| 6073 | paywall-upgrade-cro | nexu-io/open-design |
Paywall and Upgrade Screen CRO You are an expert in in-app paywalls and upgrade flows. Your goal is to convert free users to paid, or upgrade users to higher tiers, at moments when they've experienced enough value to justify the commitment. Initial Assessment 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 ...
|
2.1K |
| 6074 | figma-create-new-file | nexu-io/open-design |
create_new_file — Create a New Figma File Use the create_new_file MCP tool to create a new blank Figma file in the user's drafts folder. This is typically used before use_figma when you need a fresh file to work with. Skill Arguments This skill accepts optional arguments: /figma-create-new-file [editorType] [fileName] editorType : design (default) or figjam fileName : Name for the new file (defaults to "Untitled") Examples: /figma-create-new-file — creates a design file named "Untitled" /figma-c...
|
2.1K |
| 6075 | fal-kling-o3 | nexu-io/open-design |
fal-kling-o3 Curated from the fal.ai community team. What it does Generate images and videos with Kling O3 — Kling's most powerful model family — via fal.ai. Source Upstream: https://github.com/fal-ai-community/skills Category: video-generation 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's skills...
|
2.1K |
| 6076 | venice-audio-speech | nexu-io/open-design |
venice-audio-speech Curated from the Venice.ai team. What it does Text-to-speech models, voices, formats, and streaming via Venice.ai. Useful for narration, voiceover, and conversational agent voices. Source Upstream: https://github.com/veniceai/skills Category: audio-music 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 i...
|
2.1K |
| 6077 | fal-train | nexu-io/open-design |
fal-train Curated from the fal.ai community team. What it does Train custom AI models (LoRA) on fal.ai for personalized image generation tailored to a brand, character, or style. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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 ...
|
2.1K |
| 6078 | venice-image-generate | nexu-io/open-design |
venice-image-generate Curated from the Venice.ai team. What it does Image generation endpoints and available styles via the Venice.ai API. Source Upstream: https://github.com/veniceai/skills Category: image-generation 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's skills directory: Show more
|
2.1K |
| 6079 | deck-guizang-editorial | nexu-io/open-design |
【模板: 归藏编辑墨水 Deck (Editorial × E-Ink)】 【意图】叙事、观点、分享、个人风格表达。墨纸印刷感, 不要科技感。Inspired by op7418/guizang-ppt-skill Style A。 【调色板 — 5 选 1, 严禁改 hex、严禁混用】 🖋 墨水经典 Monocle — ink 0a0a0b , paper f1efea , paper-tint e8e5de , ink-tint 18181a . 默认 / 通用商业 / 科技。 🌊 靛蓝瓷 Indigo Porcelain — ink 0a1f3d , paper f1f3f5 , paper-tint e4e8ec , ink-tint 152a4a . 科技 / 研究 / 数据。 🌿 森林墨 Forest Ink — ink 1a2e1f , paper f5f1e8 , paper-tint ece7da , ink-tint 253d2c . 自然 / 可持续 / 文化。 🍂 牛皮纸 Kraft Paper — ink 2a1e13 , paper eedfc7 , pap...
|
2.1K |
| 6080 | sonarqube-mcp | giuseppe-trisciuoglio/developer-kit |
SonarQube MCP Integration Leverage SonarQube and SonarCloud capabilities directly through the Model Context Protocol (MCP) server to enforce code quality, discover issues, and run pre-push analysis inside the agent workflow. Overview This skill provides instructions and patterns for using the SonarQube MCP Server tools. It enables automated workflows for: Checking quality gate status before merges or deployments Discovering and triaging issues by severity and project Analyzing code snippets loca...
|
2.1K |
| 6081 | omniverse-cad-to-simready | nvidia/skills |
CAD to SimReady When to Use Use this workflow skill when the user wants an end-to-end pipeline from a source asset to a SimReady asset or package. This skill coordinates existing conversion, authoring, validation, conformance, rendering, and packaging references directly. Do not replace the workflow with a single monolithic runner command. This skill is documentation-driven and does not ship scripts/run.py . It should not depend on a repository checkout. When a stage needs deterministic executio...
|
2.1K |
| 6082 | capacitor-best-practices | cap-go/capgo-skills |
Capacitor Best Practices Comprehensive guidelines for building production-ready Capacitor applications. When to Use This Skill Setting up a new Capacitor project Reviewing Capacitor app architecture Optimizing app performance Implementing security measures Preparing for app store submission Project Structure Recommended Directory Layout Show more Installs 693 Repository cap-go/capgo-skills GitHub Stars 58 First Seen Feb 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
2.1K |
| 6083 | replicate | nexu-io/open-design |
replicate Curated from Replicate. What it does Discover, compare, and run AI models using Replicate's API. Strong fit for image, audio, and video generation pipelines that swap models frequently. Source Upstream: https://github.com/replicate/skills Category: image-generation 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 ...
|
2.1K |
| 6084 | active-research | actionbook/actionbook |
Active Research Analyze any topic, domain, or paper and generate a beautiful HTML report using Actionbook Browser — featuring SPA-aware navigation, network idle detection, batch operations, and intelligent page analysis. Enhanced Browser Capabilities Capability Description Page load wait wait-idle — monitors fetch/XHR until network settles SPA content wait-fn — wait for JS conditions before extracting Page understanding snapshot --filter interactive --max-tokens N — focused, budget-friendly Popu...
|
2.1K |
| 6085 | fal-realtime | nexu-io/open-design |
fal-realtime Curated from the fal.ai community team. What it does Real-time and streaming AI image generation via fal.ai. Suited for moodboard exploration, draft variations, and rapid creative iteration. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation 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 u...
|
2.1K |
| 6086 | aws-lambda-java-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda Java Integration Patterns for creating high-performance AWS Lambda functions in Java with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda Java development, covering two main approaches: Micronaut Framework - Full-featured framework with AOT compilation, dependency injection, and cold start < 1s Raw Java - Minimal overhead approach with cold start < 500ms Both approaches support API Gateway and ALB integration with production-ready configurations. W...
|
2.1K |
| 6087 | swiftui-view-refactor | dimillian/skills |
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
|
2.1K |
| 6088 | aws-lambda-php-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda PHP Integration Patterns for deploying PHP and Symfony applications on AWS Lambda using the Bref framework. Overview This skill provides complete patterns for AWS Lambda PHP development with two main approaches: Bref Framework - The standard solution for PHP on Lambda with Symfony support, built-in routing, and cold start optimization Raw PHP - Minimal overhead approach with maximum control Both approaches support API Gateway integration with production-ready configurations. When to U...
|
2.1K |
| 6089 | earn-hunter | okx/agent-skills |
Earn Hunter Automated monitor for OKX Flash Earn, Fixed Earn, and Flexible Earn (Simple Earn) opportunities. {baseDir} = the directory containing this SKILL.md file. All relative paths (references/, templates/, config/) are resolved from here. Preflight Verify okx CLI installed: which okx . If missing, install via npm install -g @okx_ai/okx-trade-cli . On OpenClaw, also verify the in-session cron tool is available in the agent tool list (used for scheduling — not the openclaw CLI). Check optiona...
|
2.1K |
| 6090 | understand-knowledge | egonex-ai/understand-anything |
/understand-knowledge Analyzes a Karpathy-pattern LLM wiki — a three-layer knowledge base with raw sources, wiki markdown, and a schema file — and produces an interactive knowledge graph dashboard. What It Detects The Karpathy LLM wiki pattern (see https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f ): Raw sources — immutable source documents (articles, papers, data files) Wiki — LLM-generated markdown files with wikilinks ( [[target]] syntax) Schema — CLAUDE.md, AGENTS.md, or simi...
|
2.1K |
| 6091 | notebooklm | giuseppe-trisciuoglio/developer-kit |
NotebookLM Automation Complete programmatic access to Google NotebookLM—including capabilities not exposed in the web UI. Create notebooks, add sources (URLs, YouTube, PDFs, audio, video, images), chat with content, generate all artifact types, and download results in multiple formats. Installation From PyPI (Recommended for AI agents — Python-version-aware): pip install "notebooklm-py[browser]" mandatory; errors must propagate [cookies] (rookiepy) is optional and known to FAIL TO BUILD on Pyt...
|
2.1K |
| 6092 | spring-boot-project-creator | giuseppe-trisciuoglio/developer-kit |
Spring Boot Project Creator Overview Generates a fully configured Spring Boot project from scratch using the Spring Initializr API. The skill walks the user through selecting project parameters, choosing an architecture style (DDD or Layered), configuring data stores, and setting up Docker Compose for local development. The result is a build-ready project with standardized structure, dependency management, and configuration. When to Use Bootstrap a new Spring Boot 3.x or 4.x project with a stand...
|
2.1K |
| 6093 | to-tickets | vinvcn/mattpocock-skills-zh-cn |
To Tickets Break a plan, spec, or conversation into a set of tickets — tracer-bullet vertical slices, each declaring the tickets that block it. The issue tracker and triage label vocabulary should have been provided to you — run /setup-matt-pocock-skills if not. Process 1. Gather context Work from whatever is already in the conversation context. If the user passes a reference (a spec path, an issue number or URL) as an argument, fetch it and read its full body and comments. 2. Explore the codeba...
|
2.1K |
| 6094 | slack-gif-creator | nexu-io/open-design |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
2.1K |
| 6095 | pixelbin-media | nexu-io/open-design |
No SKILL.md available for this skill. View on GitHub
|
2.1K |
| 6096 | card-xiaohongshu | nexu-io/open-design |
【模板: 小红书图文卡片】 输出 N 张连续卡片, 每张 w-[1080px] h-[1440px] , 用 flex 纵向排列方便整体截图也方便单张截图。N 由【用户内容】信息量决定: 短内容 3-6 张起步, 长内容应更多 (小红书平台单帖最多 18 图, 通常 9 张以内最佳); 一张卡只承载一个核心观点。 第一张是封面: 巨大的标题 + 1 行副标题 + 一个吸引人的标签 (类似 "干货预警" / "建议收藏")。 中间几张展开正文, 每张一个核心观点, 配 emoji + 短句 + 1-2 个例子。 最后一张是总结 + 行动号召 (关注 / 收藏 / 评论)。 配色: 选择柔和的莫兰迪色或粉色系; 元素圆润, 大量留白。 字号大、行距宽、对比强(小红书在手机上看, 小字根本看不清)。 每张卡片右下角小水印 (作者名 / 日期)。
|
2.1K |
| 6097 | github-issue-workflow | giuseppe-trisciuoglio/developer-kit |
GitHub Issue Resolution Workflow Implements a complete workflow for resolving GitHub issues directly from Claude Code. This skill orchestrates the full lifecycle: fetching the issue, understanding requirements, implementing the solution, verifying it, reviewing the code, and creating a pull request. Overview This skill provides a structured 8-phase approach to resolving GitHub issues. It leverages the gh CLI for GitHub API interactions, Context7 for documentation verification, and coordinates su...
|
2.1K |
| 6098 | docs-updater | giuseppe-trisciuoglio/developer-kit |
Universal Documentation Auto-Updater Automates the process of keeping project documentation synchronized with codebase changes. This skill analyzes git differences between the current working branch and the last released version, then intelligently updates relevant documentation files. Overview The Universal Documentation Auto-Updater provides a language-agnostic approach to documentation maintenance. By leveraging git operations to identify what has changed since the last release, it generates ...
|
2.1K |
| 6099 | venice-video | nexu-io/open-design |
venice-video Curated from the Venice.ai team. What it does Video generation and transcription workflows via the Venice.ai API. Source Upstream: https://github.com/veniceai/skills Category: video-generation 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's skills directory: Show more
|
2.1K |
| 6100 | favicon-gen | jezweb/claude-skills |
Favicon Generator Status: Production Ready ✅ Last Updated: 2026-01-14 Dependencies: None (generates pure SVG/converts to ICO and PNG) Latest Versions: N/A (no package dependencies) Quick Start (5 Minutes) Decision Tree: Choose Your Approach Do you have a logo with an icon element? ├─ YES → Extract icon from logo (Method 1) └─ NO ├─ Do you have text/initials? │ ├─ YES → Create monogram favicon (Method 2) │ └─ NO → Use branded shape (Method 3) Method 1: Extract Icon from Logo When t...
|
2.1K |