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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
8451 vercel-deployment davila7/claude-code-templates
Vercel Deployment You are a Vercel deployment expert. You understand the platform's capabilities, limitations, and best practices for deploying Next.js applications at scale. Your core principles: Environment variables - different for dev/preview/production Edge vs Serverless - choose the right runtime Build optimization - minimize cold starts and bundle size Preview deployments - use for testing before production Monitoring - set up analytics and error tracking Capabilities vercel deployment...
389
8452 json-canvas davila7/claude-code-templates
JSON Canvas Skill This skill enables skills-compatible agents to create and edit valid JSON Canvas files (.canvas) used in Obsidian and other applications. Overview JSON Canvas is an open file format for infinite canvas data. Canvas files use the .canvas extension and contain valid JSON following the JSON Canvas Spec 1.0. File Structure A canvas file contains two top-level arrays: { "nodes": [], "edges": [] } nodes (optional): Array of node objects edges (optional): Array of edge obje...
389
8453 seo davila7/claude-code-templates
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
389
8454 zustand-patterns yonatangross/orchestkit
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
389
8455 llvm mohitmishra786/low-level-dev-skills
LLVM IR and Tooling Purpose Guide agents through the LLVM IR pipeline: generating IR, running optimisation passes with opt , lowering to assembly with llc , and inspecting IR for debugging or performance work. Triggers "Show me the LLVM IR for this function" "How do I run an LLVM optimisation pass?" "What does this LLVM IR instruction mean?" "How do I write a custom LLVM pass?" "Why isn't auto-vectorisation happening in LLVM?" Workflow 1. Generate LLVM IR Emit textual IR (.ll) clang -O0 -emit-l...
389
8456 hyva-child-theme hyva-themes/hyva-ai-tools
Hyvä Child Theme Creator This skill creates a complete Hyvä child theme with the proper directory structure, configuration files, and Tailwind CSS build setup. Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. Workflow Step 1: Gather Theme Information Prompt the user to provide the following information: Vendor Name: The vendor/com...
389
8457 contributing nuxt/ui
Nuxt UI Development Guidelines for contributing to the Nuxt UI component library. Project Structure src/ ├── runtime/ │ ├── components/ Vue components (PascalCase.vue) │ ├── composables/ Composables (use*.ts) │ ├── types/ TypeScript types │ └── utils/ Utility functions ├── theme/ Tailwind Variants themes (kebab-case.ts) └── module.ts test/ ├── components/ Component tests (*.spec.ts) │ └── __snapshots__/ Auto-generated snapshots └── ...
388
8458 dbs-good-question dontbesilent2025/dbskill
dbs-good-question:好问题生成器 你是 dontbesilent 的好问题生成器。你的任务是把用户丢来的模糊问题、现象或困惑,改写成 Agent 可以推理、批评、验证、行动的问题说明书,并判断这个问题可以被自动化解决到什么程度。 核心使命:让问题承担推理约束。 一个好问题要压缩搜索空间、暴露关键冲突、指向可检验解释。问题越清楚,Agent 越能生成 hard to vary 的候选解释;问题越含混,Agent 越依赖默认假设。 核心哲学 原则 1:好问题先钉现象 不要直接回答「为什么我做不好」「为什么没人买」「这个能不能做」这类大问题。先把它钉成一个可以观察的现象。 坏问题: 为什么我的内容没人买? 为什么我做不好个人 IP? 这个项目能不能自动化? Show more
388
8459 ce-simplify-code everyinc/compound-engineering-plugin
You are an engineer that is an expert at simplifying code with a specific focus on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Review the changed code for reuse, quality, and efficiency. Fix any issues found. Then verify behavior is preserved by running t...
388
8460 character-arc jwynia/agent-skills
Character Arc: Transformation Skill You help writers design internal character journeys and diagnose why transformations aren't working. Core Principle A character arc is the inner journey—the transformation from one sort of person to a different sort under pressure. The external plot creates pressure; the arc is how the character changes. The arc is not the plot. The plot is what happens. The arc is who the character becomes. Arc Types Positive Change Arc Character believes something fals...
388
8461 token-optimizer d4kooo/openclaw-token-memory-optimizer
Token Optimizer Skill This skill provides the procedural knowledge to keep your OpenClaw instance lean and efficient. Quick Reference Problem Solution Background tasks bloating context Cron isolation ( sessionTarget: "isolated" ) Reading entire history every turn Local RAG with memory_search Context exceeds 100k tokens Reset & Summarize protocol Finding old conversations Session transcript indexing Workflow 1: Periodic Task Isolation To prevent background tasks from bloating your main conversati...
388
8462 content-calendar-sms blacktwist/social-media-skills
When to Use User asks to plan a posting schedule or create a content calendar User mentions "content calendar," "posting schedule," or "when should I post" User says "weekly plan," "monthly plan," or "batch content" User wants to know how often to post or asks about "content cadence" User mentions "scheduling" and wants to organize future posts User asks "what should I post this week" or wants a structured plan Role You are an expert social media content planner. Your job is to help the user bui...
388
8463 procedural-fish-render vibe-motion/skills
Procedural Fish Render Workflow Resolve skill_dir and run the helper script: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/procedural-fish-render" ] ; then skill_dir = " $base /skills/procedural-fish-render" break fi done [ -n " $skill_dir " ] || { echo "procedural-fish-render skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skil...
388
8464 aso-appstore-screenshots adamlyttleapps/claude-skill-aso-appstore-screenshots
You are an expert App Store Optimization (ASO) consultant and screenshot designer. Your job is to help the user create high-converting App Store screenshots for their app. This is a multi-phase process. Follow each phase in order — but ALWAYS check memory first. RECALL (Always Do This First) Before doing ANY codebase analysis, check the Claude Code memory system for all previously saved state for this app. The skill saves progress at each phase, so the user can resume from wherever they left off...
388
8465 v8-jit vercel/next.js
V8 JIT Optimization Use this skill when writing or optimizing performance-critical code paths in Next.js server internals — especially per-request hot paths like rendering, streaming, routing, and caching. Background: V8's Tiered Compilation V8 compiles JavaScript through multiple tiers: Ignition (interpreter) — executes bytecode immediately. Sparkplug — fast baseline compiler (no optimization). Maglev — mid-tier optimizing compiler. Turbofan — full optimizing compiler (speculative, type-feedbac...
388
8466 reasoningbank intelligence ruvnet/ruflo
ReasoningBank Intelligence What This Skill Does Implements ReasoningBank's adaptive learning system for AI agents to learn from experience, recognize patterns, and optimize strategies over time. Enables meta-cognitive capabilities and continuous improvement. Prerequisites agentic-flow v1.5.11+ AgentDB v1.0.4+ (for persistence) Node.js 18+ Quick Start import { ReasoningBank } from 'agentic-flow$reasoningbank' ; // Initialize ReasoningBank const rb = new ReasoningBank ( { persist : true , learning...
388
8467 reasoningbank with agentdb ruvnet/ruflo
ReasoningBank with AgentDB What This Skill Does Provides ReasoningBank adaptive learning patterns using AgentDB's high-performance backend (150x-12,500x faster). Enables agents to learn from experiences, judge outcomes, distill memories, and improve decision-making over time with 100% backward compatibility. Performance : 150x faster pattern retrieval, 500x faster batch operations, <1ms memory access. Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow) Understanding of reinforcement lea...
388
8468 astro mindrally/skills
Astro Usage Guide Always consult docs.astro.build for code examples and latest API. Astro is the web framework for content-driven websites. Quick Reference File Location CLI looks for astro.config.js, astro.config.mjs, astro.config.cjs, and astro.config.ts in: ./. Use --config for custom path. CLI Commands npx astro dev - Start the development server. npx astro build - Build your project and write it to disk. npx astro check - Check your project for errors. npx astro add - Add an integratio...
388
8469 aspnet-core mindrally/skills
ASP.NET Core Overview Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today. Load the smallest set of references that fits the task. Do not load every reference by default. Workflow Confirm the target framework, SDK, and current app model. Open references/stack-selection.md first for new apps or major refactors. Open references/program-and-pipeline.md next for Program.cs , DI, conf...
388
8470 mcp-builder mcp-use/skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
388
8471 run-models replicate/skills
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Choose the right model - Search with the API or ask the user. Get model metadata - Fetch input and output schema via API. Create prediction - POST to /v1/predictions. Poll for results - GET prediction until...
388
8472 github-ops daymade/claude-code-skills
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
388
8473 typescript-expert davila7/claude-code-templates
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
388
8474 backend-to-frontend-handoff-docs davila7/claude-code-templates
API Handoff Mode No Chat Output : Produce the handoff document only. No discussion, no explanation—just the markdown block saved to the handoff file. You are a backend developer completing API work. Your task is to produce a structured handoff document that gives frontend developers (or their AI) full business and technical context to build integration/UI without needing to ask backend questions. When to use : After completing backend API work—endpoints, DTOs, validation, business logic—run this...
388
8475 polymarket 2025emma/vibe-coding-cn
Polymarket — Sports Prediction Markets Before writing queries, consult references/api-reference.md for sport codes, command parameters, and price format. Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills polymarket search_markets --sport = nba --sports_market_types = moneyline sports-skills polymarket get_todays_events --sport = epl sports-skills polymarket search_markets --sport = epl --query = "Leeds" --sports_market_types = moneyline sports-skills polymarket get_...
387
8476 pp-contact-goat mvanhorn/printing-press-library
Contact Goat - Printing Press CLI Prerequisites: Install the CLI This skill drives the contact-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install contact-goat --cli-only Verify: contact-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direc...
387
8477 alphaear-sentiment rkiding/awesome-finance-skills
AlphaEar Sentiment Skill Overview This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes. Capabilities Capabilities 1. Analyze Sentiment (FinBERT / Local) Use scripts/sentiment_tools.py for high-speed, local sentiment analysis using FinBERT. Key Methods: analyze_sentiment(text) : Get sentiment score and label using localized FinBERT model. Returns : {'score': float, 'label': str, 'reason': str} . Score ...
387
8478 openspec itechmeat/llm-code
OpenSpec (OPSX) Skill Use this skill to guide or reason about the OpenSpec artifact-driven workflow system (OPSX), including artifact graphs, schema/template resolution, change lifecycle, and experimental commands/skills. When to Use You need to explain or apply the artifact-driven workflow (OPSX). You are planning or reviewing changes based on artifact dependencies. You need to interpret schema/template resolution rules (XDG + built-ins). You are asked to design or validate changes to the Ope...
387
8479 software-ui-ux-design vasilyu1983/ai-agents-public
Software UI/UX Design Design intuitive, accessible, user-centered interfaces. Baselines (Jan 2026): Accessibility: WCAG 2.2 Level AA — W3C Performance: Core Web Vitals (LCP ≤2.5s, INP ≤200ms, CLS ≤0.1) — web.dev Platforms: Apple HIG, Material 3 Quick Start Clarify platform(s), primary user journey, and constraints (accessibility level, performance, localization, auth). Choose track: audit an existing UI (heuristics + state matrix + WCAG) or design a new UI (IA + flows + UI spec). Produce arti...
387
8480 docs-cleaner daymade/claude-code-skills
Documentation Cleaner Consolidate redundant documentation while preserving 100% of valuable content. Core Principle Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss. Workflow Phase 1: Discovery Identify all documentation files covering the topic Count total lines across files Map content overlap between documents Phase 2: Value Analysis For each document, create a section-b...
387
8481 aws-cost-operations zxkane/aws-skills
AWS Cost & Operations This skill provides comprehensive guidance for AWS cost optimization, monitoring, observability, and operational excellence with integrated MCP servers. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_documentation - Search AWS docs mcp__aws-mcp__aws...
387
8482 data privacy compliance davila7/claude-code-templates
Data Privacy Compliance Comprehensive guidance for implementing data privacy compliance across GDPR, CCPA, HIPAA, and other global data protection regulations. When to Use This Skill Use this skill when: Implementing GDPR, CCPA, or HIPAA compliance Conducting Data Protection Impact Assessments (DPIA) Managing data subject rights (access, deletion, portability) Implementing consent management systems Drafting privacy policies and notices Handling data breaches and incident response Designing priv...
387
8483 ethical-hacking-methodology sickn33/antigravity-awesome-skills
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
387
8484 design-system-starter davila7/claude-code-templates
Design System Starter Build robust, scalable design systems that ensure visual consistency and exceptional user experiences. Quick Start Just describe what you need: Create a design system for my React app with dark mode support That's it. The skill provides tokens, components, and accessibility guidelines. Triggers Trigger Example Create design system "Create a design system for my app" Design tokens "Set up design tokens for colors and spacing" Component architecture "Design component structur...
387
8485 nowait-reasoning-optimizer davila7/claude-code-templates
NOWAIT Reasoning Optimizer Implements the NOWAIT technique from the paper "Wait, We Don't Need to 'Wait'! Removing Thinking Tokens Improves Reasoning Efficiency" (Wang et al., 2025). Overview NOWAIT is a training-free inference-time intervention that suppresses self-reflection tokens (e.g., "Wait", "Hmm", "Alternatively") during generation, reducing chain-of-thought (CoT) trajectory length by 27-51% without compromising model utility. When to Use Deploying R1-style reasoning models with limi...
387
8486 tanstack-table jezweb/claude-skills
Overview TanStack Table is a headless UI library for building data tables and datagrids. It provides logic for sorting, filtering, pagination, grouping, expanding, column pinning/ordering/visibility/resizing, and row selection - without rendering any markup or styles. Package: @tanstack/react-table Utilities: @tanstack/match-sorter-utils (fuzzy filtering) Current Version: v8 Installation npm install @tanstack/react-table Core Architecture Building Blocks Column Definitions - describe columns (da...
386
8487 paper-lookup k-dense-ai/scientific-agent-skills
Paper Lookup You have access to 10 academic paper databases through their REST APIs. Your job is to figure out which database(s) best serve the user's query, call them, and return the results. Core Workflow Understand the query -- What is the user looking for? A specific paper by DOI? Papers on a topic? An author's publications? Open access PDFs? Full text? This determines which database(s) to hit. Select database(s) -- Use the database selection guide below. Many queries benefit from hitting mu...
386
8488 twitter-thread-creation inference-sh/skills
Twitter/X Thread Creation Write high-engagement Twitter/X threads via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Post a tweet infsh app run x/post-create --input '{ "text": "I analyzed 1,000 landing pages.\n\n90% make the same 5 mistakes.\n\nHere are the fixes (with examples):\n\n🧵👇" }' Character Limits Element Limit Tweet text 280 characters (free), 25,000 (Premium) Thread length N...
386
8489 tauri martinholovsky/claude-skills-generator
Tauri Desktop Framework Skill File Organization This skill uses a split structure for HIGH-RISK requirements: SKILL.md: Core principles, patterns, and essential security (this file) references/security-examples.md: Complete CVE details and OWASP implementations references/advanced-patterns.md: Advanced Tauri patterns and plugins references/threat-model.md: Attack scenarios and STRIDE analysis Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: IPC security, c...
386
8490 personal-finance-coach erichowens/some_claude_skills
Personal Finance Coach Expert personal finance coach grounded in academic research and quantitative analysis, not platitudes. Integrations Works with: tech-entrepreneur-coach-adhd, project-management-guru-adhd Python Dependencies pip install numpy scipy pandas When to Use This Skill Use for: Portfolio optimization and asset allocation Tax-advantaged account strategies Retirement withdrawal mathematics FIRE calculations and planning Tax-loss harvesting analysis Emergency fund sizing Factor...
386
8491 codspeed-setup-harness codspeedhq/codspeed
Setup Harness You are a performance engineer helping set up benchmarks and CodSpeed integration for a project. Your goal is to create useful, representative benchmarks and wire them up so CodSpeed can measure and track performance. Step 1: Analyze the project Before writing any benchmark code, understand what you're working with: Detect the language and build system : Look at the project structure, package files ( Cargo.toml , package.json , pyproject.toml , go.mod , CMakeLists.txt ), and source...
386
8492 codspeed-optimize codspeedhq/codspeed
Optimize You are an autonomous performance engineer. Your job is to iteratively optimize code using CodSpeed benchmarks and flamegraph analysis. You work in a loop: measure, analyze, change, re-measure, compare — and you keep going until there's nothing left to gain or the user tells you to stop. All measurements must go through CodSpeed. Always use the CodSpeed CLI ( codspeed run , codspeed exec ) to run benchmarks — never run benchmarks directly (e.g., cargo bench , pytest-benchmark , go test ...
386
8493 systemic-worldbuilding jwynia/agent-skills
Systemic Worldbuilding: Cascading Consequences Skill You help writers build speculative worlds by systematically tracing how initial changes ripple through society across multiple domains and timescales. Rather than simply introducing novel elements, this approach explores how they would realistically transform everything they touch. Core Principle "A good science fiction story should be able to predict not the automobile, but the traffic jam." - Frederik Pohl The power of speculative fictio...
386
8494 deep-interview devbrother2024/skills
Deep Interview 모호한 요청을 바로 실행하지 말고, 명확한 요구사항으로 정리한다. 핵심은 질문을 많이 하는 것이 아니라, 가장 큰 불확실성 하나를 골라 한 번에 하나씩 푸는 것이다. 소크라테스식으로 묻는다. 답을 대신 정하기보다 사용자의 암묵적 가정, 선택지, 판단 기준이 드러나게 질문한다. 질문 축 아래 순서로 가장 불명확한 축 하나를 고른다: 목표 범위와 제외 범위 제약 완료 기준 기존 맥락과 영향 범위 코드베이스를 보면 답할 수 있는 질문은 사용자에게 묻지 말고 직접 확인한다. Show more Installs 300 Repository devbrother2024/skills GitHub Stars 56 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
386
8495 gemma-tuner-multimodal aradotso/trending-skills
Gemma Multimodal Fine-Tuner Skill by ara.so — Daily 2026 Skills collection. Fine-tune Gemma 4 and Gemma 3n models on text, images, and audio data entirely on Apple Silicon (MPS), with support for streaming large datasets from GCS/BigQuery without filling local storage. What It Does Text LoRA : instruction-tuning or completion fine-tuning from local CSV Image + Text LoRA : captioning and VQA from local CSV Audio + Text LoRA : the only Apple-Silicon-native path for this modality Cloud streaming : ...
386
8496 llm-wiki-skill aradotso/trending-skills
llm-wiki-skill — Multi-Platform Knowledge Base Builder Skill by ara.so — Daily 2026 Skills collection. Build a persistent, interlinked personal knowledge base from URLs, PDFs, markdown files, and raw text. Based on Karpathy's llm-wiki methodology: knowledge is compiled once and maintained , not re-derived from raw docs on every query. What It Does Ingests articles, tweets, PDFs, YouTube transcripts, WeChat posts, and plain text Routes each source type to the best extraction tool automatically Ge...
386
8497 pytorch mindrally/skills
PyTorch Development You are an expert in deep learning with PyTorch, transformers, and diffusion models. Core Principles Write concise, technical code with accurate examples Prioritize clarity and efficiency in deep learning workflows Use object-oriented programming for model architectures Implement proper GPU utilization and mixed precision training Model Development Custom Modules Implement custom nn.Module classes for architectures Use forward method for forward pass logic Initialize weight...
386
8498 typescript mindrally/skills
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
386
8499 navigation-3 android/skills
Migration guide Navigation 2 to Navigation 3 migration guide : Step-by-step guide to migrate an Android application from Navigation 2 to Navigation 3, covering dependency updates, route changes, state management, and UI component replacements. Requirements Guide: Migrate to type-safe navigation in Compose : Step-by-step guide to migrating an Android application from string-based navigation to Type-Safe Navigation in Jetpack Compose using Jetpack Navigation 2. Developer documentation * Navigation...
386
8500 scrape-webpage adobe/skills
Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed...
386