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

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

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

Контакты

Москва

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

+7 (999) 760-24-41

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

lamooof@gmail.com

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

TelegramWhatsApp

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

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

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

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

    Create Skill

    Guide for creating effective skills following best practices. Use when creating or updating skills that extend agent capabilities.

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

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

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

    npx skills add siviter-xyz/dot-agent --skill create-skill
    Скачать ZIP
    Версия
    1.0.0+33762551d4df
    Автор
    Владимир Ломтев
    Репозиторий
    siviter-xyz/dot-agent
    GitHub: siviter-xyz/dot-agent

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

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

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

    Create Skill

    Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, and tool integrations.

    About Skills

    Skills are modular, self-contained packages that extend agent capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks.

    What Skills Provide

    1. Specialized workflows - Multi-step procedures for specific domains
    2. Tool integrations - Instructions for working with specific file formats or APIs
    3. Domain expertise - Company-specific knowledge, schemas, business logic
    4. Bundled resources - Scripts, references, and assets for complex and repetitive tasks

    Progressive Disclosure Principle

    The 200-line rule is critical. SKILL.md must be under 200 lines. If you need more, split content into references/ files.

    Three-Level Loading System

    1. Metadata (name + description) - Always in context (~100 words)
    2. SKILL.md body - When skill triggers (<200 lines, ideally <500 lines for optimal performance)
    3. Bundled resources - As needed by agent (unlimited)

    Why Progressive Disclosure Matters

    • 85% reduction in initial context load
    • Activation times drop from 500ms+ to under 100ms
    • Agent loads only what's needed, when it's needed
    • Skills remain maintainable and focused

    Skill Structure

    skill-name/
    ├── SKILL.md (required, <200 lines)
    │   ├── YAML frontmatter metadata (required)
    │   │   ├── name: (required)
    │   │   └── description: (required)
    │   └── Markdown instructions (required)
    └── Bundled Resources (optional)
        ├── scripts/          - Executable code
        ├── references/       - Documentation loaded as needed
        └── assets/           - Files used in output
    

    Core Principles

    Concise is Key

    The context window is a shared resource. Your skill shares it with everything else the agent needs. Be concise and challenge each piece of information:

    • Does the agent really need this explanation?
    • Can I assume the agent knows this?
    • Does this paragraph justify its token cost?

    Set Appropriate Degrees of Freedom

    • High freedom: Text-based instructions for multiple valid approaches
    • Medium freedom: Pseudocode or scripts with parameters
    • Low freedom: Specific scripts with few/no parameters for fragile operations

    Test with All Models

    Skills act as additions to models, so effectiveness depends on the underlying model. Test your skill with all models you plan to use it with.

    References

    For detailed guidance, see:

    • references/progressive-disclosure.md - 200-line rule and references pattern
    • references/skill-structure.md - SKILL.md format and frontmatter details
    • references/examples.md - Good skill examples
    • references/best-practices.md - Comprehensive best practices guide

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

    Источник пакета
    https://github.com/siviter-xyz/dot-agent/tree/33762551d4dfa2e757fa1b43417c7dab528a215f/skills/create-skill

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md3074a88f91120ab81eb6...
    references/best-practices.md129335fba3a6a5d07e2ad...
    references/examples.md135067e531c9517db953...
    references/progressive-disclosure.md1049b17788f0a6d48655...
    references/skill-structure.md1602d5245a2c96d74076...

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

    Как установить Create Skill?
    Используйте команду npx skills add siviter-xyz/dot-agent --skill create-skill или скачайте ZIP-архив.
    Можно ли скачать Create Skill бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

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

    Смотреть все
    Ozon Seller и Performance APIСправочник Ozon Seller API и Performance API с локальными OpenAPI-спецификациями.Excel Automation>Grill MeA relentless interview to sharpen a plan or design.Text To LottieCreate, edit, or fix Lottie/Bodymovin JSON animations for the local Skia Skottie player. Use for text-to-Lottie, SVG/logo/type animation, loaders/icons, state feedback, UI microinteractions, lower thirds, diagrams, data/stat/chart animations, product promos, scene/camera motion, visual effects, scene edits, slots/controls, and Skottie debugging.
    Комментарии

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

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

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

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

    npx skills add siviter-xyz/dot-agent --skill create-skill
    Скачать ZIP
    Версия
    1.0.0+33762551d4df
    Автор
    Владимир Ломтев
    Репозиторий
    siviter-xyz/dot-agent
    GitHub: siviter-xyz/dot-agent