Layero Config Skill
Description
Составляет layero.json — конфигурационный файл деплоя на layero.ru: определяет фреймворк, команды установки и сборки, папку результата сборки и версию Node.js. Скилл помогает агентам (Claude, Cursor) писать корректный конфиг одним PR.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
layero-config-skill
Что делает скилл
Составляет `layero.json` — конфигурационный файл деплоя на [layero.ru](https://layero.ru): определяет фреймворк, команды установки и сборки, папку результата сборки и версию Node.js. Скилл помогает агентам (Claude, Cursor) писать корректный конфиг одним PR.
Установка
Через URL в промпте
Без установки: вставьте агенту в промпт прямую ссылку на скилл — агент скачает и прочитает его сам:
https://raw.githubusercontent.com/dealenx/layero-config-skill/refs/heads/main/SKILL.md
Работает с любым агентом, умеющим читать URL (Claude Code, Cursor, Codex и др.). Подходит для разового использования, когда не нужно держать скилл в репозитории.
Через skills.sh
Установить глобально:
npx skills add dealenx/layero-config-skill -g
Установить в проект:
npx skills add dealenx/layero-config-skill
Через APM
Разово в проект (устанавливает скилл во все обнаруженные agent-харнесы — Claude Code, Copilot, Cursor и др.):
apm install dealenx/layero-config-skill --target copilot
Или добавьте зависимость в `apm.yml` проекта:
dependencies:
apm:
- dealenx/layero-config-skill
и выполните:
apm install
Установить APM: `curl -sSL https://aka.ms/apm-unix | sh` (Linux/macOS), `irm https://aka.ms/apm-windows | iex` (Windows). Подробнее — [документация APM](https://microsoft.github.io/apm/).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11