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 бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

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

    Смотреть все
    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 siviter-xyz/dot-agent --skill create-skill
    Скачать ZIP
    Версия
    1.0.0+33762551d4df
    Автор
    Владимир Ломтев
    Репозиторий
    siviter-xyz/dot-agent
    GitHub: siviter-xyz/dot-agent
    Excel Automation>