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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,096
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
3501 sf-apex jaganpro/sf-skills
sf-apex: Salesforce Apex Code Generation and Review Expert Apex developer specializing in clean code, SOLID principles, and 2025 best practices. Generate production-ready, secure, performant, and maintainable Apex code. Core Responsibilities Code Generation: Create Apex classes, triggers (TAF), tests, async jobs from requirements Code Review: Analyze existing Apex for best practices violations with actionable fixes Validation & Scoring: Score code against 8 categories (0-150 points) Deployment...
1.3K
3502 gsd-2-agent-framework aradotso/trending-skills
GSD 2 — Autonomous Spec-Driven Agent Framework Skill by ara.so — Daily 2026 Skills collection GSD 2 is a standalone CLI that turns a structured spec into running software autonomously. It controls the agent harness directly — managing fresh context windows per task, git worktree isolation, crash recovery, cost tracking, and stuck detection — rather than relying on LLM self-loops. One command, walk away, come back to a built project with clean git history. Installation npm install -g gsd-pi Requi...
1.3K
3503 daily-stock-analysis aradotso/trending-skills
Daily Stock Analysis (股票智能分析系统) Skill by ara.so — Daily 2026 Skills collection. LLM-powered stock analysis system for A-share, Hong Kong, and US markets. Automatically fetches quotes, news, and fundamentals, generates AI decision dashboards with buy/sell targets, and pushes results to WeChat/Feishu/Telegram/Discord/Email on a schedule via GitHub Actions — zero server cost. What It Does AI Decision Dashboard : One-line conclusion + precise buy/sell/stop-loss prices + checklist per stock Multi-mar...
1.3K
3504 memory-setup sundial-org/awesome-openclaw-skills
Memory Setup Skill Transform your agent from goldfish to elephant. This skill helps configure persistent memory for Moltbot/Clawdbot. Quick Setup 1. Enable Memory Search in Config Add to ~/.clawdbot/clawdbot.json (or moltbot.json ): { "memorySearch" : { "enabled" : true , "provider" : "voyage" , "sources" : [ "memory" , "sessions" ] , "indexMode" : "hot" , "minScore" : 0.3 , "maxResults" : 20 } } 2. Create Memory Structure In your workspace, create: workspace/ ├── MEMORY.md Long-te...
1.3K
3505 gtm-enterprise-account-planning github/awesome-copilot
Enterprise Account Planning Strategic account planning and execution for enterprise deals. Turn complex sales cycles into systematic wins — or at least know when they're dying before you waste months. When to Use Triggers: "How do I plan this enterprise deal?" "This deal has been in motion 3 months, why isn't it closing?" "Should I create a full account plan or simplified version?" "How do I know if this deal is actually moving?" "MEDDICC qualification" "Building a mutual action plan" Context: S...
1.3K
3506 web-development tencentcloudbase/skills
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
1.3K
3507 mongodb hoodini/ai-agents-skills
MongoDB & Mongoose Build and query MongoDB databases with best practices. Quick Start npm install mongodb mongoose Native Driver import { MongoClient, ObjectId } from 'mongodb'; const client = new MongoClient(process.env.MONGODB_URI!); const db = client.db('myapp'); const users = db.collection('users'); // Connect await client.connect(); // CRUD Operations await users.insertOne({ name: 'Alice', email: 'alice@example.com' }); const user = await users.findOne({ email: 'alice@example.com' });...
1.3K
3508 monitoring-operations acedergren/oci-agent-skills
OCI Monitoring and Observability - Expert Knowledge 🏗️ Use OCI Landing Zone Terraform Modules Don't reinvent the wheel. Use oracle-terraform-modules/landing-zone for observability stack. Landing Zone solves: ❌ Bad Practice 10: No logging, monitoring, notifications (Landing Zone deploys complete observability) ❌ Bad Practice 7: Limited security services (Landing Zone integrates Cloud Guard, VSS, OSMS) This skill provides : Metrics, alarms, and troubleshooting for monitoring deployed WITHIN a Land...
1.3K
3509 gtm-enterprise-onboarding github/awesome-copilot
Enterprise Onboarding Four-phase framework for onboarding enterprise customers from contract to value realization. The goal isn't just go-live — it's sustained adoption that doesn't cliff at Week 12. When to Use Triggers: "How do we onboard this enterprise customer?" "Customer went live but adoption is weak" "We keep losing customers 3 months after go-live" "POC to production transition" "How do I prevent Week 4 ghosting?" "Customer success onboarding framework" Context: Enterprise or mid-market...
1.3K
3510 paperclip-ai-orchestration aradotso/trending-skills
Paperclip AI Orchestration Skill by ara.so — Daily 2026 Skills collection. Paperclip is an open-source Node.js + React platform that runs a company made of AI agents . It provides org charts, goal alignment, ticket-based task management, budget enforcement, heartbeat scheduling, governance, and a full audit log — so you manage business outcomes instead of individual agent sessions. Installation Quickstart (recommended) npx paperclipai onboard --yes This clones the repo, installs dependencies, se...
1.3K
3511 gtm-board-and-investor-communication github/awesome-copilot
Board and Investor Communication Structure board meetings, investor updates, and executive communication that builds trust and drives decisions — not slide decks that nobody reads. When to Use Triggers: "How do I prepare for our board meeting?" "What should go in our investor update?" "We missed our numbers, how do we communicate this?" "Board deck structure" "How often should we update investors?" "Our board meetings aren't productive" Context: Seed through growth-stage companies Board meeting ...
1.3K
3512 database-design sickn33/antigravity-awesome-skills
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
1.3K
3513 banner-creator resciencelab/opc-skills
Banner Creator Skill Create professional banners through AI image generation with an iterative design process. Prerequisites Required API Keys (set in environment): GEMINI_API_KEY - Get from Google AI Studio Required Skills: nanobanana - AI image generation (Gemini 3 Pro Image) File Output Location All generated files should be saved to the .skill-archive directory: .skill-archive/banner-creator/<yyyy-mm-dd-summaryname>/ Example: .skill-archive/banner-creator/2026-01-19-opc-banner/ ...
1.3K
3514 liteparse run-llama/llamaparse-agent-skills
LiteParse Skill Parse unstructured documents (PDF, DOCX, PPTX, XLSX, images, and more) locally with LiteParse: fast, lightweight, no cloud dependencies or LLM required. Initial Setup When this skill is invoked, respond with: I'm ready to use LiteParse to parse files locally. Before we begin, please confirm that: - `@llamaindex/liteparse` is installed globally (`npm i -g @llamaindex/liteparse`) - The `lit` CLI command is available in your terminal If both are set, please provide: 1. One or more f...
1.3K
3515 backtesting-trading-strategies gracefullight/stock-checker
Backtesting Trading Strategies Overview Validate trading strategies against historical data before risking real capital. This skill provides a complete backtesting framework with 8 built-in strategies, comprehensive performance metrics, and parameter optimization. Key Features: 8 pre-built trading strategies (SMA, EMA, RSI, MACD, Bollinger, Breakout, Mean Reversion, Momentum) Full performance metrics (Sharpe, Sortino, Calmar, VaR, max drawdown) Parameter grid search optimization Equity curve vis...
1.3K
3516 enterprise-sales refoundai/lenny-skills
Enterprise Sales Help the user navigate enterprise sales using frameworks from 9 product leaders who have closed large enterprise deals at companies from Stripe to Superhuman. How to Help When the user asks for help with enterprise sales: Identify the stage - Determine if they're prospecting, in discovery, navigating procurement, or closing Map the buying committee - Help them identify the champion, economic buyer, and other stakeholders Address indecision - Focus on overcoming customer fear of ...
1.3K
3517 gtm-developer-ecosystem github/awesome-copilot
Developer Ecosystem Build and scale developer-led adoption through ecosystem programs, community, and partnerships. Focus on what actually drives adoption, not vanity metrics. When to Use Triggers: "How do we build a developer ecosystem?" "Should we curate quality or go open?" "Developer community isn't growing" "Nobody's building on our API" "How do we compete with larger platforms?" Context: API platforms and developer tools Products with extensibility (plugins, integrations) Developer-first G...
1.3K
3518 day1-onboarding ai-native-camp/camp-2
Day 1: Onboarding 이 스킬이 호출되면 아래 STOP PROTOCOL 을 반드시 따른다. STOP PROTOCOL — 절대 위반 금지 이 프로토콜은 이 스킬의 최우선 규칙이다. 아래 규칙을 위반하면 수업이 망가진다. 각 블록은 반드시 2턴에 걸쳐 진행한다 ┌─ Phase A (첫 번째 턴) ──────────────────────────────┐ │ 1. references/에서 해당 블록 파일의 EXPLAIN 섹션을 읽는다 │ │ 2. 기능을 설명한다 │ │ 3. references/에서 해당 블록 파일의 EXECUTE 섹션을 읽는다 │ │ 4. "지금 직접 실행해보세요"라고 안내한다 │ │ 5. ⛔ 여기서 반드시 STOP. 턴을 종료한다. │ │ ...
1.3K
3519 design-systems refoundai/lenny-skills
Design Systems Help the user build and scale design systems using frameworks from 4 product leaders who have built design systems at companies like Figma and Airbnb. How to Help When the user asks for help with design systems: Assess the need - Determine if they need consistency, speed, or both, and whether they're at the right stage for a design system Define the scope - Clarify whether they need a component library, design tokens, documentation, or all three Design for adoption - Help them mak...
1.3K
3520 nuxt-better-auth onmax/nuxt-skills
Nuxt Better Auth Authentication module for Nuxt 4+ built on Better Auth. Provides composables, server utilities, and route protection. Alpha Status: This module is currently in alpha (v0.0.2-alpha.14) and not recommended for production use. APIs may change. When to Use Installing/configuring @onmax/nuxt-better-auth Implementing login/signup/signout flows Protecting routes (client and server) Accessing user session in API routes Integrating Better Auth plugins (admin, passkey, 2FA) Setting up ...
1.3K
3521 google-drive membranedev/application-skills
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
1.3K
3522 docx tfriedel/claude-office-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
1.3K
3523 shannon-ai-pentester aradotso/trending-skills
Shannon AI Pentester Skill by ara.so — Daily 2026 Skills collection. Shannon is an autonomous, white-box AI pentester for web applications and APIs. It reads your source code to identify attack vectors, then executes real exploits (SQLi, XSS, SSRF, auth bypass, authorization flaws) against a live running application — only reporting vulnerabilities with a working proof-of-concept. How It Works Reconnaissance — Nmap, Subfinder, WhatWeb, and Schemathesis scan the target Code Analysis — Shannon rea...
1.3K
3524 memory-optimize kochetkov-ma/claude-brewcode
Plugin: kochetkov-ma/claude-brewcode Memory Optimizer Optimizes Claude Code auto-memory files in 4 interactive steps : removes duplicates, migrates rules to proper config files, compresses remaining entries, validates the result. Typical reduction: 30–50% token count in memory files. Auto-memory stores context across sessions in ~/.claude/projects//memory/MEMORY.md . Enable: CLAUDE_CODE_DISABLE_AUTO_MEMORY=0 · Disable: CLAUDE_CODE_DISABLE_AUTO_MEMORY=1 Benefits: faster context loading · no dupli...
1.3K
3525 gtm-partnership-architecture github/awesome-copilot
Partnership Architecture Build and scale partner ecosystems that drive revenue and platform adoption. These aren't theory — they're patterns from building partner programs that drove 8-figure ARR and observing partnerships with real economic commitment. When to Use Triggers: "How do I structure a partner program?" "Should we build this or partner for it?" "Partner-led vs direct sales motion" "Ecosystem strategy" "How to recruit and tier partners" "Co-marketing with partners" "When does a partner...
1.3K
3526 conducting-user-interviews refoundai/lenny-skills
Conducting User Interviews Help the user run better discovery conversations and extract real insights using techniques from 43 product leaders. How to Help When the user asks for help with user interviews: Understand their goal - Ask what they're trying to learn (validating a problem, testing a solution, understanding behavior, pricing research) Help them prepare - Suggest questions, warn against common mistakes, help them find the right participants Coach on technique - Share principles for get...
1.3K
3527 confluence membranedev/application-skills
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
1.3K
3528 pricing-strategy refoundai/lenny-skills
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting 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. Gather this con...
1.3K
3529 sf-lwc jaganpro/sf-skills
Expert frontend engineer specializing in Lightning Web Components for Salesforce. Generate production-ready LWC components using the PICKLES Framework for architecture, with proper data binding, Apex/GraphQL integration, event handling, SLDS 2 styling, and comprehensive Jest tests. Core Responsibilities - Component Scaffolding: Generate complete LWC bundles (JS, HTML, CSS, meta.xml) - PICKLES Architecture: Apply structured design methodology for robust components - Wire Service Patterns: Im...
1.3K
3530 analyzing-user-feedback refoundai/lenny-skills
Analyzing User Feedback Help the user extract actionable insights from customer feedback using techniques from 56 product leaders. How to Help When the user asks for help analyzing feedback: Understand their sources - Ask where feedback is coming from (NPS, support, sales, social, interviews) Help identify patterns - Assist in clustering feedback into themes and prioritizing by frequency and impact Challenge surface-level interpretations - Push them to find root causes, not just stated complaint...
1.3K
3531 akshare succ985/openclaw-akshare-skill
AkShare - Chinese Financial Data Overview AkShare is a free, open-source Python library for accessing Chinese financial market data. This skill provides guidance for fetching data from Chinese exchanges including Shanghai Stock Exchange, Shenzhen Stock Exchange, Hong Kong Exchange, and more. Quick Start Install AkShare: pip install akshare Basic stock quote: import akshare as ak df = ak . stock_zh_a_spot_em ( ) Real-time A-share data Stock Data A-Shares (A股) Real-time quotes: All A-shares real...
1.3K
3532 launch-marketing refoundai/lenny-skills
Launch Marketing Help the user plan and execute effective product launches using strategies from 26 product leaders. How to Help When the user asks for help with a product launch: Understand the launch type - Ask whether this is a company launch, funding announcement, major feature, or incremental release. Different types require different approaches Clarify goals - Determine the primary objective: customer acquisition, recruiting, fundraising, feedback, or partnership opportunities Assess readi...
1.3K
3533 gtm-operating-cadence github/awesome-copilot
Operating Cadence The meeting structure that worked at 30 people collapses at 100. What worked at 100 collapses at 300. The failure mode is always the same: too many people in too many meetings making too few decisions. When to Use Triggers: "Our meetings don't produce decisions" "We're growing but alignment is getting worse" "How often should we meet?" "Nobody knows what's happening across functions" "Decisions take forever" "Leadership is in meetings all day" Context: Companies scaling from 20...
1.3K
3534 measuring-product-market-fit refoundai/lenny-skills
Measuring Product-Market Fit Help the user assess and achieve product-market fit using frameworks from 46 product leaders. How to Help When the user asks about product-market fit: Understand their stage - Ask how many customers they have, what their retention looks like, and what signals they're seeing (or not seeing) Diagnose the situation - Determine if they're confusing vanity metrics with PMF, if they have PMF in a specific segment, or if they're clearly pre-PMF Apply the right framework - H...
1.3K
3535 retention-engagement refoundai/lenny-skills
Retention & Engagement Help the user improve retention and engagement using frameworks from 29 product leaders. How to Help When the user asks for help with retention: Understand the retention curve - Ask about their current retention shape and where drop-off occurs Identify the aha moment - Help them define what first experience of value looks like for their users Assess habit formation - Determine if they're building for habitual vs. occasional use Design retention loops - Create mechanisms th...
1.3K
3536 microsoft-sharepoint membranedev/application-skills
Microsoft Sharepoint Microsoft SharePoint is a web-based collaboration and document management platform. It's primarily used by organizations of all sizes to store, organize, share, and access information from any device. Think of it as a central repository for files and a tool for team collaboration. Official docs: https://learn.microsoft.com/sharepoint/dev/ Microsoft Sharepoint Overview Site List ListItem File Folder User When to use which actions: Use action names and parameters as needed. Wo...
1.3K
3537 flutter-testing madteacher/mad-agents-skills
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
1.3K
3538 notion-knowledge-capture openai/skills
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
1.3K
3539 nestjs giuseppe-trisciuoglio/developer-kit
NestJS Framework with Drizzle ORM When to Use Building REST APIs or GraphQL servers with NestJS Setting up authentication and authorization Implementing middleware, guards, or interceptors Working with databases (TypeORM, Drizzle ORM) Creating microservices architecture Writing unit and integration tests Setting up OpenAPI/Swagger documentation Core Architecture Module Structure import { Module } from '@nestjs/common'; @Module({ imports: [/* other modules */], controllers: [/* controllers *...
1.3K
3540 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...
1.3K
3541 mcp-deepwiki aahl/skills
DeepWiki The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin). MCP Server URL : https://mcp.deepwiki.com/mcp Ask Question (Recommended) The tool's results are generated by AI, requiring at least 1 minute or more of timeout time. npx -y mcporter call "${MCP_URL}.ask_question" repoName:owner/repo question:"User's questions" Read wiki structure npx -y mcporter call "${MCP_URL}.read_wiki_structure" repoName:owner/repo ...
1.3K
3542 career-transitions refoundai/lenny-skills
Career Transitions Help the user navigate career changes using frameworks from 76 product leaders who have successfully pivoted roles, industries, and career stages. How to Help When the user asks for help with a career transition: Identify the type of move - Determine if they're seeking a new role, new function, new stage, or entirely new path Understand motivations - Uncover the "pushes" (frustrations) and "pulls" (attractions) driving the change Assess readiness signals - Help them evaluate i...
1.3K
3543 report alirezarezvani/claude-skills
Smart Test Reporting Generate test reports that plug into the user's existing workflow. Zero new tools. Steps 1. Run Tests (If Not Already Run) Check if recent test results exist: ls -la test-results/ playwright-report/ 2 > /dev/null If no recent results, run tests: npx playwright test --reporter = json,html,list 2 > &1 | tee test-output.log 2. Parse Results Read the JSON report: npx playwright test --reporter = json 2 > /dev/null Extract: Total tests, passed, failed, skipped, flaky Duration per...
1.3K
3544 nextjs-performance giuseppe-trisciuoglio/developer-kit
Next.js Performance Optimization Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices. Overview This skill provides comprehensive guidance for optimizing Next.js applications. It covers Core Web Vitals optimization (LCP, INP, CLS), modern React patterns, Server Components, caching strategies, and bundle optimization techniques. Designed for developers already familiar with React/Next.js who want to implement production-grade optim...
1.3K
3545 yeet paulrberg/agent-skills
GitHub Contribution Workflows Facilitate GitHub-based open source contribution workflows including pull requests, issues, and discussions. Emphasizes semantic analysis over mechanical operations — understand the intent and context of changes before generating titles, descriptions, or selecting templates. All generated content should be conversational and informal. Prerequisites Verify GitHub CLI authentication before any workflow: gh auth status For pull request workflows, also verify: Working t...
1.3K
3546 paperclip-create-plugin paperclipai/paperclip
Create a Paperclip Plugin Use this skill when the task is to create, scaffold, or document a Paperclip plugin. 1. Ground rules Read these first when needed: doc/plugins/PLUGIN_AUTHORING_GUIDE.md packages/plugins/sdk/README.md doc/plugins/PLUGIN_SPEC.md only for future-looking context Current runtime assumptions: plugin workers are trusted code plugin UI is trusted same-origin host code worker APIs are capability-gated plugin UI is not sandboxed by manifest capabilities no host-provided shared pl...
1.3K
3547 init alirezarezvani/claude-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 (...
1.3K
3548 extract alirezarezvani/claude-skills
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
1.3K
3549 cloud browser-use/browser-use
Cloud Architecture Diagram Generator Quick Start: Choose cloud provider → Declare stencil icons → Group into VPC/region zones → Connect with arrow syntax → Wrap in ```plantuml fence. ⚠️ IMPORTANT: Always use ```plantuml or ```puml code fence. NEVER use ```text — it will NOT render as a diagram. Critical Rules Every diagram starts with @startuml and ends with @enduml Use left to right direction for typical cloud architectures (data flows left→right) Use mxgraph.* stencil syntax for cloud service ...
1.3K
3550 nx-import nrwl/nx-ai-agents-config
name: nx-import description: Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository. Quick Start nx import brings code from a source repository or folder into the current workspace, preserving commit history. After nx 22.6.0 , nx import responds with .ndjson outputs and follow-up questions. For earlier versions, always run with --no-interactive and s...
1.3K