███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20151 | music-search | netease-youdao/lobsterai |
Music Search Skill 搜索音乐资源(歌曲、专辑、无损音乐),通过实时爬虫深度抓取资源页面,从各网盘平台获取公开分享的资源链接。 前置条件 web-search skill(必需,用于搜索发现资源页面) Node.js >= 18 (应用内置,无需额外安装) 命令 搜索资源 bash " $SKILLS_ROOT /music-search/scripts/music-search.sh" search "关键词" [ 选项 ] 选项: 参数 说明 默认值 --pan <type> 筛选网盘类型: quark , baidu , aliyun , uc , all all --format <f> 筛选音频格式: flac , ape , wav , dsd , hires , mp3 , aac , all all --limit <n> 每个平台最大结果数 5 --engine <e> 搜索引擎: deep , web deep 引擎说明: deep (默认,推荐)— web-search 搜索发现资源页面 + JavaScript 深度页面抓取提取网盘链接和提取码,...
|
47 |
| 20152 | chat response generator | eddiebe147/claude-settings |
Chat Response Generator The Chat Response Generator skill helps you craft quick, effective responses for chat platforms like Slack, Teams, Discord, WhatsApp, or any real-time messaging environment. Whether you're responding to a question, acknowledging a message, providing an update, or handling a sensitive situation, this skill ensures your responses are clear, appropriate, and achieve their purpose. This skill understands that chat communication is fast-paced and contextual. Messages need to b...
|
47 |
| 20153 | symmetric-dogfooding | terrylica/cc-skills |
Symmetric Dogfooding Bidirectional integration validation pattern where two repositories each consume the other for testing, ensuring both sides work correctly together before downstream adoption. Pattern Overview ┌─────────────────────────────────────────────────────────────────┐ │ SYMMETRIC DOGFOODING │ │ │ │ Repo A ◄─────── mutual validation ───────► Repo B │ │ ...
|
47 |
| 20154 | tool-design-style-selector | heyvhuang/ship-faster |
Design Style Selector Scan project, identify intent, recommend and deploy the most suitable design system style. Style Presets This skill can either: Preserve existing style and extract it into design-system.md (recommended when the project already looks “mature”), or Apply one of 30 preset styles and generate design-system.md . Style files live in styles/ and are indexed in: styles-index.md (ID → filename → theme) Quick examples of presets: 05-saas (B2B tools, dashboards) 08-swiss-minimalist (c...
|
47 |
| 20155 | airtable | membranedev/application-skills |
Airtable Airtable is a low-code platform for building collaborative databases and applications. It's used by a wide range of professionals, from project managers to marketers, to organize data and automate workflows. Think of it as a spreadsheet on steroids, with relational database capabilities. Official docs: https://airtable.com/developers/web/api/introduction Airtable Overview Base Table Record Attachment View When to use which actions: Use action names and parameters as needed. Working with...
|
47 |
| 20156 | contract-redliner | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
47 |
| 20157 | python-skills | llama-farm/llamafarm |
Python Skills for LlamaFarm Shared Python best practices and code review checklists for all Python components in the LlamaFarm monorepo. Applicable Components Component Path Python Key Dependencies Server server/ 3.12+ FastAPI, Celery, Pydantic, structlog RAG rag/ 3.11+ LlamaIndex, ChromaDB, Celery Universal Runtime runtimes/universal/ 3.11+ PyTorch, transformers, FastAPI Config config/ 3.11+ Pydantic, JSONSchema Common common/ 3.10+ HuggingFace Hub Quick Reference Topic File Key Points Patter...
|
47 |
| 20158 | confluence-expert | borghei/claude-skills |
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
|
47 |
| 20159 | redis | pluginagentmarketplace/custom-plugin-sql |
Redis Data Structures Getting Started Start Redis server redis-server Connect to Redis CLI redis-cli Test connection ping Returns "PONG" Select database SELECT 0 Default database SELECT 1 Database 1 String Operations // SET and GET SET key value SET user:1:name "John Doe" GET user:1:name // SET with options SET key value EX 3600 // Expire in 3600 seconds SET key value PX 3600000 // Expire in milliseconds SET key va...
|
47 |
| 20160 | maritime-expert | personamanagmentlayer/pcl |
Expert guidance for maritime systems, vessel tracking, port operations, cargo management, maritime logistics, and shipping industry software. Core Concepts Maritime Systems - Vessel Traffic Services (VTS) - Port Management Systems - Cargo Management Systems - Fleet Management - Maritime Communication Systems - Container Terminal Operating Systems (TOS) - Ship Performance Monitoring Maritime Technologies - AIS (Automatic Identification System) - ECDIS (Electronic Chart Display and ...
|
47 |
| 20161 | icon-generator | dkyazzentwatwa/chatgpt-skills |
Icon Generator Generate app icons in all required sizes from a single image. Features Multi-Platform: iOS, Android, Web, macOS, Windows Batch Generation: All sizes from one source Smart Scaling: Maintain quality at all sizes Format Support: PNG, ICO, ICNS Presets: Platform-specific size sets Rounding Options: Square or rounded corners Quick Start from icon_generator import IconGenerator gen = IconGenerator() Generate all iOS icons gen.load("logo.png") gen.generate_ios("ios_icons/") Genera...
|
47 |
| 20162 | team-issue | catlog22/claude-code-workflow |
Team Issue Resolution Orchestrate issue resolution pipeline: explore context -> plan solution -> review (optional) -> marshal queue -> implement. Supports Quick, Full, and Batch pipelines with review-fix cycle. Architecture Skill(skill="team-issue", args="<issue-ids> [--mode=<mode>]") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/...
|
47 |
| 20163 | vercel-deploy | vercel-labs/vercel-skills |
Vercel Deploy Deploy any project to Vercel instantly. No authentication required. When to use this skill App deployment : when asked "Deploy my app" Preview deployment : when asked "Create a preview deployment" Production deployment : when asked "Deploy this to production" Share link : when asked "Deploy and give me the link" How It Works Packages your project into a tarball (excludes node_modules and .git ) Auto-detects framework from package.json Uploads to deployment service Returns Preview U...
|
47 |
| 20164 | ha-automations | laurigates/claude-plugins |
Home Assistant Automations When to Use This Skill Use this skill when... Use ha-configuration instead when... Creating automation rules Editing configuration.yaml Writing triggers/conditions/actions Setting up integrations Working with scripts and scenes Managing secrets Using blueprints Organizing packages Device trigger setup General YAML configuration Automation Structure automation : - id : "unique_automation_id" alias : "Descriptive Name" description : "What this automation does" mode : sin...
|
47 |
| 20165 | swarm orchestration | proffesor-for-testing/agentic-qe |
Swarm Orchestration Skill Purpose Multi-agent swarm coordination for complex tasks. Uses hierarchical topology with specialized agents to break down and execute complex work across multiple files and modules. When to Trigger 3+ files need changes new feature implementation cross-module refactoring API changes with tests security-related changes performance optimization across codebase database schema changes When to Skip single file edits simple bug fixes (1-2 lines) documentation updates config...
|
47 |
| 20166 | environment-variables-handler | jeremylongshore/claude-code-plugins-plus-skills |
Environment Variables Handler Purpose This skill provides automated assistance for environment variables handler tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "environment variables handler" in your request Ask about environment variables handler patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-st...
|
47 |
| 20167 | tax strategist | eddiebe147/claude-settings |
Tax Strategist Expert tax planning agent that develops tax-efficient strategies, identifies deductions, optimizes entity structures, and ensures compliance. Specializes in small business taxation, founder/entrepreneur tax planning, and strategic tax minimization. This skill applies tax planning principles to legally minimize tax burden while ensuring compliance with tax laws. Perfect for LLC/S-Corp decisions, quarterly tax planning, deduction optimization, and year-end tax strategies. Disclaimer...
|
47 |
| 20168 | quickbooks-online-api | linehaul-ai/linehaulai-claude-marketplace |
QuickBooks Online API Expert Guide Overview The QuickBooks Online API provides comprehensive access to accounting data and operations for QuickBooks Online companies. This skill enables you to build integrations that handle invoicing, payments, customer management, inventory tracking, and financial reporting. The API uses OAuth 2.0 for authentication and supports operations across all major accounting entities including customers, invoices, payments, items, accounts, and more. The QuickBooks Onl...
|
47 |
| 20169 | git-ai-search | git-ai-project/git-ai |
Git AI Search Skill Search and restore AI conversation context from git history using git-ai search and git-ai continue . Overview Git AI tracks AI-generated code and the conversations that produced it. This skill helps you: Search - Find AI prompt sessions by commit, file, pattern, or author Continue - Restore AI session context to continue work where someone left off Show - View the full transcript of a specific prompt When to Use Each Command You want to... Use... See what AI context exists f...
|
47 |
| 20170 | alicloud-ai-audio-cosyvoice-voice-design-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Recommended check python skills/ai/audio/alicloud-ai-audio-cosyvoice-voice-design/scripts/prepare_cosyvoice_design_request.py \ --target-model cosyvoice-v3.5-plus \ --prefix announcer \ --voice-prompt "沉稳的中年男性播音员,低沉有磁性,语速平稳。" \ --preview-text "各位听众朋友,大家好。"
|
47 |
| 20171 | project-analyze | catlog22/claude-code-workflow |
Project Analysis Skill Generate comprehensive project analysis reports through multi-phase iterative workflow. Architecture Overview ┌─────────────────────────────────────────────────────────────────┐ │ Context-Optimized Architecture │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ Phase 1: Requirements → analysis-config.json │ │ ↓ ...
|
47 |
| 20172 | debugging-with-opensrc | blogic-cz/blogic-marketplace |
Debugging with OpenSrc Overview CRITICAL: Never guess how a library works. Always verify by reading the actual source code. OpenSrc provides access to the exact version of external libraries installed in this project. Use it BEFORE making assumptions. When to Use This Skill Something doesn't work as expected Documentation is unclear or missing Need to understand library internals Debugging integration issues Before implementing patterns with external libraries When error messages are cryptic Ope...
|
47 |
| 20173 | dbos-python | sickn33/antigravity-awesome-skills |
DBOS Python Best Practices Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. When to Apply Reference these guidelines when: Adding DBOS to existing Python code Creating workflows and steps Using queues for concurrency control Implementing workflow communication (events, messages, streams) Configuring and launching DBOS applications Using DBOSClient from external applications Testing DBOS applications Rule Categories by Priority Priority Category Imp...
|
47 |
| 20174 | jira-expert | borghei/claude-skills |
Atlassian Jira Expert Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira. Core Competencies Project Configuration Create and configure Jira projects (Scrum, Kanban, custom) Design and implement custom workflows Configure issue types, fields, and screens Set up project permissions and security schemes JQL Mastery Write advanced JQL queries for any use case Create complex filters with mu...
|
47 |
| 20175 | mcp-builder | guanyang/antigravity-skills |
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...
|
47 |
| 20176 | recommend-evolution | oimiragieo/agent-studio |
Recommend Evolution Overview Recommend ecosystem evolution when repeated evidence indicates missing capability, and record the recommendation in a standard machine-readable format. When to Use Reflection identifies recurring delivery failures with the same root cause Router/analysis signals no suitable agent or skill for recurring requests Repeated integration gaps imply missing artifact type or policy User explicitly requests a new capability path Iron Laws NEVER spawn evolution-orchestrator di...
|
47 |
| 20177 | blueprint-generate-rules | laurigates/claude-plugins |
Generate project-specific rules from Product Requirements Documents. When to Use This Skill Use this skill when... Use alternative when... Need to generate rules from existing PRDs Use /blueprint:rules to manually create/edit rules Want path-scoped rules for specific file types Use /blueprint:claude-md for general project instructions Automating rule creation from requirements Writing custom rules without PRD reference Extracting architecture/testing patterns from PRDs Need to create one-off rul...
|
47 |
| 20178 | full-stack-master | caomeiyouren/momei |
Full Stack Master Workflow Skill 一、能力定位 (Capability) 工作流自动编排 :串联需求设计开发测试质量文档提交审核发布的全链路。 Git Worktree 编排 :根据任务维度(dev/test/fix/docs)自动选择物理隔离的工作目录,加速并行开发。 技能聚合 :集成所有核心原子技能(Todo Manager、Technical Planning、Backend Logic Expert、Vue Frontend Expert、Database Expert、Code Quality Auditor、Test Engineer、UI Validator、Conventional Committer)。 可复用与可拓展 :可合并新场景(如数据库迁移、API 变更、运营发布等),支持多项目切换。 分阶段接棒/派单 :可手动或脚本分配阶段任务给对应技能或专项 agent。 二、强制参考文档 (Mandatory Documentation) 在执行任何写操作 or 决策前,必须确保已读取并理解以下文档的最新内容: 全周期基石 : AGENT...
|
47 |
| 20179 | kml-geojson-converter | dkyazzentwatwa/chatgpt-skills |
KML/GeoJSON Converter Convert geographic data between KML, GeoJSON, and other geo formats for mapping and GIS applications. Purpose Geo format conversion for: Google Maps / Earth integration Web mapping applications (Leaflet, Mapbox) GIS data interchange Spatial data processing GPS track conversion Features Bidirectional Conversion: KML ↔ GeoJSON Feature Preservation: Maintain properties, styles, descriptions Batch Processing: Convert multiple files Coordinate Systems: WGS84, UTM support Val...
|
47 |
| 20180 | wechat-tech-article | samzong/samzong |
结构化地完成一篇微信公众号技术文章,从选题到定稿。遵循 `blogs/wechat` 的规范与既有文章风格。 Hard Gates (必须满足) - 风格来源(强制):写作前必须读取: `blogs/wechat/README.md`(目录/命名/发布节奏) - `skills/wechat-tech-article/references/style-guide.md`(你的固定文风与结构套路) - 目录命名:`posts/YYYY/YYYY-MM-DD-<kebab-case-english-slug>/` - 文件命名:目录名与 .md 文件名完全一致 - Slug 规则:只用英文(不用拼音)、用 `-` 分隔、尽量简短 - 引用路径:文章内引用本地文件使用相对路径 `./` - 结构硬门槛(强制): 第一行必须是 ` 标题` - 标题后 10-15 行内必须出现:入口链接(GitHub/下载/在线体验其一)+ 一句加粗 `tagline` - 文章正文只用 `` / `` 标题(禁止使用 `` 及更深层级) - 可复现优先(强制):至少 2 个可复制代...
|
47 |
| 20181 | koota | pmndrs/koota |
Koota ECS Koota manages state using entities with composable traits. Glossary Entity - A unique identifier pointing to data defined by traits. Spawned from a world. Trait - A reusable data definition. Can be schema-based (SoA), callback-based (AoS), or a tag. Relation - A directional connection between entities to build graphs. World - The context for all entities and their data (traits). Archetype - A unique combination of traits that entities share. Query - Fetches entities matching an archety...
|
47 |
| 20182 | habit tracker | eddiebe147/claude-settings |
Habit Tracker The Habit Tracker skill helps you design, implement, and maintain positive habits using proven behavioral science principles. Rather than relying on willpower alone, this skill applies implementation intentions, habit stacking, and environmental design to make new behaviors stick. This skill recognizes that habit formation is about systems, not motivation. It guides you through creating "tiny habits" that are easy to start, anchoring new behaviors to existing routines, and building...
|
47 |
| 20183 | reasoningbank with agentdb | proffesor-for-testing/agentic-qe |
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
|
47 |
| 20184 | github-issues | tartinerlabs/skills |
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
|
47 |
| 20185 | advanced-evaluation | guanyang/antigravity-skills |
Advanced Evaluation LLM-as-a-Judge techniques for evaluating AI outputs. Not a single technique but a family of approaches - choosing the right one and mitigating biases is the core competency. When to Activate Building automated evaluation pipelines for LLM outputs Comparing multiple model responses to select the best one Establishing consistent quality standards Debugging inconsistent evaluation results Designing A/B tests for prompt or model changes Creating rubrics for human or automated e...
|
47 |
| 20186 | spec-implementation-execute | zixun-github/aisdlc |
spec-implementation-execute(I2:执行 / plan.md SSOT) 概览 I2 的目标是把 {FEATURE_DIR}/implementation/plan.md 中的任务 按批次执行 ,并把执行状态与最小审计信息 只回写到 plan.md (作为唯一执行清单与状态 SSOT)。 本技能是 skills/executing-plans/SKILL.md 的 Spec 实现阶段版: 重度复用其“五步执行 + 批次检查点 + 遇阻塞即停”骨架 ,但将“计划文件”的语义替换为实现阶段 SOP(见 design/aisdlc_spec_implementation.md )的硬约束: plan.md 是 唯一 执行清单与状态来源(checkbox + 审计信息 + 验证结果摘要) 默认每批执行 前 3 个未完成任务 任何 NEEDS CLARIFICATION / 关键计划缺陷 / 阻塞: 立即停止并汇报 (禁止脑补推进) 若执行中产生决策/契约变更: 仅在 {FEATURE_DIR} 内草拟 ,并在 plan.md 追加 Merge-back 待办清单 (本...
|
47 |
| 20187 | team-quality-assurance | catlog22/claude-code-workflow |
Team Quality Assurance Orchestrate multi-agent QA: scout -> strategist -> generator -> executor -> analyst. Supports discovery, testing, and full closed-loop modes with parallel generation and GC loops. Architecture Skill(skill="team-quality-assurance", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordin...
|
47 |
| 20188 | infra-deploy | terrylica/cc-skills |
Infrastructure Deployment Deploy Cal.com self-hosted to GCP Cloud Run with Supabase PostgreSQL, or run locally via Docker Compose. Mandatory Preflight Step 1: Check GCP Project Configuration echo "CALCOM_GCP_PROJECT: ${CALCOM_GCP_PROJECT :- NOT_SET} " echo "CALCOM_GCP_ACCOUNT: ${CALCOM_GCP_ACCOUNT :- NOT_SET} " echo "CALCOM_GCP_REGION: ${CALCOM_GCP_REGION :- us-central1} " If NOT_SET : These must be configured in .mise.local.toml . Run the setup command. Step 2: Verify GCP Authentication gcloud ...
|
47 |
| 20189 | altinity-expert-clickhouse-ingestion | altinity/skills |
Insert Performance and Ingestion Analysis Diagnose INSERT performance, batch sizing, part creation patterns, and ingestion bottlenecks. Quick Diagnostics (Run First) 1. Current Insert Activity select query_id, user, elapsed, formatReadableSize(written_bytes) as written, written_rows, formatReadableSize(memory_usage) as memory, substring(query, 1, 80) as query_preview from system.processes where query_kind = 'Insert' order by elapsed desc limit 20 2. Recent Insert P...
|
47 |
| 20190 | sql injection testing | zebbern/claude-code-guide |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
47 |
| 20191 | linux-perf | mohitmishra786/low-level-dev-skills |
Linux perf Purpose Guide agents through perf for CPU profiling: sampling, hardware counter measurement, hotspot identification, and integration with flamegraph generation. Triggers "Which function is consuming the most CPU?" "How do I measure cache misses / IPC?" "How do I use perf to find hotspots?" "How do I generate a flamegraph from perf data?" "perf shows [unknown] or [kernel] frames" Workflow 1. Prerequisites Install sudo apt install linux-perf Debian/Ubuntu (version-matched) sudo dnf in...
|
47 |
| 20192 | browserbase | vm0-ai/vm0-skills |
Browserbase Cloud browser infrastructure for AI agents and automation. Create browser sessions, persist authentication with contexts, debug live sessions, and retrieve session recordings. Official docs: https://docs.browserbase.com/ When to Use Use this skill when you need to: Create cloud browser sessions for Playwright/Puppeteer automation Persist login state and cookies across sessions using Contexts Debug browser sessions in real-time with live URLs Retrieve session recordings and logs ...
|
47 |
| 20193 | review-cycle | catlog22/claude-code-workflow |
Review Cycle Unified code review orchestrator with mode-based routing. Detects input type and dispatches to the appropriate execution phase. Architecture Overview ┌──────────────────────────────────────────────────────────┐ │ Review Cycle Orchestrator (SKILL.md) │ │ → Parse input → Detect mode → Read phase doc → Execute │ └───────────────────────────┬──────────────────────────────┘ │ ┌─────────────────┼─────────────────┐ ↓ ↓ ↓ ┌────────────...
|
47 |
| 20194 | v3 memory unification | proffesor-for-testing/agentic-qe |
V3 Memory Unification What This Skill Does Consolidates disparate memory systems into unified AgentDB backend with HNSW vector search, achieving 150x-12,500x search performance improvements while maintaining backward compatibility. Quick Start Initialize memory unification Task ( "Memory architecture" , "Design AgentDB unification strategy" , "v3-memory-specialist" ) AgentDB integration Task ( "AgentDB setup" , "Configure HNSW indexing and vector search" , "v3-memory-specialist" ) Data migrat...
|
47 |
| 20195 | github-skill-forge | yujunzhixue/github-skill-forge |
GitHub 技能锻造厂 一个"制造技能的技能"。这个工具自动化了将 GitHub 仓库转换为标准化 Trae 技能的过程。 核心功能 1. 自动化脚手架 一键克隆 GitHub 仓库 自动创建标准技能目录结构 自动生成上下文聚合文件 2. Lite-RAG 上下文聚合 自动提取项目文件树结构 自动解析 README 和文档 自动收集依赖项信息(requirements.txt, package.json, pyproject.toml) 生成单一上下文文件供 Agent 快速理解 3. 智能错误处理 代理模式自动切换 目录存在性检测 Git 克隆失败自动重试 4. 标准化输出 自动生成符合规范的技能结构 统一的目录布局(scripts/, references/, context_bundle.md) 预置 SKILL.md 模板 快速开始 安装要求 基础依赖 Python 3.7 + Git 基本使用 语法: python scripts/forge.py <URL> [SKILL_NAME] python3 .trae/skills/github-skill-forge/sc...
|
47 |
| 20196 | design | johnlindquist/claude |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
47 |
| 20197 | argocd-cluster-bootstrapping | julianobarbosa/claude-code-skills |
ArgoCD Cluster Bootstrapping Skill Complete guide for bootstrapping new Kubernetes clusters into a multi-repository GitOps environment managed by ArgoCD. When to Use This Skill Provisioning a new AKS/EKS/GKE cluster and integrating it with ArgoCD Registering an existing cluster with the ArgoCD hub Creating cluster secrets with proper labels for ApplicationSet targeting Setting up ArgoCD Projects for new business units Configuring multi-source ApplicationSets for new clusters Troubleshooting cl...
|
47 |
| 20198 | memory | lidessen/skills |
Memory - Read & Access Operations Unified read-side memory skill with subcommands for searching, loading, syncing, history, and visualization. Cross-session read strategy (Opus 4.7 / CC 2.1.111+): Opus 4.7 reads filesystem memory more reliably than 4.6. When loading context at session start, prefer the layered read order: ~/.claude/projects/<slug>/memory/MEMORY.md (durable index — load first, always) .claude/chain/state.json + most recent NN-*.json handoff (session continuation) MCP mcp__memory_...
|
47 |
| 20199 | obsidian | delphine-l/claude_global |
Obsidian Obsidian vault = a normal folder on disk. Vault structure (typical) Notes: *.md (plain text Markdown; edit with any editor) Config: .obsidian/ (workspace + plugin settings; usually don’t touch from scripts) Canvases: *.canvas (JSON) Attachments: whatever folder you chose in Obsidian settings (images/PDFs/etc.) Find the active vault(s) Obsidian desktop tracks vaults here (source of truth): ~/Library/Application Support/obsidian/obsidian.json obsidian-cli resolves vaults from that file; v...
|
47 |
| 20200 | grant writer | eddiebe147/claude-settings |
Grant Writer Create persuasive grant proposals that secure funding for nonprofits, research projects, and community initiatives. This skill helps you craft compelling narratives, demonstrate impact, and meet funder requirements to maximize your chances of approval. Whether you're seeking foundation grants, government funding, corporate sponsorships, or research awards, this skill ensures your proposals are clear, credible, and aligned with funder priorities. It balances emotional storytelling wi...
|
47 |