AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Rsbuild Best Practices — Скилл для ИИ-агентов | AI Рассвет

    Rsbuild Best Practices

    Rsbuild best practices for config, CLI workflow, type checking, bundle optimization, assets, and debugging. Use when writing, reviewing, or troubleshooting Rsbuild projects.

    Скиллы для операций#GitHub#rstackjs/agent-skills#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    2

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add rstackjs/agent-skills --skill rsbuild-best-practices
    Скачать ZIP
    Версия
    1.0.0+c622bac58543
    Автор
    Владимир Ломтев
    Репозиторий
    rstackjs/agent-skills
    GitHub: rstackjs/agent-skills

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    Rsbuild Best Practices

    Apply these rules when writing or reviewing Rsbuild projects.

    Configuration

    • Use rsbuild.config.ts and defineConfig
    • Use tools.rspack or tools.bundlerChain only when no first-class Rsbuild option exists
    • Define explicit source.entry values for multi-page applications
    • In TypeScript projects, prefer tsconfig.json path aliases first

    CLI

    • Use rsbuild for local development
    • Use rsbuild build for production build
    • Use rsbuild preview only for local production preview
    • Use rsbuild inspect to inspect final Rsbuild/Rspack configs

    Type checking

    • Use @rsbuild/plugin-type-check for integrated dev/build type checks
    • Or run tsc --noEmit/vue-tsc --noEmit as an explicit script step

    Bundle size optimization

    • Prefer dynamic import() for non-critical code paths
    • Prefer lightweight libraries where possible
    • Keep browserslist aligned with real compatibility requirements

    Asset management

    • Import source-managed assets from project source directories, not from public
    • Reference public files by absolute URL path

    Security

    • Do not publish .map files to public servers/CDNs when production source maps are enabled

    Debugging

    • Run with DEBUG=rsbuild when diagnosing config resolution or plugin behavior
    • Read generated files in dist/.rsbuild to confirm final config, not assumed config

    Profiling

    • Use Node CPU profiling (--cpu-prof) when JavaScript-side overhead is suspected
    • Use RSPACK_PROFILE=OVERVIEW and analyze trace output for compiler-phase bottlenecks

    Documentation

    • For the latest (v2) docs, read http://rsbuild.rs/llms.txt
    • For Rsbuild v1 docs, read http://v1.rsbuild.rs/llms.txt

    Требования и возможности

    Источник пакета
    https://github.com/rstackjs/agent-skills/tree/c622bac585430f19d271ee3bc4d9ea6590b161d4/skills/rsbuild-best-practices

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md19384c0fbe9f344c2111...

    Частые вопросы

    Как установить Rsbuild Best Practices?
    Используйте команду npx skills add rstackjs/agent-skills --skill rsbuild-best-practices или скачайте ZIP-архив.
    Можно ли скачать Rsbuild Best Practices бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Story Long Write长篇网文写作。从大纲到正文,辅助长篇网络小说的创作,包括世界观、人物、情节线管理。触发方式:/story-long-write、/写长篇、「帮我开书」「写大纲」「日更」「续写」「继续写」「修改第X章」「回炉」「重写第X章」。Parallel Deep ResearchONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than parallel-web-search. For normal research/lookup requests, use parallel-web-search instead. Supports multi-turn: pass --previous-interaction-id from a prior research or enrichment to continue with context.LangfuseInteract with Langfuse and access its documentation: tracing, monitoring, creating datasets, running experiments, and evaluating AI applications. Use when needing to (1) query or modify Langfuse data, (2) look up Langfuse documentation, concepts, integration guides, a feature or SDK usage, or (3) do any AI engineering task (AI observability, prompt engineering/management, evaluation and evaluator management, experimentation, dataset management, evaluation-driven CI/CD, feedback collection). Invoke it for tasks in this scope even when Langfuse is not configured or explicitly mentioned.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add rstackjs/agent-skills --skill rsbuild-best-practices
    Скачать ZIP
    Версия
    1.0.0+c622bac58543
    Автор
    Владимир Ломтев
    Репозиторий
    rstackjs/agent-skills
    GitHub: rstackjs/agent-skills
    Excel Automation>