Skip to main content

set-value-to-2

Test skill that sets the exported value in app.mjs to 2. Use when asked to run the set-value-to-2 skill.

Aller à l'installation

Informations de source

Dépôt
ag-grid/skills
Dernière activité de la source
23 juin 2026 à 16:31
Langue détectée de SKILL.md
anglais
Étoiles
5
Forks
1

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
set-value-to-2
description
Test skill that sets the exported value in app.mjs to 2. Use when asked to run the set-value-to-2 skill.
# Set value to 2 Replace the entire contents of the file `app.mjs` with exactly the following, verbatim, and change nothing else: ``` export const value = 2; ``` Do not output any text until the file is written. Then say "Done."
Voir sur GitHub