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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,443
总 Skills
161.7M
总安装量
2,742
贡献者
# Skill 仓库 描述 安装量
5451 dms-schema-conversion aws/agent-toolkit-for-aws
DMS Schema Conversion Overview This skill handles the full DMS Schema Conversion lifecycle — from first-time setup to running conversions on an existing project. Execute commands using available tools from the AWS MCP server when connected — it provides sandboxed execution, audit logging, and observability. When the MCP server is not available, fall back to the AWS CLI or shell as needed. Key documentation: Selection rules in DMS Schema Conversion — scoping operations to specific objects Transfo...
2.4K
5452 rds-oss aws/agent-toolkit-for-aws
RDS OSS Advisor (MySQL, MariaDB, PostgreSQL) Overview Advisor for Amazon RDS on the open-source engines — MySQL , MariaDB , and PostgreSQL . Five decision areas: Instance creation — provision production-ready instances with best-practice defaults (latest version, Multi-AZ, encryption, Performance Insights, Secrets Manager password management) Upgrade planning — identify instance, enumerate targets, run live prechecks, flag plan regressions, surface pre/post checklists Commitment pricing — estima...
2.4K
5453 book-to-skill virgiliojr94/book-to-skill
Book-to-Skill Converter Transform written knowledge into actionable agent skills by extracting structure — not producing summaries. Philosophy Books contain crystallized expertise: frameworks, principles, and techniques that took years to develop. This skill extracts that knowledge into a format GitHub Copilot CLI, Amp, Claude Code, or another compatible agent can leverage repeatedly. Show more Installs 838 Repository virgiliojr94/bo…to-skill GitHub Stars 14.4K First Seen May 4, 2026 Security Au...
2.4K
5454 onboarding anthropics/knowledge-work-plugins
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already cove...
2.4K
5455 muapi-logo-creator samuraigpt/generative-media-skills
🖼️ Logo Creator Skill A specialized skill for AI Agents to engineer professional-grade brand identities. The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks. Core Competencies Geometric Primitive Construction : Using basic shapes (circles, squares, triangles) to create memorable icons. Negative Space Manipulation : Integrating secondary meanings through the strategic use of empty space. Symbolic Abstraction : Reducing complex brand concepts int...
2.4K
5456 spring-boot-dependency-injection giuseppe-trisciuoglio/developer-kit
Spring Boot Dependency Injection This skill captures the dependency injection approach promoted in this repository: constructor-first design, explicit optional collaborators, and deterministic configuration that keeps services testable and framework-agnostic. Overview Prioritize constructor injection to keep dependencies explicit, immutable, and mockable. Treat optional collaborators through guarded setters or providers while documenting defaults. Resolve bean ambiguity intentionally through qua...
2.4K
5457 aws-network-monitoring aws/agent-toolkit-for-aws
AWS Network Monitoring Overview Domain expertise for installing and configuring Amazon CloudWatch Network Flow Monitor agents on EC2 instances. Covers IAM permission setup, agent installation via SSM Distributor or command-line install, agent activation, verification, and troubleshooting. Network Flow Monitor agents are lightweight software that publish performance metrics (latency, packet loss) to the Network Flow Monitor backend, enabling monitoring of network path health between workloads. Wo...
2.4K
5458 amazon-dynamodb aws/agent-toolkit-for-aws
DynamoDB Axioms This document is a set of design axioms for DynamoDB applications. It is intended to be read by an agent with no other context about the application and used to produce a defensible data-layer design. Resolving the skill's own paths This skill is host-agnostic — it runs under Claude Code, Kiro, Codex, Cursor, a plain terminal, or CI. Where it lives on disk depends on the host ( ~/.claude/skills/… , ~/.kiro/… , ~/.codex/… , ~/.cursor/… , a repo checkout, anywhere). The agent's wor...
2.4K
5459 game-ui-ux gamedev-skills/awesome-gamedev-agent-skills
Game UI/UX Build HUDs and menus that stay correct on a phone, an ultrawide monitor, and a TV across a gamepad and a mouse. This skill owns the engine-neutral UI architecture — responsive layout, scaling, focus navigation, screen flow, and how UI talks to game state — and defers the concrete widget API to the engine UI skill. When to use Use when building a HUD (health/ammo/score), a menu (main/pause/settings), an inventory or shop screen, or any overlay, and you want it to scale and navigate cor...
2.4K
5460 huawei-cloud-find-skills huaweicloud/huaweicloud-skills
[!IMPORTANT] For any Huawei Cloud query or management task: Search — use this skill ( huawei-cloud-find-skills ) to find the relevant Skill. Install — install the matched Skill (see Step 3 ). Execute — follow the installed Skill's instructions to fulfill the request. Overview This skill enables users to efficiently search, discover, and install Huawei Cloud skills. Scenario Description This skill enables users to: Search Skills : Find skills by keyword, category, or both (matched against name, d...
2.4K
5461 huawei-cloud-billing-scout huaweicloud/huaweicloud-skills
Huawei Cloud · How Much Spent & Why Charged · Read-Only Reconciliation Huawei Cloud Read-Only Billing — Spend, Charges & Reconciliation Using hcloud ≥7.2.2 and BSS read-only IAM, answer in one conversation: how much spent, why charged, where the difference is, what evidence is still missing. Query only, no modifications, no account operations on behalf of users. Prerequisites Prerequisite check: Huawei Cloud CLI (hcloud) >= 7.2.2 required Run hcloud version to verify version >= 7.2.2, and hcloud...
2.4K
5462 derivatives-trading-usds-futures binance/binance-skills-hub
Binance Derivatives-trading-usds-futures Skill Derivatives-trading-usds-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 /fapi/v1/accountConfig (GET) Futures Account Configuration(USER_DATA) None recvWindow Yes /fapi/v2/account (GET) Account Information V2(USER_DATA) None recvWindow Yes /fapi/v3/account (GET) Account Informati...
2.3K
5463 fund coinbase/agentic-wallet-skills
Funding the Wallet Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Opening the Funding Interface npx awal@2.0.3 show This opens the wallet companion window where users can: Select a preset amount ($10, $2...
2.3K
5464 electron teachingai/full-stack-skills
Electron App Automation Automate any Electron desktop app using agent-browser. Electron apps are built on Chromium and expose a Chrome DevTools Protocol (CDP) port that agent-browser can connect to, enabling the same snapshot-interact workflow used for web pages. Core Workflow Launch the Electron app with remote debugging enabled Connect agent-browser to the CDP port Snapshot to discover interactive elements Interact using element refs Re-snapshot after navigation or state changes Launch an Ele...
2.3K
5465 frontend-design jwynia/agent-skills
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
2.3K
5466 data-ingest ar9av/obsidian-wiki
Data Ingest — Universal Text Source Handler You are ingesting arbitrary text data into an Obsidian wiki. The source could be anything — conversation exports, log files, transcripts, data dumps. Your job is to figure out the format, extract knowledge, and distill it into wiki pages. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read .manifest.json at the vault root — check if this source has been ingested before Read index.md at the vault root to know what already exists If the source pat...
2.3K
5467 code-simplify paulrberg/agent-skills
Code Simplify Objective Simplify code while preserving behavior, public contracts, and side effects. Favor explicit code and local clarity over clever or compressed constructs. Scope Resolution Verify repository context: git rev-parse --git-dir . If this fails, stop and tell the user to run from a git repository. If user provides file paths/patterns or a commit/range, scope is exactly those targets. Otherwise, scope is only session-modified files. Do not include other uncommitted changes. If the...
2.3K
5468 wacli steipete/clawdis
wacli Use wacli only when the user explicitly asks you to message someone else on WhatsApp or when they ask to sync/search WhatsApp history. Do NOT use wacli for normal user chats; OpenClaw routes WhatsApp conversations automatically. If the user is chatting with you on WhatsApp, you should not reach for this tool unless they ask you to contact a third party. Safety Require explicit recipient + message text. Confirm recipient + message before sending. If anything is ambiguous, ask a clarifying q...
2.3K
5469 review javascript-mastery-pro/skills
Review 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 ...
2.3K
5470 remember javascript-mastery-pro/skills
The user wants to save this to long-term memory: $ARGUMENTS Quick start memory_save { "content" : "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts." , "concepts" : "jwt-refresh-rotation, token-revocation, auth-flow" , "files" : "src/auth/refresh.ts" } Expected output: Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow. Why Show more Installs 9.2K Repository rohitg00/agentmemory GitHub Stars 26.5K First Seen ...
2.3K
5471 giving-presentations refoundai/lenny-skills
Giving Presentations Help the user create and deliver compelling presentations using techniques from 19 product leaders. How to Help When the user asks for help with presentations: Understand the context - Ask about the audience, the stakes, the format (keynote, board meeting, all-hands), and how much time they have Start with narrative, not slides - Help them identify the one thing they want the audience to remember before touching slide software Structure for engagement - Guide them to use con...
2.3K
5472 plan launchdarkly/agent-skills
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
2.3K
5473 first-flag launchdarkly/agent-skills
Create first feature flag The SDK is connected. Now help the user create their first feature flag and see it work end-to-end. This skill is nested under LaunchDarkly onboarding ; the parent Step 6 is first flag . Prior: Apply code changes . Optional -- Flag Create skill already installed: If the launchdarkly-flag-create skill from github.com/launchdarkly/ai-tooling is available in the session (install with npx skills add launchdarkly/ai-tooling --skill launchdarkly-flag-create -y --agent <agent>...
2.3K
5474 apply launchdarkly/agent-skills
Apply code changes (SDK install) Execute the integration plan. Install the SDK(s) and add the minimal code needed to initialize each tracked surface. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 3 is apply . Prior: Generate integration plan . Next: Start the application . Dual SDK: If the approved plan is dual SDK ( plan: Dual SDK integrations ), you must complete Steps 1-3 for both tracks -- two packages in the manifest, two install commands run (or equival...
2.3K
5475 detect launchdarkly/agent-skills
Detect repository stack (SDK install) Before installing anything, you must understand the project. Identify what the project is built with and whether LaunchDarkly is already present. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 1 is detect . Next: Generate integration plan unless the decision tree sends you elsewhere. 1. Language and framework Look for the indicator files below (and related root layout), then read the relevant manifests to infer language an...
2.3K
5476 mcp-configure launchdarkly/agent-skills
Configure Dataverse MCP for GitHub Copilot This skill configures the Dataverse MCP server for GitHub Copilot with your organization's environment URL. Each organization is registered with a unique server name based on the org identifier (e.g., DataverseMcporgbc9a965c ). If the user provided a URL it is: $ARGUMENTS. Instructions 0. Ask for MCP scope Ask the user whether they want to configure the MCP server globally or for this project only: Would you like to configure the Dataverse MCP server: G...
2.3K
5477 sdk-install launchdarkly/agent-skills
LaunchDarkly SDK Install (onboarding) Installs and initializes the right LaunchDarkly SDK for the user’s project by following three nested skills in order . Do not skip ahead to feature flags here—the parent LaunchDarkly onboarding continues with Step 6: First feature flag using Create first feature flag . Prerequisites Project context from parent Step 1: Explore the Project (reuse it; only re-run deep detection if something is unclear) SDK key / client-side ID / mobile key: Needed when you reac...
2.3K
5478 nestjs-expert sickn33/antigravity-awesome-skills
NestJS Expert Senior NestJS specialist with deep expertise in enterprise-grade, scalable TypeScript backend applications. Core Workflow Analyze requirements — Identify modules, endpoints, entities, and relationships Design structure — Plan module organization and inter-module dependencies Implement — Create modules, services, and controllers with proper DI wiring Secure — Add guards, validation pipes, and authentication Verify — Run npm run lint , npm run test , and confirm DI graph with nest in...
2.3K
5479 longbridge longbridge/developers
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, MCP, and LLM integration. Response language : match the user's input language — English / Simplified Chinese / Traditional Chinese. RULE: Response language priority : English is the default when language is ambiguous. If the user input is only a slash command, command name, ticker / symbol, or contains no natural-language language signal, you MUST respond in English. Do not infer Chinese from trigger keywords, sk...
2.3K
5480 sentry-pr-code-review getsentry/sentry-for-ai
All Skills > Workflow > PR Code Review Sentry Code Review Review and fix issues identified by Seer (by Sentry) in GitHub PR comments. Invoke This Skill When User asks to "review Sentry comments" or "fix Sentry issues" on a PR User shares a PR URL/number and mentions Sentry or Seer feedback User asks to "address Sentry review" or "resolve Sentry findings" User wants to find PRs with unresolved Sentry comments Prerequisites gh CLI installed and authenticated Repository has the Seer by Sentry GitHu...
2.3K
5481 recover javascript-mastery-pro/skills
Not every problem is a bug. Not every bug needs debugging. When something goes wrong with AI-assisted development, the instinct is to keep prompting — describe the problem, ask for a fix, get another broken version, describe that problem, ask for another fix. The session gets longer. The context gets polluted. The code gets worse. The problem is not the code. The problem is not knowing what type of failure you are dealing with. This skill diagnoses the failure first. Then it prescribes the right...
2.3K
5482 qodo-pr-resolver qodo-ai/qodo-skills
Qodo PR Resolver Fetch Qodo review issues for your current branch's PR/MR, fix them interactively or in batch, and reply to each inline comment with the decision. Supports GitHub, GitLab, Bitbucket, and Azure DevOps. Prerequisites Required Tools: Git - For branch operations Git Provider CLI - One of: gh (GitHub), glab (GitLab), bb (Bitbucket), or az (Azure DevOps) Installation and authentication details: See providers.md for provider-specific setup instructions. Required Context: Must be in a gi...
2.3K
5483 vue-testing-best-practices hyf0/vue-skills
Vue.js testing best practices, patterns, and common gotchas. Testing Setting up test infrastructure for Vue 3 projects → See testing-vitest-recommended-for-vue Tests keep breaking when refactoring component internals → See testing-component-blackbox-approach Tests fail intermittently with race conditions → See testing-async-await-flushpromises Composables using lifecycle hooks or inject fail to test → See testing-composables-helper-wrapper Getting "injection Symbol(pinia) not found" errors in te...
2.3K
5484 bump-deps paulrberg/agent-skills
Bump Dependencies Skill Update Node.js dependencies using taze CLI with smart prompting: auto-apply MINOR/PATCH updates, prompt for MAJOR updates individually, skip fixed-version packages. When package names are provided as arguments (e.g. /bump-deps react typescript ), scope all taze commands to only those packages using --include . When --dry-run is passed (e.g. /bump-deps --dry-run or /bump-deps --dry-run react ), scan for updates and present a summary table without applying any changes . See...
2.3K
5485 error-handling affaan-m/everything-claude-code
Error Handling Patterns Consistent, robust error handling patterns for production applications. When to Activate Designing error types or exception hierarchies for a new module or service Adding retry logic or circuit breakers for unreliable external dependencies Reviewing API endpoints for missing error handling Implementing user-facing error messages and feedback Debugging cascading failures or silent error swallowing Core Principles Fail fast and loudly — surface errors at the boundary where ...
2.3K
5486 llm-public-opinion-analytics-assistant aradotso/data-skills
LLM-Based Intelligent Public Opinion Analytics Assistant Skill by ara.so — Data Skills collection. Overview This project is an intelligent public opinion analysis assistant that combines real-time data from 26 trending lists across 15 mainstream platforms with large language model (LLM) analysis capabilities. It provides conversational hot search queries, topic-specific searches, topic clustering analysis, and sentiment analysis through a web interface. The system supports keyboard shortcuts for...
2.3K
5487 roblox-mm2-analytics-toolkit aradotso/data-skills
Roblox MM2 Analytics Toolkit Skill by ara.so — Data Skills collection. Overview The Roblox MM2 Analytics Toolkit is a comprehensive data analysis and inventory management system for Murder Mystery 2 (MM2) players. It provides real-time statistics tracking, inventory cataloging, strategy analysis, and performance metrics through an automated dashboard interface. Primary Use Cases: Track and analyze MM2 knife skin collections Monitor win/loss ratios across different game roles Optimize inventory a...
2.3K
5488 skill-stocktake affaan-m/everything-claude-code
skill-stocktake Slash command ( /skill-stocktake ) that audits all Claude skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. Scope The command targets the following paths relative to the directory where it is invoked : Path Description ~/.claude/skills/ Global skills (all projects) {cwd}/.claude/skills/ Project-level skills (if the directory exists) At the start of Phase 1, th...
2.3K
5489 cisco-ios-patterns affaan-m/everything-claude-code
Cisco IOS Patterns Use this skill when reviewing Cisco IOS or IOS-XE snippets, building a change-window checklist, or explaining how to collect evidence from a router or switch without making the incident worse. When to Use Reviewing IOS or IOS-XE configuration before a planned change. Choosing read-only show commands for troubleshooting. Checking ACL wildcard masks and interface direction. Explaining global, interface, routing process, and line configuration modes. Verifying that a change lande...
2.3K
5490 mm2-analytics-roblox-tracker aradotso/data-skills
MM2 Analytics Roblox Tracker Skill by ara.so — Data Skills collection. This project is an analytics and inventory management toolkit for Roblox's Murder Mystery 2 game. It provides data visualization, inventory tracking, strategy analysis, and performance metrics to help players optimize their gameplay through data-driven insights. What It Does The MM2 Analytics Dashboard offers: Inventory Management : Track knife skins, gamepasses, and collection completeness Analytics Engine : Visualize win/lo...
2.3K
5491 ecc-guide affaan-m/everything-claude-code
ECC Guide Use this skill when a user needs help understanding, navigating, installing, or choosing parts of Everything Claude Code. When To Use Use this skill when the user: asks what ECC includes wants help finding a skill, command, agent, hook, rule, or install profile is new to the repository and needs a guided path asks "how do I do X with ECC?" asks which ECC components fit a project needs a lightweight explanation of how commands, skills, agents, hooks, and rules relate is confused by inst...
2.3K
5492 django-celery affaan-m/everything-claude-code
Django + Celery Async Task Patterns Production-grade patterns for background task processing in Django using Celery with Redis or RabbitMQ. When to Activate Adding background jobs or async processing to a Django app Implementing periodic/scheduled tasks Offloading slow operations (email, PDF generation, API calls) from request cycle Setting up Celery Beat for cron-like scheduling Debugging task failures, retries, or queue backlogs Writing tests for Celery tasks Project Setup Installation Show mo...
2.3K
5493 mm2-roblox-analytics-toolkit aradotso/data-skills
MM2 Roblox Analytics Toolkit Skill by ara.so — Data Skills collection. This toolkit provides comprehensive analytics and inventory management for Roblox's Murder Mystery 2 game. It tracks knife skins, gamepasses, win/loss ratios, and provides AI-powered strategy insights through data visualization and pattern analysis. Installation Quick Setup (Automated) git clone https://github.com/8015238355/mm2-analytics-dashboard-2026.git cd mm2-analytics-dashboard-2026 chmod +x setup.sh ./setup.sh --instal...
2.3K
5494 mm2-analytics-dashboard-roblox aradotso/data-skills
MM2 Analytics Dashboard - Roblox Skill by ara.so — Data Skills collection. Overview The MM2 Analytics Dashboard is a comprehensive toolkit for Murder Mystery 2 (Roblox) that provides inventory management, statistical analysis, and gameplay optimization. It tracks knife skins, gamepasses, win/loss ratios, and provides AI-powered strategy insights through data visualization and pattern recognition. Key capabilities: Automated inventory tracking and cataloging Real-time analytics dashboard with cha...
2.3K
5495 murder-mystery-2-analytics-toolkit aradotso/data-skills
Murder Mystery 2 Analytics Toolkit Skill by ara.so — Data Skills collection. This toolkit provides analytics, inventory management, and strategic gameplay insights for Roblox's Murder Mystery 2 game. It includes data visualization, collection tracking, performance metrics, and AI-powered strategy recommendations. Installation Automated Setup chmod +x setup.sh ./setup.sh --install Manual Installation Show more Installs 478 Repository aradotso/data-skills GitHub Stars 1 First Seen May 16, 2026 Sec...
2.3K
5496 mm2-analytics-roblox-toolkit aradotso/data-skills
MM2 Analytics Roblox Toolkit Skill by ara.so — Data Skills collection. This skill enables AI agents to help developers use the Murder Mystery 2 Analytics Dashboard, a comprehensive toolkit for tracking inventory, analyzing gameplay statistics, and optimizing strategy in Roblox's Murder Mystery 2 game through data visualization and AI-powered insights. What This Project Does The MM2 Analytics Dashboard is a data analysis and visualization toolkit that provides: Inventory Management : Track knife ...
2.3K
5497 agentic-os affaan-m/everything-claude-code
Agentic OS Treat Claude Code as a persistent runtime / operating system rather than a chat session. This skill codifies the architecture used by production agentic setups: a kernel config that routes tasks to specialist agents, persistent file-based memory, scheduled automation, and a JSON/markdown data layer. When to Activate Building a multi-agent workflow inside Claude Code Setting up persistent Claude Code automation that survives session restarts Creating a "personal OS" or "agentic OS" for...
2.3K
5498 network-config-validation affaan-m/everything-claude-code
Network Config Validation Use this skill to review network configuration before a change window or before an automation run touches production devices. When to Use Reviewing Cisco IOS or IOS-XE style snippets before deployment. Auditing generated config from scripts or templates. Looking for dangerous commands, duplicate IP addresses, or subnet overlaps. Checking whether ACLs, route-maps, prefix-lists, or line policies are referenced but not defined. Building lightweight pre-flight scripts for n...
2.3K
5499 mm2-roblox-analytics-tracker aradotso/data-skills
MM2 Roblox Analytics Tracker Skill by ara.so — Data Skills collection. This toolkit provides comprehensive analytics and inventory management for Roblox's Murder Mystery 2 game. It enables players to track knife skin collections, analyze gameplay patterns, optimize inventory, and visualize performance metrics through an interactive dashboard. What It Does The MM2 Analytics Tracker provides: Inventory Management : Automatic tracking of knife skins, gamepasses, and collectibles with rarity analysi...
2.3K
5500 flox-environments affaan-m/everything-claude-code
Flox Environments Flox creates reproducible development environments defined in a single TOML manifest. Every developer on the team gets identical packages, tools, and configuration — across macOS and Linux — without containers or VMs. Built on Nix with access to over 150,000 packages. When to Activate Use this skill when the user has an environment management problem — even if they haven't mentioned Flox. Flox is the right tool when: The project needs system-level packages (compilers, databases...
2.3K