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

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

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

Контакты

Москва

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

+7 (999) 760-24-41

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

lamooof@gmail.com

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

TelegramWhatsApp

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

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

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

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

    Coss

    Helps implement coss UI components correctly. Use when building UIs with coss primitives and patterns (buttons, dialogs, selects, forms, menus, tabs, segmented controls, inputs, toasts, etc.), migrating from shadcn/Radix to coss/Base UI, composing trigger based overlays, or troubleshooting coss component behavior. Covers imports, accessibility, Tailwind styling, and common pitfalls.

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

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

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

    npx skills add cosscom/coss --skill coss
    Скачать ZIP
    Версия
    1.0.0+4ebe375c04cc
    Автор
    Владимир Ломтев
    Репозиторий
    cosscom/coss
    GitHub: cosscom/coss

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

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

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

    coss ui

    coss ui is a component library built on Base UI with a shadcn-like developer experience plus a large particle catalog.

    What this skill is for

    Use this skill to:

    • pick the right coss primitive(s) for a UI task
    • write correct coss usage code (imports, composition, props)
    • avoid common migration mistakes from shadcn/Radix assumptions
    • reference particle examples to produce practical, production-like patterns

    Source of truth

    • coss components docs: apps/ui/content/docs/components/*.mdx
      • https://github.com/cosscom/coss/tree/main/apps/ui/content/docs/components
    • coss particle examples: apps/ui/registry/default/particles/p-*.tsx
      • https://github.com/cosscom/coss/tree/main/apps/ui/registry/default/particles
    • coss particles catalog: https://coss.com/ui/particles
    • docs map for agents: https://coss.com/ui/llms.txt

    Out of scope

    • Maintaining coss monorepo internals/build pipelines.
    • Editing registry internals unless explicitly requested.

    Principles for agent output

    1. Use existing primitives and particles first before inventing custom markup.
    2. Prefer composition over custom behavior reimplementation.
    3. Follow coss naming and APIs from docs exactly.
    4. Keep examples accessible and production-realistic.
    5. Prefer concise code that mirrors coss docs/particles conventions.
    6. Assume Tailwind CSS v4 conventions in coss examples and setup guidance.

    Critical usage rules

    Always apply before returning coss code:

    • Do not invent coss APIs. Verify against component docs first.
    • For trigger-based primitives (Dialog, Menu, Select, Popover, Tooltip), follow each primitive's documented trigger/content hierarchy and composition API; do not mix patterns across components.
    • Preserve accessibility labels and error semantics.
    • Consult primitive-specific guides for component invariants and edge cases.
    • For manual install guidance, include all required dependencies and local component files referenced by imports.
    • Prefer styled coss exports first; use *Primitive exports only when custom composition/styling requires it.

    Rule references (read on demand when the task touches these areas):

    • ./references/rules/styling.md — Tailwind tokens, icon conventions, data-slot selectors
    • ./references/rules/forms.md — Field composition, validation, input patterns
    • ./references/rules/composition.md — Trigger/popup hierarchies, grouped controls
    • ./references/rules/migration.md — shadcn/Radix to coss/Base UI migration patterns
    • ./references/segmented-control.md — choose Radio Group, links, Toggle Group, or Tabs before applying segmented-control styling
    • ./references/portal-props.md — optional portalProps on composed popups and toast providers (keepMounted, container, which surfaces support it)

    Component discovery

    All 54 primitives have dedicated reference guides at ./references/primitives/<name>.md. To find the right one for a task, consult the component registry index:

    • ./references/component-registry.md

    Usage workflow

    1. Identify user intent (single primitive, composed flow, form flow, overlay flow, feedback flow).
    2. Consult references/component-registry.md to identify candidate primitives.
    3. Select primitives from coss docs first; avoid custom fallback unless needed.
    4. Check at least one particle example for practical composition patterns. Particle files live at apps/ui/registry/default/particles/p-<name>-<N>.tsx (e.g. p-dialog-1.tsx).
    5. Write minimal code using documented imports/props.
    6. Self-check accessibility and composition invariants.

    Installation reference

    See ./references/cli.md for full install/discovery workflow.

    Quick CLI pattern:

    npx shadcn@latest add @coss/<component>
    

    Quick manual pattern:

    • install dependencies listed in the component docs page
    • copy required component file(s)
    • update imports to match the target app alias setup

    Primitive Guidance

    Every primitive has a reference guide at ./references/primitives/<name>.md with imports, minimal patterns, inline code examples, pitfalls, and particle references. Use the component registry to find the right file.

    High-risk primitives (read these guides first -- they have the most composition gotchas):

    • ./references/primitives/dialog.md — modal overlays, form-in-dialog, responsive dialog/drawer
    • ./references/primitives/menu.md — dropdown actions, checkbox/radio items, submenus
    • ./references/primitives/context-menu.md — right-click/long-press menus at the pointer
    • ./references/primitives/select.md — items-first pattern, multiple, object values, groups
    • ./references/primitives/form.md — Field composition, validation, submission
    • ./references/primitives/input-group.md — addons, DOM order invariant, textarea layouts
    • ./references/primitives/toast.md — toastManager (not Sonner), anchored toasts, providers

    Output Checklist

    Before returning code:

    • imports and props match coss docs
    • composition structure is valid for selected primitive(s)
    • accessibility and explicit control types (button, input, etc.) are present
    • migration-sensitive flows are verified (type/lint, keyboard/a11y behavior, and SSR-sensitive primitives like Select/Command)

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

    Источник пакета
    https://github.com/cosscom/coss/tree/4ebe375c04cc574dc2eaade2380b3cf9a48fceaa/apps/ui/skills/coss

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md5836d720cab551f6d141...
    references/cli.md3193985886e84160fd2d...
    references/component-registry.md55702d091c7d08fa2f5a...
    references/portal-props.md180249689d75d04b5b39...
    references/primitives/accordion.md21773396bd01a3cdd2ee...

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

    Как установить Coss?
    Используйте команду npx skills add cosscom/coss --skill coss или скачайте ZIP-архив.
    Можно ли скачать Coss бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

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

    Смотреть все
    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 cosscom/coss --skill coss
    Скачать ZIP
    Версия
    1.0.0+4ebe375c04cc
    Автор
    Владимир Ломтев
    Репозиторий
    cosscom/coss
    GitHub: cosscom/coss
    Excel Automation>