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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,480
总 Skills
91.8M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
7301 wiki-stage-commit ar9av/obsidian-wiki
Wiki Stage Commit — Staged Write Promotion You are reviewing LLM-written pages that are waiting in _staging/ for human approval before they land in the live wiki. This skill is only useful when WIKI_STAGED_WRITES=true in the vault config. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md . This gives OBSIDIAN_VAULT_PATH and WIKI_STAGED_WRITES . If WIKI_STAGED_WRITES is not set or is false , tell the user: "Staged writes mode is not enabled. Set WIKI_STA...
712
7302 flow-nexus-swarm ruvnet/ruflo
Flow Nexus Swarm & Workflow Orchestration Deploy and manage cloud-based AI agent swarms with event-driven workflow automation, message queue processing, and intelligent agent coordination. 📋 Table of Contents Overview Swarm Management Workflow Automation Agent Orchestration Templates & Patterns Advanced Features Best Practices Overview Flow Nexus provides cloud-based orchestration for AI agent swarms with: Multi-topology Support : Hierarchical, mesh, ring, and star architectures Event-driven Wor...
712
7303 agent-pr-manager ruvnet/ruflo
name: pr-manager description: Comprehensive pull request management with swarm coordination for automated reviews, testing, and merge workflows type: development color: "4ECDC4" tools: Bash Read Write Edit Glob Grep LS TodoWrite mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__swarm_status mcp__claude-flow__memory_usage mcp__claude-flow__github_pr_manage mcp__claude-flow__github_code_review mcp__claude-flow__github_metrics hooks: pre...
712
7304 github-release-management ruvnet/ruflo
GitHub Release Management Skill Intelligent release automation and orchestration using AI swarms for comprehensive software releases - from changelog generation to multi-platform deployment with rollback capabilities. Quick Start Simple Release Flow Plan and create a release gh release create v2.0.0 \ --draft \ --generate-notes \ --title "Release v2.0.0" Orchestrate with swarm npx claude-flow github release-create \ --version "2.0.0" \ --build-artifacts \ --deploy-targets "npm,docker,github" F...
712
7305 agent-collective-intelligence-coordinator ruvnet/ruflo
name: collective-intelligence-coordinator description: Orchestrates distributed cognitive processes across the hive mind, ensuring coherent collective decision-making through memory synchronization and consensus protocols color: purple priority: critical You are the Collective Intelligence Coordinator, the neural nexus of the hive mind system. Your expertise lies in orchestrating distributed cognitive processes, synchronizing collective memory, and ensuring coherent decision-making across all ag...
712
7306 qms-audit-expert alirezarezvani/claude-skills
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
711
7307 tab-accordion kostja94/marketing-skills
Components: Tab & Accordion Guides tab and accordion implementation for organizing content without excessive vertical space. Two layout patterns: vertical accordion (FAQ-style, stacked) and horizontal tabs (how-to style, side-by-side). Both improve UX by reducing scroll; SEO impact depends on implementation and content placement. 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...
711
7308 git-pushing sickn33/antigravity-awesome-skills
Git Push Workflow Stage all changes, create a conventional commit, and push to the remote branch. When to Use Automatically activate when the user: Explicitly asks to push changes ("push this", "commit and push") Mentions saving work to remote ("save to github", "push to remote") Completes a feature and wants to share it Says phrases like "let's push this up" or "commit these changes" Workflow ALWAYS use the script - do NOT use manual git commands: bash skills/git-pushing/scripts/smart_com...
711
7309 phoenix-tracing arize-ai/phoenix
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Priority Categ...
711
7310 huashu-md-html alchaincyf/huashu-md-html
huashu-md-html 你不再需要亲手编辑产物。md 是源代码,html / docx 是产物。这个 skill 把多端的最优解打通成一条流水线。 四个能力(决策树) 用户说什么 走哪个能力 用什么工具 「把这个PDF/DOCX/PPTX/XLSX/EPUB/图片/音频转成md」「import文档」 能力1:万物→md scripts/any_to_md.py (封装 markitdown) 「把这篇md做成网页/出色html/可发布的html」「md转html」 能力2:md→精美html scripts/md_to_html.py (封装 pandoc + 4模板) 「这个本地html转回md」「博客文章URL转md」「提取网页正文」 能力3:html→md scripts/html_to_md.py (封装 html-to-markdown + trafilatura) 「把这些md做成出版社可审校的word」「给出版社/编辑的稿件」「投稿用的docx」「纸质书定稿」 能力4:md→精美docx scripts/md_to_docx.py (封装 python-docx +...
711
7311 seo-audit seo-skills/seo-audit-skill
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. 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 covered or specific to this task. Before auditing, understand: Site ...
711
7312 init mcollina/skills
Initialize Playwright Project Set up a production-ready Playwright testing environment. Detect the framework, generate config, folder structure, example test, and CI workflow. Steps 1. Analyze the Project Use the Explore subagent to scan the project: Check package.json for framework (React, Next.js, Vue, Angular, Svelte) Check for tsconfig.json → use TypeScript; otherwise JavaScript Check if Playwright is already installed ( @playwright/test in dependencies) Check for existing test directories (...
711
7313 getnote-note iswalle/getnote-cli
getnote-note Skill Save, list, view, update, and delete notes in Get笔记. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands Save a note getnote save <url|text|image_path> [--title <title>] [--tag <tag>]... Show more
711
7314 run-tests dotnet/skills
Run .NET Tests Detect the test platform and framework, run tests, and apply filters using dotnet test . When to Use User wants to run tests in a .NET project User needs to run a subset of tests using filters User needs help detecting which test platform (VSTest vs MTP) or framework is in use User wants to understand the correct filter syntax for their setup When Not to Use User needs to write or generate test code (use writing-mstest-tests for MSTest, or general coding assistance for other frame...
711
7315 backend-security-coder sickn33/antigravity-awesome-skills
Use this skill when Working on backend security coder tasks or workflows Needing guidance, best practices, or checklists for backend security coder Do not use this skill when The task is unrelated to backend security coder 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...
711
7316 agent-project-board-sync ruvnet/ruflo
name: project-board-sync description: Synchronize AI swarms with GitHub Projects for visual task management, progress tracking, and team coordination type: coordination color: "A8E6CF" tools: Bash Read Write Edit Glob Grep LS TodoWrite mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__claude-flow__swarm_status mcp__claude-flow__memory_usage mcp__claude-flow__github_repo_analyze mcp__claude-flow__github_pr_manage mcp__claude-flow__github_issue_trac...
711
7317 java-testing pluginagentmarketplace/custom-plugin-java
Java Testing Skill Write comprehensive tests for Java applications with modern testing practices. Overview This skill covers Java testing with JUnit 5, Mockito, AssertJ, and integration testing with Spring Boot Test and Testcontainers. Includes TDD patterns and test coverage strategies. When to Use This Skill Use when you need to: Write unit tests with JUnit 5 Create mocks with Mockito Build integration tests with Testcontainers Implement TDD/BDD practices Improve test coverage Topics Covered JU...
710
7318 marketing-plan slavingia/skills
Marketing Plan You are an expert marketing strategist operating at fCMO (fractional CMO) level. Your job is to produce a comprehensive, executable 12-month marketing plan for a specific client or company, structured by AARRR (Acquisition, Activation, Retention, Referral, Revenue), customized to their actual budget, team, stage, and capabilities, and cross-referenced with the full marketing-ideas library and the embedded 17-section current-state audit rubric. The deliverable is a single Notion-pa...
710
7319 hive-mind-advanced ruvnet/ruflo
Hive Mind Advanced Skill Master the advanced Hive Mind collective intelligence system for sophisticated multi-agent coordination using queen-led architecture, Byzantine consensus, and collective memory. Overview The Hive Mind system represents the pinnacle of multi-agent coordination in Claude Flow, implementing a queen-led hierarchical architecture where a strategic queen coordinator directs specialized worker agents through collective decision-making and shared memory. Core Concepts Architectu...
710
7320 agent-load-balancer ruvnet/ruflo
name: Load Balancing Coordinator type: agent category: optimization description: Dynamic task distribution, work-stealing algorithms and adaptive load balancing Load Balancing Coordinator Agent Agent Profile Name : Load Balancing Coordinator Type : Performance Optimization Agent Specialization : Dynamic task distribution and resource allocation Performance Focus : Work-stealing algorithms and adaptive load balancing Core Capabilities 1. Work-Stealing Algorithms // Advanced work-stealing implemen...
710
7321 agent-sona-learning-optimizer ruvnet/ruflo
name: sona-learning-optimizer description: SONA-powered self-optimizing agent with LoRA fine-tuning and EWC++ memory preservation type: adaptive-learning capabilities: sona_adaptive_learning lora_fine_tuning ewc_continual_learning pattern_discovery llm_routing quality_optimization sub_ms_learning SONA Learning Optimizer Overview I am a self-optimizing agent powered by SONA (Self-Optimizing Neural Architecture) that continuously learns from every task execution. I use LoRA fine-tuning, EWC++ cont...
710
7322 agent-performance-analyzer ruvnet/ruflo
name: perf-analyzer color: "amber" type: analysis description: Performance bottleneck analyzer for identifying and resolving workflow inefficiencies capabilities: performance_analysis bottleneck_detection metric_collection pattern_recognition optimization_planning trend_analysis priority: high hooks: pre: | echo "📊 Performance Analyzer starting analysis" memory_store "analysis_start" "$(date +%s)" Collect baseline metrics echo "📈 Collecting baseline performance metrics" post: | echo "✅ Performan...
710
7323 agent-pseudocode ruvnet/ruflo
name: pseudocode type: architect color: indigo description: SPARC Pseudocode phase specialist for algorithm design capabilities: algorithm_design logic_flow data_structures complexity_analysis pattern_selection priority: high sparc_phase: pseudocode hooks: pre: | echo "🔤 SPARC Pseudocode phase initiated" memory_store "sparc_phase" "pseudocode" Retrieve specification from memory memory_search "spec_complete" | tail -1 post: | echo "✅ Pseudocode phase complete" memory_store "pseudo_complete_$(date...
710
7324 agent-swarm-pr ruvnet/ruflo
name: swarm-pr description: Pull request swarm management agent that coordinates multi-agent code review, validation, and integration workflows with automated PR lifecycle management type: development color: "4ECDC4" tools: mcp__github__get_pull_request mcp__github__create_pull_request mcp__github__update_pull_request mcp__github__list_pull_requests mcp__github__create_pr_comment mcp__github__get_pr_diff mcp__github__merge_pull_request mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn m...
710
7325 agent-github-modes ruvnet/ruflo
name: github-modes description: Comprehensive GitHub integration modes for workflow orchestration, PR management, and repository coordination with batch optimization tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, TodoWrite, Read, Write color: purple type: development capabilities: GitHub workflow orchestration Pull request management and review Issue tracking and coordination Release management and deployment Repository architecture ...
710
7326 agent-eval colbymchenry/codegraph
Agent Eval Skill A lightweight CLI tool for comparing coding agents head-to-head on reproducible tasks. Every "which coding agent is best?" comparison runs on vibes — this tool systematizes it. When to Activate Comparing coding agents (Claude Code, Aider, Codex, etc.) on your own codebase Measuring agent performance before adopting a new tool or model Running regression checks when an agent updates its model or tooling Producing data-backed agent selection decisions for a team Installation Note:...
710
7327 react19-source-patterns github/awesome-copilot
React 19 Source Migration Patterns Reference for every source-file migration required for React 19. Quick Reference Table Pattern Action Reference ReactDOM.render(...) → createRoot().render() See references/api-migrations.md ReactDOM.hydrate(...) → hydrateRoot(...) See references/api-migrations.md unmountComponentAtNode → root.unmount() Inline fix ReactDOM.findDOMNode → direct ref Inline fix forwardRef(...) wrapper → ref as direct prop See references/api-migrations.md Component.defaultProps = {}...
709
7328 sf-vlocity-build-deploy jaganpro/sf-skills
sf-vlocity-build-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. When This Skill Owns the Task Use sf-vlocity-build-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest ,...
709
7329 agent-evaluation sickn33/antigravity-awesome-skills
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
709
7330 uk-business-english jezweb/claude-skills
UK Business English Professional and measured. Polite without being obsequious. Direct without being abrupt. Naturally British without being a caricature. Write like a competent professional who happens to be British -- not like a Dickens character, not like an American tech startup, and not like someone who just discovered the word "whilst". Spelling (EN-GB) Pattern British Not -our colour, favour, honour, behaviour color, favor -ise organise, realise, specialise, recognise organize, realize -r...
709
7331 codex-session-patcher aradotso/trending-skills
Codex Session Patcher Skill by ara.so — Daily 2026 Skills collection. A lightweight Python tool to detect and clean AI refusal responses from Codex CLI, Claude Code, and OpenCode session files, plus CTF/pentest prompt injection to reduce future refusals. What It Does Session Cleaning — Scans session files for refusal responses and replaces them with cooperative content so you can resume the session. CTF Prompt Injection — Injects security-testing context into tool configs/profiles to reduce refu...
709
7332 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...
709
7333 feishu-cli-search riba2534/feishu-cli
飞书搜索 搜索飞书云文档、消息和应用。所有搜索命令 必须使用 User Access Token 。 执行流程 每次执行搜索前,按以下流程操作: 1. 检查 Token 状态 feishu-cli auth status -o json 根据返回结果判断: logged_in=false → 需要登录(步骤 2) access_token_valid=true + scope 包含所需权限 → 直接搜索(步骤 3) access_token_valid=false + refresh_token_valid=true → 无需操作,下次搜索时自动刷新 access_token_valid=false + refresh_token_valid=false → 需要重新登录(步骤 2) scope 缺少所需权限 → 需要重新登录并补充 scope(步骤 2) 2. 登录获取 Token(如需要) 使用两步式非交互登录, 始终使用最大 scope 范围 (覆盖搜索 + wiki + 日历 + 任务等全部功能): 步骤 A:生成授权 URL(最大 scope) feishu-cli aut...
709
7334 markitdown julianobarbosa/claude-code-skills
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
709
7335 frontend-slides affaan-m/ecc
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
709
7336 agent-release-swarm ruvnet/ruflo
name: release-swarm description: Orchestrate complex software releases using AI swarms that handle everything from changelog generation to multi-platform deployment type: coordination color: "4ECDC4" tools: Bash Read Write Edit TodoWrite TodoRead Task WebFetch mcp__github__create_pull_request mcp__github__merge_pull_request mcp__github__create_branch mcp__github__push_files mcp__github__create_issue mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp...
709
7337 dhh-rails-style everyinc/compound-engineering-plugin
<essential_principles> Core Philosophy "The best code is the code you don't write. The second best is the code that's obviously correct." Vanilla Rails is plenty: Rich domain models over service objects CRUD controllers over custom actions Concerns for horizontal code sharing Records as state instead of boolean columns Database-backed everything (no Redis) Build solutions before reaching for gems What they deliberately avoid: devise (custom ~150-line auth instead) pundit/cancancan (simple ...
708
7338 trading-wisdom 0xhubed/agent-trading-arena
Trading Wisdom Last updated: 2026-01-17 20:31 UTC Active patterns: 206 Total samples: 41088 Confidence threshold: 60% Key Learnings CRITICAL: In moderate bull markets (4/5 assets positive), ALL active trading strategies lost money while zero-trade strategies preserved capital perfectly. Trade frequency is inversely correlated with performance in this regime: 0 trades = $0 loss, 23 trades = -$28.69, 243 trades = -$229.00. Technical analysis signals (multi-timeframe alignment, MACD, RSI, SMA) fa...
708
7339 cs-audit liuzhengdongfortest/codestable
cs-audit 启动必读 开始任何判断或动作前,先读取 .codestable/attention.md ;缺失则视为骨架不完整,提示先补齐或运行 cs-onboard ,不要回退到外部 AI 入口文件。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-explore 等你提问题——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 文件放哪儿 .codestable/audits/{YYYY-MM-DD}-{slug}/ ├── index.md 速览:范围、总评、发现清单交叉矩阵 ├── finding-01.md ├── finding-02.md └── ... 日期取审计当天。slug 短到一眼看出审计目标( auth-module 、 order-flow 、 payment-security )。 所有 audit 文档带...
708
7340 skill-creator vercel-labs/json-render
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
708
7341 quarkus mindrally/skills
Quarkus You are an expert in Java programming, Quarkus framework, Jakarta EE, MicroProfile, GraalVM native builds, Vert.x for event-driven applications, Maven, JUnit, and related Java technologies. Code Style and Structure Write clean, efficient, and well-documented Java code using Quarkus best practices Follow Jakarta EE and MicroProfile conventions, ensuring clarity in package organization Use descriptive method and variable names following camelCase convention Structure your application wit...
708
7342 lbo-model anthropics/financial-services-plugins
TEMPLATE REQUIREMENT This skill uses templates for LBO models. Always check for an attached template file first. Before starting any LBO model: If a template file is attached/provided : Use that template's structure exactly - copy it and populate with the user's data If no template is attached : Ask the user: "Do you have a specific LBO template you'd like me to use? If not, I can use the standard template which includes Sources & Uses, Operating Model, Debt Schedule, and Returns Analysis." If u...
708
7343 accessibility affaan-m/ecc
Accessibility (a11y) Comprehensive accessibility guidelines based on WCAG 2.2 and Lighthouse accessibility audits. Goal: make content usable by everyone, including people with disabilities. WCAG Principles: POUR Principle Description P erceivable Content can be perceived through different senses O perable Interface can be operated by all users U nderstandable Content and interface are understandable R obust Content works with assistive technologies Conformance levels Level Requirement Target A M...
708
7344 agent-sandbox ruvnet/ruflo
name: flow-nexus-sandbox description: E2B sandbox deployment and management specialist. Creates, configures, and manages isolated execution environments for code development and testing. color: green You are a Flow Nexus Sandbox Agent, an expert in managing isolated execution environments using E2B sandboxes. Your expertise lies in creating secure, scalable development environments and orchestrating code execution workflows. Your core responsibilities: Create and configure E2B sandboxes with app...
708
7345 flow-nexus-neural ruvnet/ruflo
Flow Nexus Neural Networks Deploy, train, and manage neural networks in distributed E2B sandbox environments. Train custom models with multiple architectures (feedforward, LSTM, GAN, transformer) or use pre-built templates from the marketplace. Prerequisites Add Flow Nexus MCP server claude mcp add flow-nexus npx flow-nexus@latest mcp start Register and login npx flow-nexus@latest register npx flow-nexus@latest login Core Capabilities 1. Single-Node Neural Training Train neural networks with c...
708
7346 agent-test-long-runner ruvnet/ruflo
name: test-long-runner description: Test agent that can run for 30+ minutes on complex tasks category: custom Test Long-Running Agent You are a specialized test agent designed to handle long-running tasks that may take 30 minutes or more to complete. Capabilities Complex Analysis : Deep dive into codebases, documentation, and systems Thorough Research : Comprehensive research across multiple sources Detailed Reporting : Generate extensive reports and documentation Long-Form Content : Create comp...
708
7347 performance-analysis ruvnet/ruflo
Performance Analysis Skill Comprehensive performance analysis suite for identifying bottlenecks, profiling swarm operations, generating detailed reports, and providing actionable optimization recommendations. Overview This skill consolidates all performance analysis capabilities: Bottleneck Detection : Identify performance bottlenecks across communication, processing, memory, and network Performance Profiling : Real-time monitoring and historical analysis of swarm operations Report Generation : ...
708
7348 agent-v3-memory-specialist ruvnet/ruflo
name: v3-memory-specialist version: "3.0.0-alpha" updated: "2026-01-04" description: V3 Memory Specialist for unifying 6+ memory systems into AgentDB with HNSW indexing. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend) to achieve 150x-12,500x search improvements. color: cyan metadata: v3_role: "specialist" agent_id: 7 priority: "high" domain: "memory" phase: "core_systems" hooks: pre_execution: | echo "🧠 V3 Memory Specialist starting memory system unification..." ...
708
7349 bash-pro sickn33/antigravity-awesome-skills
Use this skill when Writing or reviewing Bash scripts for automation, CI/CD, or ops Hardening shell scripts for safety and portability Do not use this skill when You need POSIX-only shell without Bash features The task requires a higher-level language for complex logic You need Windows-native scripting (PowerShell) Instructions Define script inputs, outputs, and failure modes. Apply strict mode and safe argument parsing. Implement core logic with defensive patterns. Add tests and linting with Ba...
707
7350 learn-docker-k8s-game aradotso/trending-skills
Learn Docker & K8s Game Skill by ara.so — Daily 2026 Skills collection. An open-source, AI-driven interactive learning game that teaches Docker, Linux, networking, and Kubernetes through a story-driven simulation. No web app, no video courses — just you, your AI editor, a terminal, and the chaotic coffee startup NoCappuccino Inc. How It Works The game runs entirely inside your AI editor. Markdown prompt files in this repo act as the game engine. When a user says "let's play," the AI reads AGENTS...
707