pack-creator

Solid

Guide a PACK-X author through the SPF fill cycle 01-11. Calls R28 Diagnostician to select mode (assembly/hybrid/full SPF) and leads through phases. Protects the read-only upstream invariant via PreToolUse hook.

AI & Automation 43 stars 125 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /pack-creator — сопровождение автора PACK-X по SPF-циклу > ⚡ **Скилл-проводник, не автор.** Знание оригинирует автор Pack. Скилл удерживает > процесс (SPF/process 01-11), защищает инвариант **read-only upstream FPF/SPF** > и подстраивает глубину под cp.iwe автора. ## Контракт скилла - **Вход:** автор намерен создать или продолжить наполнение PACK-X (после `/pack-new`). - **Выход:** PACK-X с заполненными разделами 01-11 + state-файл `.iwe-runtime/state/spf/{pack_id_slug}.yaml` (локальный, вне Pack — WP-474 Ф3). - **Время:** N сессий по 30-90 мин, чекпоинты после каждой фазы. - **Не делает:** не пишет в `SPF/` и `FPF/` (блокируется hook'ом), не выполняет cross-pack consistency аудит (это R24 Аудитор), не декомпозирует деятельность (это R29 Артефактор). ## Когда вызывается **Триггер-фразы:** «Создатель паков, …», «Pack Creator, …», slash `/pack-creator`. **Сценарии (DP.SC.048 §5):** - Автор сделал `/pack-new`, скаффолд готов, нужно наполнить 02-11. - Автор продолжает работу над PACK-X через несколько сессий — скилл подхватывает с `spf_checkpoint` из state-файла. - Автор не уверен, какой режим оригинальности выбрать — скилл вызывает R28 Диагност. ## Шаг 0 — диагностика автора (R28) Перед началом работы — определить **cp.iwe** автора (компетенция «работа с формализациями»). Это задаёт режим: | cp.iwe | Режим | Что делает автор | Что делает скилл | |--------|------------|---------------------...

Details

Author
TserenTserenov
Repository
TserenTserenov/FMT-exocortex-template
Created
5 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

pack-new

Create a new Pack — guided flow through SPF: choose domain, name Pack, scaffold structure, fill roadmap.

43 Updated today
TserenTserenov
Data & Documents Listed

scaffold-pack-author

Author an in-tree scaffold-toolkit template pack for the repo you are in — any language, any architecture. Asks whether the repo intends to migrate toward a different target architecture (author a second, additive pack if so) and splits out external/infra packages (cloud SDKs, message brokers, secret managers) into their own packs. Study the repo's recurring pattern, turn one real instance into a versioned pack (Handlebars templates + descriptor + AI_IMPLEMENTATION markers + registry injections + test_data + a real build-check), wire the markers into the existing brownfield files, and point `.scaffold/config.json` at it so the pack lives in the repo's own git tree and the team maintains its coding standards there. Use when the user says "author/create a scaffold pack", "make a pack for this repo", "cut a new pack version", or "wire scaffold into this codebase". This is the producer side; the `scaffold` skill is the consumer side that runs `generate`.

1 Updated yesterday
MohanTn
AI & Automation Solid

skill-creator

Create a new IWE skill with proper frontmatter, gates, scaffold and verification. Use when the pilot says: /skill-creator or «создай скилл <name>». The skill enforces WP Gate precondition, Routing Gate, IntegrationGate hard-check, collects parameters in 4 short steps, generates a scaffold SKILL.md from a template, shows a draft, writes files, and reminds about verify-skill.sh.

43 Updated today
TserenTserenov