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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,561
总 Skills
99.5M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
6051 runtime copilotkit/copilotkit
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
1.3K
6052 copilotkit-integrations copilotkit/copilotkit
CopilotKit Integrations Live Documentation (MCP) This plugin includes an MCP server ( copilotkit-docs ) that provides search-docs and search-code tools for querying live CopilotKit documentation and source code. Useful for looking up framework-specific integration details. Claude Code: Auto-configured by the plugin's .mcp.json -- no setup needed. Codex: Requires manual configuration. See the copilotkit-debug skill for setup instructions. Overview CopilotKit connects to external agent frameworks ...
1.3K
6053 harvard-artifacts-etl-streamlit-analytics aradotso/data-skills
Harvard Artifacts ETL & Analytics Skill Skill by ara.so — Data Skills collection. This skill enables you to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. The project demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive Streamlit dashboards with Plotly visualizations. What This Project Does The Harvard Artifacts Collection application provides: API Integration : Fetch artifact data from Harvard Art Museum...
1.3K
6054 harvard-artifacts-collection-data-engineering aradotso/data-skills
Harvard Artifacts Collection Data Engineering Skill by ara.so — Data Skills collection. This project provides an end-to-end data engineering and analytics application built on the Harvard Art Museums API. It demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive visualization using Streamlit. The architecture follows: API → ETL → SQL → Analytics → Visualization. What This Project Does API Integration : Fetches artifact data from Harvard Art Museums API wi...
1.3K
6055 platform-apex-test-run forcedotcom/sf-skills
platform-apex-test-run: Salesforce Test Execution & Coverage Analysis Use this skill when the user needs Apex test execution and failure analysis : running tests, checking coverage, interpreting failures, improving coverage, and managing a disciplined test-fix loop for Salesforce code. When This Skill Owns the Task Use platform-apex-test-run when the work involves: sf apex run test workflows Apex unit-test failures code coverage analysis identifying uncovered lines and missing test scenarios str...
1.3K
6056 argent-tv-interact software-mansion/argent
Argent TV (Apple TV + Android TV + Fire TV) Critical A TV is focus-driven, not touch-driven. Drive every interaction with describe + tv-remote + keyboard ; never use gesture-* / coordinate taps — they don't apply on any TV platform. Always describe before navigating to find the live cursor and your target — never guess focus from a screenshot. The cursor is the focused element; on Vega the toolkit often leaves focused false and marks the highlighted item [selected] , so treat [selected] as the c...
1.3K
6057 frontend responsive design standards am-will/codex-skills
Frontend Responsive Design Standards Rule: Mobile-first development with consistent breakpoints, fluid layouts, relative units, and touch-friendly targets. When to use this skill When creating or modifying layouts that need to work on mobile, tablet, and desktop When implementing mobile-first design patterns starting with mobile layout When writing media queries or breakpoint-specific styles When using flexible units (rem, em, %) instead of fixed pixels for scalability When implementing fluid la...
1.2K
6058 react-hook-form-zod jezweb/claude-skills
React Hook Form + Zod Validation Status: Production Ready ✅ Last Verified: 2026-01-20 Latest Versions: react-hook-form@7.71.1, zod@4.3.5, @hookform/resolvers@5.2.2 Quick Start npm install react-hook-form@7.70.0 zod@4.3.5 @hookform/resolvers@5.2.2 Basic Form Pattern: const schema = z.object({ email: z.string().email(), password: z.string().min(8), }) type FormData = z.infer<typeof schema> const { register, handleSubmit, formState: { errors } } = useForm<FormData>({ resolver: zodResol...
1.2K
6059 context7 am-will/codex-skills
Context7 Overview This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data. Workflow Step 1: Search for the Library To find the Context7 library ID, query the search endpoint: curl -s "https://context7.com/api/v2/libs/search?libraryName=LIBRARY_NAME&query=TOPIC" | jq '.results[0]' Parameters: libraryName (required): The library name to search for (e.g., "react...
1.2K
6060 anti-render lionad-morotar/anti-render-skill
Anti-Render 理想vs现实视觉对比生成器 核心理念 通过并置(juxtaposition)手法,揭示任何领域中"承诺与交付之间巨大落差"的普遍困境。左侧呈现理想化的完美渲染,右侧揭示真实的日常面貌。 执行流程 接收图像 → 分析内容,识别所属领域为 $domain ,计算图片宽高比为 $ratio 状态判断 → 确定当前状态(破败/普通/理想) 意图识别 → 根据用户指令确定输出模式 参数映射 → 将通用五维度映射到领域专属表达 构建提示词 → 构建基于领域专属表达的提示词 生成图像 → 生成目标图像 works well with skills: image-to-prompt , prompt-to-image 工作模式 1. 图像状态识别 用户上传图片后,分析其当前状态: 状态 特征 输出目标 破败 质量问题、使用痕迹、维护不良 生成理想化渲染图(即 step 2.1) 理想 用户上传了营销图片、广告图片等精修后照片 生成轻微破败渲染图片(即 step 2.2) 普通/正常 无明显破损、日常使用状态 生成理想化渲染和轻微破败的对比图(即 step 2.3) 如状态模糊,...
1.2K
6061 filament-resource mwguerra/claude-code-plugins
FilamentPHP Resource Generation Skill Overview This skill generates complete FilamentPHP v4 resources including form schemas, table configurations, relation managers, and custom pages. All generated code follows official documentation patterns. Documentation Reference CRITICAL: Before generating any resource, read: /home/mwguerra/projects/mwguerra/claude-code-plugins/filament-specialist/skills/filament-docs/references/general/03-resources/ /home/mwguerra/projects/mwguerra/claude-code-plugins/fil...
1.2K
6062 file-name-wizard cygnusfear/agent-skills
Filename & Naming Convention Audit Instructions Perform systematic audit of all filenames and naming conventions in the codebase to identify inconsistencies, anti-patterns, and violations of naming standards. Phase 1: Discovery & Standard Extraction Step 1: Find All Files Use Glob to identify all files in the codebase: Source files ( .ts , .tsx , .js , .jsx , etc.) Config files Documentation files Test files Create comprehensive todo list of all files to audit. Step 2: Extract Naming Standards R...
1.2K
6063 planner am-will/codex-skills
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges & edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Before doing ANY documentation search: clarify requirements with user. This will narrow and aid you in finding the...
1.2K
6064 parallel-task am-will/codex-skills
Parallel Task Executor Use Orchestration Mode. Parse plan files and delegate tasks to parallel subagents. Process Step 1: Parse Request Extract from user request: Plan file: The markdown plan to read Sprint/Phase (optional): Which section to run If sprint not provided, ask user which to run. Step 2: Read & Parse Plan Find sprint/phase section (e.g., Sprint 1:) Extract task subsections (e.g., Task 1.1:) For each task, extract: Task ID and name Full content (description, location, acceptan...
1.2K
6065 read-github am-will/codex-skills
Read GitHub Docs Access GitHub repository documentation and code via the gitmcp.io MCP service. URL Conversion Convert GitHub URLs to gitmcp.io: github.com/owner/repo → gitmcp.io/owner/repo https://github.com/karpathy/llm-council → https://gitmcp.io/karpathy/llm-council CLI Usage The scripts/gitmcp.py script provides CLI access to repository docs. List Available Tools python3 scripts/gitmcp.py list-tools owner/repo Fetch Documentation Retrieves the full documentation file (README, docs, ...
1.2K
6066 bdd-feature-generator moxa/sw
No SKILL.md available for this skill. View on GitHub
1.2K
6067 flutter-performance flutter/skills
Flutter Performance Optimization Goal Analyzes and optimizes Flutter application performance by identifying jank, excessive rebuilds, and expensive rendering operations. Implements best practices for UI rendering, state management, and layout constraints. Utilizes Flutter DevTools, Chrome DevTools (for web), and integration tests to generate actionable performance metrics, ensuring frames render within the strict 16ms budget. Decision Logic Evaluate the target application using the following dec...
1.2K
6068 plan-harder am-will/codex-skills
Planner Agent Create detailed, phased implementation plans for bugs, features, or tasks. You make phased implementation plans with sprints and atomic tasks. Process Phase 0: Research Investigate the codebase: Architecture and patterns Similar existing implementations Dependencies and frameworks Related components Analyze the request: Core requirements Challenges and edge cases Security/performance/UX considerations Phase 1: Clarify Requirements Use request_user_input to resolve ambiguitie...
1.2K
6069 openai-docs-skill am-will/codex-skills
OpenAI Docs MCP Skill Overview Use the OpenAI developer documentation MCP server from the shell to search and fetch authoritative docs. Always do this for OpenAI platform work instead of relying on memory or non-official sources. Core rules Always use this skill for OpenAI API/SDK/Apps/Codex questions or when precise, current docs are required. Query the MCP server via the CLI wrapper in scripts/openai-docs-mcp.sh (do not rely on Codex MCP tools). Use search or list to find the best doc page, ...
1.2K
6070 gemini-computer-use am-will/codex-skills
Gemini Computer Use Quick start Source the env file and set your API key: cp env.example env.sh $EDITOR env.sh source env.sh Create a virtual environment and install dependencies: python -m venv .venv source .venv/bin/activate pip install google-genai playwright playwright install chromium Run the agent script with a prompt: python scripts/computer_use_agent.py \ --prompt "Find the latest blog post title on example.com" \ --start-url "https://example.com" \ --turn-limit 6 Browser ...
1.2K
6071 agent browser am-will/codex-skills
Agent Browser A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands. Installation npm recommended npm install -g agent-browser agent-browser install agent-browser install --with-deps From Source git clone https://github.com/vercel-labs/agent-browser cd agent-browser pnpm install pnpm build agent-browser install Quick Start agent-browser open example.com agent-browser snapshot agent-brows...
1.2K
6072 code-review llama-farm/llamafarm
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
1.2K
6073 image-ocr fearovex/claude-config
Image OCR Expert Expert in extracting, processing, and structuring text from images using OCR tools and techniques. Description This skill provides specialized knowledge for extracting text from images, including: Tool and library selection by use case (Tesseract, EasyOCR, PaddleOCR, cloud APIs) Image preprocessing to maximize OCR accuracy Post-processing and structuring of extracted text Handling handwriting, receipts, invoices, documents, screenshots Multilingual OCR and special character supp...
1.2K
6074 text-to-speech heygen-com/skills
ElevenLabs Text-to-Speech Generate natural speech from text - supports 70+ languages, multiple models for quality vs latency tradeoffs. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_speech . convert ( text = "Hello, welcome to ElevenLabs!" , voice_id = "JBFqnCBsd6RMkjVDRZzb" , George model_id = "eleven_multilingual_v2" ) with open ( "output.mp3" , "wb" ) as f ...
1.2K
6075 video-translate heygen-com/skills
Video Translation (HeyGen) Translate and dub existing videos into multiple languages, preserving lip-sync and natural speech patterns. Provide a video URL or HeyGen video ID — no need to create the video on HeyGen first. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X POST "https://api.heygen.com/v2/video_translate" \ -H "X-Api-Key: $HEYGEN_API_KEY " \ -H "Content-Type: application/json" \ -d '{"video_url": "https://example.com/video...
1.2K
6076 algo binance/binance-skills-hub
Binance Algo Skill Algo request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/algo/futures/order (DELETE) Cancel Algo Order(TRADE) algoId recvWindow Yes /sapi/v1/algo/futures/openOrders (GET) Query Current Algo Open Orders(USER_DATA) None recvWindow Yes /sapi/v1/algo/futures/historicalOrders (GET) Query Historical Algo Orders(USER...
1.2K
6077 derivatives-trading-coin-futures binance/binance-skills-hub
Binance Derivatives-trading-coin-futures Skill Derivatives-trading-coin-futures request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /dapi/v1/account (GET) Account Information (USER_DATA) None recvWindow Yes /dapi/v1/balance (GET) Futures Account Balance (USER_DATA) None recvWindow Yes /dapi/v1/positionSide/dual (GET) Get Current Position...
1.2K
6078 derivatives-trading-options binance/binance-skills-hub
Binance Derivatives-trading-options Skill Derivatives-trading-options request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /eapi/v1/bill (GET) Account Funding Flow (USER_DATA) currency recordId, startTime, endTime, limit, recvWindow Yes /eapi/v1/marginAccount (GET) Option Margin Account Information (USER_DATA) None recvWindow Yes /eapi/v1...
1.2K
6079 derivatives-trading-portfolio-margin-pro binance/binance-skills-hub
Binance Derivatives-trading-portfolio-margin-pro Skill Derivatives-trading-portfolio-margin-pro request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/portfolio/bnb-transfer (POST) BNB transfer(USER_DATA) amount, transferSide recvWindow Yes /sapi/v1/portfolio/repay-futures-switch (POST) Change Auto-repay-futures Status(TRADE) autoR...
1.2K
6080 derivatives-trading-portfolio-margin binance/binance-skills-hub
Binance Derivatives-trading-portfolio-margin Skill Derivatives-trading-portfolio-margin request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /papi/v1/balance (GET) Account Balance(USER_DATA) None asset, recvWindow Yes /papi/v1/account (GET) Account Information(USER_DATA) None recvWindow Yes /papi/v1/bnb-transfer (POST) BNB transfer (TRADE...
1.2K
6081 markdown-token-optimizer microsoft/github-copilot-for-azure
Markdown Token Optimizer This skill analyzes markdown files and suggests optimizations to reduce token consumption while maintaining clarity. When to Use Optimize markdown files for token efficiency Reduce SKILL.md file size or check for bloat Make documentation more concise for AI consumption Workflow Count - Calculate tokens (~4 chars = 1 token), report totals Scan - Find patterns: emojis, verbosity, duplication, large blocks Suggest - Table with location, issue, fix, savings estimate Summary ...
1.2K
6082 web-search-plus robbyczgw-cla/web-search-plus
Web Search Plus Stop choosing search providers. Let the skill do it for you. This skill connects you to 7 search providers (Serper, Tavily, Querit, Exa, Perplexity, You.com, SearXNG) and automatically picks the best one for each query. Shopping question? → Google results. Research question? → Deep research engine. Need a direct answer? → AI-synthesized with citations. Want privacy? → Self-hosted option. ✨ What Makes This Different? Just search — No need to think about which provider to use Smart...
1.2K
6083 doc openai/skills
doc Curated from OpenAI's skills repository. What it does Read, create, and edit .docx documents with formatting and layout fidelity via OpenAI's document skill. Source Upstream: https://github.com/openai/skills Category: documents 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: S...
1.2K
6084 onedrive membranedev/application-skills
MS OneDrive MS OneDrive is a cloud storage service provided by Microsoft. It allows users to store files, photos, and documents in the cloud and access them from any device. OneDrive is commonly used by individuals and businesses for personal and collaborative file management. Official docs: https://learn.microsoft.com/en-us/onedrive/developer/ MS OneDrive Overview File Content Permissions Folder Permissions Search Use action names and parameters as needed. Working with MS OneDrive This skill us...
1.2K
6085 feishu-calendar alextangson/feishu_skills
飞书日历 通过 Calendar API 管理日程。 Base URL : https://open.feishu.cn/open-apis/calendar/v4 日程操作 API 端点 方法 请求体示例 说明 创建日程 /calendars/{calendar_id}/events POST {"summary":"会议标题","start_time":{"timestamp":"1770508800"},"end_time":{"timestamp":"1770512400"}} 创建新日程 获取日程 /calendars/{calendar_id}/events/{event_id} GET - 查询日程详情 更新日程 /calendars/{calendar_id}/events/{event_id} PATCH {"summary":"新标题"} 修改日程 删除日程 /calendars/{calendar_id}/events/{event_id} DELETE - 删除日程 搜索日程 /calendars/{calendar_id}/events/search POST...
1.2K
6086 sensei microsoft/github-copilot-for-azure
Sensei "A true master teaches not by telling, but by refining." - The Skill Sensei Automates skill frontmatter improvement using the Ralph loop pattern - iteratively improving skills until they reach Medium-High compliance with passing tests, then checking token usage and prompting for action. Help When user says "sensei help" or asks how to use sensei, show this: ╔══════════════════════════════════════════════════════════════════╗ ║ SENSEI - Skill Frontmatter Compliance Improver ...
1.2K
6087 skill-authoring microsoft/github-copilot-for-azure
Skill Authoring Guide This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification . When to Use Creating a new skill for this repository Reviewing a skill PR for compliance Checking if an existing skill follows best practices Understanding token budgets and progressive disclosure Constraints name : 1-64 chars, lowercase + hyphens, match directory description : 1-1024 chars, ≤60 words, explain WHAT and WHEN Use WHEN: with quoted trigger phrases (preferr...
1.2K
6088 dropbox membranedev/application-skills
Dropbox Dropbox is a file hosting service that provides cloud storage, file synchronization, personal cloud, and client software. It is commonly used by individuals and teams to store and share files, documents, and other data across multiple devices. Official docs: https://developers.dropbox.com/ Dropbox Overview Files Shared Links Folders Use action names and parameters as needed. Working with Dropbox This skill uses the Membrane CLI to interact with Dropbox. Membrane handles authentication an...
1.2K
6089 markdown-url am-will/codex-skills
markdown.new URL Prefix Whenever you need to visit a website URL, you must: rewrite it to go through https://markdown.new/ , then visit the rewritten URL, and pull the Markdown content from that page for use in your answer/notes. Rewrite Rule Normalize the destination into an absolute URL with a scheme ( https:// preferred). Prefix it with https://markdown.new/ (do not drop the original scheme). Examples https://example.com -> https://markdown.new/https://example.com https://example.com/docs?a=1...
1.2K
6090 swarm-planner am-will/codex-skills
Swarm-Ready Planner Create implementation plans with explicit task dependencies optimized for parallel agent execution. This skill can be ran inside or outside of Plan Mode. Core Principles Explore Codebase : Investigate architecture, patterns, existing implementations, dependencies, and frameworks in use. Fresh Documentation First : Use Context7 for ANY external library, framework, or API before planning tasks Ask Questions : Clarify ambiguities and seek clarification on scope, constraints, or ...
1.2K
6091 vercel-react-best-practices am-will/codex-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
1.2K
6092 llm-council am-will/codex-skills
LLM Council Skill Quick start Always check for an existing agents config file first ($XDG_CONFIG_HOME/llm-council/agents.json or ~/.config/llm-council/agents.json). If none exists, tell the user to run ./setup.sh to configure or update agents. The orchestrator must always ask thorough intake questions first, then generates prompts so planners do not ask questions. Even if the initial prompt is strong, ask at least a few clarifying questions about ambiguities, constraints, and success criteria. T...
1.2K
6093 role-creator am-will/codex-skills
Role Creator Overview Use this skill when the user wants to create, update, or troubleshoot custom subagent roles backed by [agents.<role>] and a role config_file . This skill installs the role into ~/.codex/config.toml (or a user-selected project config), writes the role-specific config file, and validates key support against codex-rs/core/config.schema.json . Default behavior is strict-minimal: configure only model , model_reasoning_effort , and developer_instructions unless the user explicitl...
1.2K
6094 tailwind-css bobmatnyc/claude-mpm-skills
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
1.2K
6095 social-media-marketing dengineproblem/agents-monorepo
Social Media Marketing Expert Comprehensive knowledge of social media strategy, content creation, community management, and platform optimization. Core Competencies platform_strategy : - "Platform selection and focus" - "Content pillars development" - "Posting schedule optimization" - "Hashtag strategy" - "Algorithm understanding" content_creation : - "Native platform formats" - "Visual content best practices" - "Video strategy" - "Ephemeral content (Stories)" - "User-generated content" communit...
1.2K
6096 coding-guidelines zhanghandong/rust-skills
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static , no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity() , String::with_capacity() Av...
1.2K
6097 trump-code-market-signals aradotso/trending-skills
Trump Code — Market Signal Analysis Skill by ara.so — Daily 2026 Skills collection. Trump Code is an open-source system that applies brute-force computation to find statistically significant patterns between Trump's Truth Social/X posting behavior and S&P 500 movements. It has tested 31.5M model combinations, maintains 551 surviving rules, and has a verified 61.3% hit rate across 566 predictions (z=5.39, p<0.05). Installation git clone https://github.com/sstklen/trump-code.git cd trump-code pip ...
1.2K
6098 zeroboot-vm-sandbox aradotso/trending-skills
Zeroboot VM Sandbox Skill by ara.so — Daily 2026 Skills collection. Zeroboot provides sub-millisecond KVM virtual machine sandboxes for AI agents using copy-on-write forking. Each sandbox is a real hardware-isolated VM (via Firecracker + KVM), not a container. A template VM is snapshotted once, then forked in ~0.8ms per execution using mmap(MAP_PRIVATE) CoW semantics. How It Works Firecracker snapshot ──► mmap(MAP_PRIVATE) ──► KVM VM + restored CPU state (copy-on-write) (~0.8ms) Templat...
1.2K
6099 taiwan-md-knowledge-base aradotso/trending-skills
Taiwan.md Knowledge Base Skill by ara.so — Daily 2026 Skills collection. Taiwan.md is an open-source, AI-native knowledge base about Taiwan built with Astro v5. It uses a Single Source of Truth (SSOT) architecture where all content lives in the knowledge/ directory as Markdown files, and the website is a build-time projection. Features include bilingual support (Traditional Chinese as default + English), an interactive D3.js knowledge graph, and 96+ curated articles across 12 categories. Install...
1.2K
6100 memory-lancedb-pro-openclaw aradotso/trending-skills
memory-lancedb-pro OpenClaw Plugin Skill by ara.so — Daily 2026 Skills collection. memory-lancedb-pro is a production-grade long-term memory plugin for OpenClaw agents. It stores preferences, decisions, and project context in a local LanceDB vector database and automatically recalls relevant memories before each agent reply. Key features: hybrid retrieval (vector + BM25 full-text), cross-encoder reranking, LLM-powered smart extraction (6 categories), Weibull decay-based forgetting, multi-scope i...
1.2K