Skip to main content

set-value-and-add-extra

Test skill that sets value to 2 and adds an extra export. Use when asked to run the set-value-and-add-extra skill.

インストールへ移動

ソース情報

リポジトリ
ag-grid/skills
ソースの最終更新活動
2026年6月23日 16:31
検出された SKILL.md の言語
英語
スター
5
フォーク
1

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
set-value-and-add-extra
description
Test skill that sets value to 2 and adds an extra export. Use when asked to run the set-value-and-add-extra skill.
# Set value and add extra Replace the entire contents of `app.mjs` with exactly the following, verbatim: ``` export const value = 2; export const extra = 99; ``` Do not output any text until the file is written. Then say "Done."
GitHubで見る