agentsclimarketplace

Agent fault

Skill TserenTserenov/FMT-exocortex-template/.claude/skills/agent-fault

Регистрация косяка агента в системе учёта WP-316 L1. Без LLM — детерминированный скрипт без WP Gate.From its SKILL.md

Install
npx -y skills add TserenTserenov/FMT-exocortex-template --skill agent-fault

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 1 command, including `python3 "${IWE_SCRIPTS:-$HOME/IWE/scripts}/iwe_checklist_memory.py" record --severity major --fault "агент пропустил чеклист"`.

SKILL.md

1.7 KB, 278 tokens by cl100k_base, as published. Nobody here has run it

/agent-fault — регистрация косяка агента

When to use

При обнаружении повторяющегося косяка агента — зарегистрировать немедленно через /agent-fault. Примеры: пропуск WP Gate, игнорирование чеклиста, лишние yes/no вопросы, пропуск Pull-on-Touch. Скилл не требует LLM и не создаёт РП — это запись в базу паттернов WP-316.

Algorithm

Передать косяк в iwe_checklist_memory.py record с указанием severity и описания:

python3 "${IWE_SCRIPTS:-$HOME/IWE/scripts}/iwe_checklist_memory.py" \
  record --severity major --fault "агент пропустил чеклист"

Допустимые значения --severity: critical | major | minor.

При отсутствии $IWE_SCRIPTS использовать явный путь: $HOME/IWE/scripts/iwe_checklist_memory.py

<!-- USER-SPACE --> <!-- /USER-SPACE -->

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.