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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,414
总 Skills
34.3M
总安装量
2,438
贡献者
# Skill 仓库 描述 安装量
5301 eventkit-calendar dpearson2699/swift-ios-skills
EventKit — Calendar & Reminders Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key ...
416
5302 seo-fundamentals davila7/claude-code-templates
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
416
5303 software-architecture-design vasilyu1983/ai-agents-public
Software Architecture Design — Quick Reference Use this skill for system-level design decisions rather than implementation details within a single service or component. Quick Reference Task Pattern/Tool Key Resources When to Use Choose architecture style Layered, Microservices, Event-driven, Serverless modern-patterns.md Greenfield projects, major refactors Design for scale Load balancing, Caching, Sharding, Read replicas scalability-reliability-guide.md High-traffic systems, performance goals E...
416
5304 rpi boshu2/agentops
/rpi — Full RPI Lifecycle Orchestrator Quick Ref: One command, full lifecycle. Discovery → Implementation → Validation. The session is the lead; sub-skills manage their own teams. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Runtime Rule (Native Orchestration Only) /rpi MUST orchestrate /research , /plan , /pre-mortem , /crank , /vibe , and /post-mortem directly in-session. Do not hand orchestration to external RPI wrapper commands. Quick Start /rpi "add user authentication" full li...
416
5305 news-search brave/brave-search-skills
News Search Requires API Key : Get one at https://api.search.brave.com Plan : Included in the Search plan. See https://api-dashboard.search.brave.com/app/subscriptions/subscribe Quick Start (cURL) Basic Search curl -s "https://api.search.brave.com/res/v1/news/search?q=space+exploration" \ -H "Accept: application/json" \ -H "X-Subscription-Token: ${BRAVE_SEARCH_API_KEY} " Recent News (Past 24 Hours) curl -s "https://api.search.brave.com/res/v1/news/search" \ -H "Accept: application/json" \ -H "X-...
416
5306 grepai-search-boosting yoanbernabeu/grepai-skills
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code. When to Use This Skill - Prioritizing source code over tests - Penalizing vendor/third-party code - Boosting important directories - Customizing result ranking What is Boosting? Boosting modifies search scores based on file paths: ``` Original score: 0.85 (src/auth.go) Bonus (+10%): 0.935 Original score: 0.85 (tests/auth_test.go) Penalty (-50%): 0.425 ``` T...
416
5307 go-naming cxuu/golang-skills
Go Naming Conventions Normative: Core naming rules (MixedCaps, no underscores) are required per Google's canonical Go style guide. Advisory guidance provides best practices for clarity and maintainability. Core Principle Names should: Not feel repetitive when used Take context into consideration Not repeat concepts that are already clear Naming is more art than science—Go names tend to be shorter than in other languages. MixedCaps (Required) Normative: All Go identifiers must use MixedCap...
416
5308 react lobehub/lobe-chat
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
416
5309 validate-idea slavingia/skills
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user validate their business idea before they write a single line of code or spend a dollar. Core Principle Validation happens through selling, not building. Most founders spend months building a product nobody wants. Instead, validate by selling a manual version of your solution first. The Minimalist Validation Process Step 1: Define the Problem (not the solution) Ask the user: Who sp...
416
5310 m07-concurrency actionbook/rust-skills
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Error Don't Just Say Ask Instead E0277 Send "Add Send bound" Should this type cross threads? E0277 Sync "Wrap in Mutex" Is shared access really needed? Future not Send "Use spawn_local" Is async the right choice? Deadlock...
416
5311 omx supercent-io/skills-template
oh-my-codex (OMX) - Multi-Agent Orchestration for Codex CLI When to use this skill Orchestrating complex multi-agent workflows with OpenAI Codex CLI Running parallel team workers in tmux for coordinated task execution Using persistent MCP servers for state, memory, and code intelligence Executing staged pipelines (plan → prd → exec → verify → fix) Leveraging role-based agent prompts for specialized tasks 1. Core Concepts Role Prompts (30 Agents) Agent Tier Agents Use Case Core Development archit...
415
5312 session-compression bobmatnyc/claude-mpm-skills
AI Session Compression Techniques Summary Compress long AI conversations to fit context windows while preserving critical information. Session compression enables production AI applications to manage multi-turn conversations efficiently by reducing token usage by 70-95% through summarization, embedding-based retrieval, and intelligent context management. Achieve 3-20x compression ratios with minimal performance degradation. Key Benefits: Cost Reduction: 80-90% token cost savings through hier...
415
5313 skill-creator getsentry/skills
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...
415
5314 email-systems sickn33/antigravity-awesome-skills
Email Systems You are an email systems engineer who has maintained 99.9% deliverability across millions of emails. You've debugged SPF/DKIM/DMARC, dealt with blacklists, and optimized for inbox placement. You know that email is the highest ROI channel when done right, and a spam folder nightmare when done wrong. You treat deliverability as infrastructure, not an afterthought. Patterns Transactional Email Queue Queue all transactional emails with retry logic and monitoring Email Event Trackin...
415
5315 environment-setup-guide sickn33/antigravity-awesome-skills
Environment Setup Guide Overview Help developers set up complete development environments from scratch. This skill provides step-by-step guidance for installing tools, configuring dependencies, setting up environment variables, and verifying the setup works correctly. When to Use This Skill Use when starting a new project and need to set up the development environment Use when onboarding new team members to a project Use when switching to a new machine or operating system Use when troubleshoot...
415
5316 vibe boshu2/agentops
Vibe Skill Purpose: Is this code ready to ship? Three steps: Complexity analysis — Find hotspots (radon, gocyclo) Bug hunt audit — Systematic sweep for concrete bugs Council validation — Multi-model judgment Quick Start /vibe validates recent changes /vibe recent same as above /vibe src/auth/ validates specific path /vibe --quick recent fast inline check, no agent spawning /vibe --deep recent 3 judges instead of 2 /vibe --sweep recent deep audit: per-file explorers + council /vibe --mixed ...
415
5317 systematic-literature-review huangwb8/chineseresearchlatex
Systematic Literature Review 最高原则:AI 不得为赶进度偷懒或短视,必须以最佳可用证据与写作质量完成综述;遇到不确定性需明确说明处理方式。 角色 你是一位享誉国际的学术论文写作专家,擅长撰写高质量、逻辑严密且具有批判性思维的文献综述。你拥有深厚的跨学科背景,精通 Web of Science, PubMed, IEEE Xplore 等各种数据库的检索逻辑,能够从海量信息中提取核心观点并识别研究空白。你的核心能力是: 深度合成(Synthesis):不仅仅是罗列摘要,而是通过对比、分类和整合,展现研究领域的发展脉络。 批判性评估(Critical Appraisal):能够指出现有研究的局限性、矛盾点以及方法论上的优缺点。 逻辑架构(Logical Structuring):擅长按时间顺序、主题分类或理论框架组织内容。 学术规范(Academic Standards):严格遵循学术语气,确保引用准确。 触发条件 用户要求系统综述/文献综述/related work/相关工作/文献调研,并期望 LaTeX+BibTeX 产出(PDF/Word 强制)...
415
5318 domain-architecture kostja94/marketing-skills
Strategy: Domain Architecture Guides domain structure decisions for multiple products or brands: subfolder (subdirectory), subdomain, or independent domain. Covers brand architecture (Branded House vs House of Brands) and Hub-Spoke principles when multiple domains coexist. See domain-selection for initial domain choice (Brand/PMD/EMD, TLD); website-structure for single-domain page planning; rebranding-strategy for domain change and migration; multi-domain-brand-seo for brand search optimization....
415
5319 asc-app-create-ui rudrankriyam/asc-skills
asc app create (UI automation) Use this skill to create a new App Store Connect app by driving the web UI. This is opt-in, local-only automation that requires the user to be signed in. Preconditions A browser automation tool is available (Playwright, Cursor browser MCP, or equivalent). User is signed in to App Store Connect (or can complete login + 2FA). The bundle ID must already be registered in the Apple Developer portal. Required inputs are known: app name (max 30 characters) bundle ID (must...
415
5320 owasp-security agamm/claude-code-owasp
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
415
5321 paseo-handoff getpaseo/paseo
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
415
5322 paseo getpaseo/paseo
Paseo CLI Commands Use these CLI commands to manage agents: List agents (directory-scoped by default) paseo ls Only shows agents for current directory paseo ls -g All agents across all projects (global) paseo ls --json JSON output for parsing Create and run an agent (blocks until completion by default, no timeout) paseo run --mode bypass "<prompt>" paseo run --mode bypass --name "Task Name" "<prompt>" paseo run --mode bypass --model opus "<prompt>" paseo run --mode full-access --provider co...
415
5323 cloudflare-d1 jezweb/claude-skills
Cloudflare D1 Database Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): Nov 2025: Jurisdiction support (data localization compliance), remote bindings GA (wrangler@4.37.0+), automatic resource provisioning Sept 2025: Automatic read-only query retries (up to 2 attempts), remote bindings public beta July 2025: Storage limits increased (250GB ...
414
5324 latex-posters davila7/claude-code-templates
LaTeX Research Posters Overview Research posters are a critical medium for scientific communication at conferences, symposia, and academic events. This skill provides comprehensive guidance for creating professional, visually appealing research posters using LaTeX packages. Generate publication-quality posters with proper layout, typography, color schemes, and visual hierarchy. When to Use This Skill This skill should be used when: Creating research posters for conferences, symposia, or post...
414
5325 cloudkit-sync dpearson2699/swift-ios-skills
CloudKit and iCloud Sync Sync data across devices using CloudKit, iCloud key-value storage, and iCloud Drive. Covers container setup, record CRUD, queries, subscriptions, CKSyncEngine, SwiftData integration, conflict resolution, and error handling. Targets iOS 26+ with Swift 6.2; older availability noted where relevant. Contents Container and Database Setup CKRecord CRUD CKQuery CKSubscription CKSyncEngine (iOS 17+) SwiftData + CloudKit NSUbiquitousKeyValueStore iCloud Drive File Sync Account St...
414
5326 storybook-story-writing thebushidocollective/han
Storybook - Story Writing Write well-structured, maintainable Storybook stories using Component Story Format 3 (CSF3) that showcase component variations and ensure consistent rendering. Key Concepts Component Story Format 3 (CSF3) CSF3 is the modern Storybook format that uses object syntax for stories: import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, parameters: { layout: 'cente...
414
5327 complexity boshu2/agentops
Complexity Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Analyze code complexity to identify refactoring targets. Execution Steps Given /complexity [path] : Step 1: Determine Target If path provided: Use it directly. If no path: Use current directory or recent changes: git diff --name-only HEAD~5 2 > /dev/null | grep -E '\.(py|go)$' | head -10 Step 2: Detect Language Check for Python files ls *.py /*.py 2 > /dev/null | head -1 && echo "Python detected" Check for Go files ls *....
414
5328 implement boshu2/agentops
Implementation Verification-driven coding with tight feedback loops. Distilled from 21,321 tracked operations across 64+ projects, 612 debugging sessions, and 2,476 conversation histories. These are the patterns that consistently ship working code. Core insight: 2-3 edits then verify. 73% of fixes go unverified — that's the 1 quality gap. The difference between a clean session and a debugging spiral is verification cadence. The Sequence Every implementation follows the same macro-sequence, regar...
414
5329 brains-trust jezweb/claude-skills
Brains Trust Consult other leading AI models for a second opinion. Not limited to code — works for architecture, strategy, prompting, debugging, writing, or any question where a fresh perspective helps. Defaults (When User Just Says "Brains Trust") If the user triggers this skill without specifying what to consult about, apply these defaults: Pattern : Consensus (2 models from different providers) — it's called "brains trust", not "single opinion" Scope : Whatever Claude has been working on in t...
414
5330 tailwind-patterns davila7/claude-code-templates
Tailwind CSS Component Patterns Status : Production Ready ✅ Last Updated : 2026-01-14 Tailwind Compatibility : v3.x and v4.x Source : Production projects, shadcn/ui patterns Quick Start Essential Patterns // Section Container < section className = " max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16 sm:py-24 " > { /* content */ } </ section > // Card Base < div className = " bg-card text-card-foreground rounded-lg border border-border p-6 " > { /* content */ } </ div > // Button Primary < button class...
413
5331 book-translation f/prompts.chat
Book Translation Skill This skill guides translation of book content for The Interactive Book of Prompting at prompts.chat. Overview The book has 25 chapters across 7 parts. Translation requires: MDX content files - Full chapter content in src/content/book/{locale}/ JSON translation keys - UI strings, chapter titles, and descriptions in messages/{locale}.json Prerequisites Before starting, identify: Target locale code (e.g., de , fr , es , ja , ko , zh ) Check if locale exists in messages/ direc...
413
5332 r3f-physics enzed/r3f-skills
React Three Fiber Physics (Rapier) Quick Start import { Canvas } from '@react-three/fiber' import { Physics, RigidBody, CuboidCollider } from '@react-three/rapier' import { Suspense } from 'react' function Scene() { return ( <Canvas> <Suspense fallback={null}> <Physics debug> {/* Falling box */} <RigidBody> <mesh> <boxGeometry /> <meshStandardMaterial color="orange" /> </mesh> </RigidBody> ...
413
5333 github-actions dalestudy/skills
GitHub Actions Build Artifacts Overview Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API. When to Apply Use this skill when: Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs. Replacing local-only mobile builds with downloadable CI artifacts. Needing stable...
413
5334 instantdb instantdb/skills
Act as a world-class senior frontend engineer with deep expertise in InstantDB and UI/UX design. Your primary goal is to generate complete and functional apps with excellent visual asthetics using InstantDB as the backend. About InstantDB aka Instant Instant is a client-side database (Modern Firebase) with built-in queries, transactions, auth, permissions, storage, real-time, and offline support. Instant SDKs Instant provides client-side JS SDKs and an admin SDK: @instantdb/core --- vanilla...
413
5335 card kostja94/marketing-skills
Components: Card Layout Guides card layout design for scannable, responsive content display. Cards are self-contained containers that group related content; used in grids for blog posts, products, templates, tools, features, galleries, and integrations. 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 the user asks to skip, go directly to the main output. Card Anatomy Element P...
413
5336 modern-web-development mindrally/skills
Modern Web Development Brandon Fernandez's comprehensive cursor rules for modern web development with TypeScript, Node.js, Next.js 14, React, Supabase, GraphQL, Tailwind CSS, Radix UI, and Shadcn UI. Key Development Principles Code Style and Architecture Write concise, technical responses with accurate TypeScript examples Employ functional, declarative programming while avoiding class-based approaches Prioritize iteration and modularization over code duplication Use descriptive variable names ...
413
5337 web-access-claude-skill aradotso/trending-skills
Web Access Skill for Claude Code Skill by ara.so — Daily 2026 Skills collection. A skill that gives Claude Code complete internet access using three-layer channel dispatch (WebSearch / WebFetch / CDP), Chrome DevTools Protocol browser automation via a local proxy, parallel sub-agent task splitting, and cross-session site experience accumulation. What This Project Does Claude Code ships with WebSearch and WebFetch but lacks: Dispatch strategy — knowing when to use which tool Browser automation — ...
413
5338 ssh openhands/skills
SSH Skill Use SSH for secure remote access, file transfers, and tunneling. Basic Connection Connect to server: ssh user@hostname Connect on specific port: ssh -p 2222 user@hostname Connect with specific identity: ssh -i ~/.ssh/my_key user@hostname SSH Config Config file location: ~/.ssh/config Example config entry: Host myserver HostName 192.168.1.100 User deploy Port 22 IdentityFile ~/.ssh/myserver_key ForwardAgent yes Then connect with just: ssh myserver ...
412
5339 competitor-alternatives sickn33/antigravity-awesome-skills
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. 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...
412
5340 feishu-wiki m1heng/clawdbot-feishu
Feishu Wiki Tool Single tool feishu_wiki for knowledge base operations. Token Extraction From URL https://xxx.feishu.cn/wiki/ABC123def → token = ABC123def Actions List Knowledge Spaces { "action" : "spaces" } Returns all accessible wiki spaces. List Nodes { "action" : "nodes" , "space_id" : "7xxx" } With parent: { "action" : "nodes" , "space_id" : "7xxx" , "parent_node_token" : "wikcnXXX" } Get Node Details { "action" : "get" , "token" : "ABC123def" } Returns: node_token , obj_token , obj_type ,...
412
5341 wechat-miniprogram-skill gourdbaby/wechat-miniprogram-skill
Role: WeChat Mini Program Expert (Native JS) Core Principles You are a Senior Developer specializing in Native WeChat Mini Program development (JavaScript). Priority: Performance, Code Size, and Native Compatibility. Never use: TypeScript, Taro, Uni-app, or any cross-platform frameworks. Technical Specifications Logic: Use ES6+ JavaScript. Always use Arrow Functions for this binding. Wrap asynchronous APIs in Promises or async/await. State Management: Use this.setData(). For performance, always ...
412
5342 vue vercel-labs/json-render
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
412
5343 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...
412
5344 cmux-debug-windows manaflow-ai/cmux
cmux Debug Windows Keep this workflow focused on existing debug windows and menu entries. Do not add a new utility/debug control window unless the user asks explicitly. Workflow Verify debug menu wiring in Sources/cmuxApp.swift under CommandMenu("Debug") . Menu path in app: Debug → Debug Windows → window entry. The Debug menu only exists in DEBUG builds ( ./scripts/reload.sh --tag ... ). Release builds ( reloadp.sh , reloads.sh ) do not show this menu. Keep these actions available in Menu("Debug...
412
5345 quickstart boshu2/agentops
/quickstart One job: Tell a new user what AgentOps does and what to do first. Fast. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Execution Steps Step 1: Detect setup git rev-parse --is-inside-work-tree > /dev/null 2 > &1 && echo "GIT=true" || echo "GIT=false" command -v ao > /dev/null && echo "AO=true" || echo "AO=false" command -v bd > /dev/null && echo "BD=true" || echo "BD=false" [ -d .agents ] && echo "AGENTS=true" || echo "AGENTS=false" Step 2: Show what AgentOps does Output exa...
412
5346 r3f-best-practices emalorenzo/three-agent-skills
Comprehensive guide for React Three Fiber and the Poimandres ecosystem. Contains 70+ rules across 12 categories, prioritized by impact. Sources & Credits Additional tips from [100 Three.js Tips](https://www.utsubo.com/blog/threejs-best-practices-100-tips) by [Utsubo](https://www.utsubo.com) When to Apply Reference these guidelines when: - Writing new R3F components - Optimizing R3F performance (re-renders are the 1 issue) - Using Drei helpers correctly - Managing state with Zustand - ...
412
5347 legal-document-analyzer qodex-ai/ai-agent-skills
Legal Document Analyzer Build intelligent legal document analysis agents that review contracts, identify risks, and provide legal insights. Document Parsing See examples/legal_document_parser.py for LegalDocumentParser: Parse PDF, DOCX, and text documents Extract and structure document content Identify sections, clauses, definitions, parties, and dates Contract Analysis See examples/contract_analyzer.py for ContractAnalyzer: Identify contract type (NDA, employment, service, purchase, lease...
412
5348 native-ads kostja94/marketing-skills
Paid Ads: Native Ads Guides native advertising on Taboola, Outbrain, and content recommendation networks. Native ads blend with publisher content and achieve ~18% higher CTR than display banners. Use this skill when planning or optimizing native ad campaigns. 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 the user asks to skip, go directly to the main output. Initial Assessme...
412
5349 nx-monorepo giuseppe-trisciuoglio/developer-kit
Nx Monorepo Overview Provides comprehensive guidance for working with Nx monorepos in TypeScript/JavaScript projects. Nx is a smart build system with advanced caching, affected command execution, and powerful generators for React, Next.js, NestJS, and more. This skill covers workspace creation, project generation, task execution, caching strategies, Module Federation, and CI/CD integration. When to Use Use this skill when: Creating a new Nx workspace or initializing Nx in an existing project Gen...
412
5350 asc-crash-triage rudrankriyam/asc-skills
asc crash triage Use this skill to fetch, analyze, and summarize TestFlight crash reports, beta feedback, and performance diagnostics. Workflow Resolve the app ID if not provided (use asc apps list ). Fetch data with the appropriate command. Parse JSON output and present a human-readable summary. TestFlight crash reports List recent crashes (newest first): asc crashes --app "APP_ID" --sort -createdDate --limit 10 Filter by build: asc crashes --app "APP_ID" --build "BUILD_ID" --sort -createdDate ...
412