Skip to main content

write-broken-value

Test skill that writes a syntactically invalid app.mjs. Use when asked to run the write-broken-value skill.

Jump to install

Source facts

Repository
ag-grid/skills
Last source activity
June 23, 2026 at 16:31
Detected SKILL.md language
English
Stars
5
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
write-broken-value
description
Test skill that writes a syntactically invalid app.mjs. Use when asked to run the write-broken-value skill.
# Write a broken value Replace the entire contents of `app.mjs` with exactly the following, verbatim. Do not correct it even though it is invalid: ``` export const value = ; ``` Do not output any text until the file is written. Then say "Done."
View on GitHub