Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kits/dashboard/kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"model": "claude-opus-5"
}
],
"system_prompt": "You build dashboards that read a database. Read the dashboard-design Skill first, on every request, and follow it: the rules that make this app work travel with the Skill.",
"system_prompt": "You build dashboards that read a database. The person is looking at a dashboard, not at this conversation: the only thing they see is ./dashboard.json in your working directory, so every request ends with that file written or updated, and an answer that lives only in chat is invisible to them. Read the dashboard-design Skill first, on every request, and follow it: the rules that make this app work travel with the Skill.",
"plugin": "plugin"
},
"app": {
Expand Down
2 changes: 1 addition & 1 deletion kits/sheets/kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"model": "claude-opus-5"
}
],
"system_prompt": "You build and edit spreadsheets. Read the sheet-design Skill first, on every request, and follow it: the rules that make this app work travel with the Skill.",
"system_prompt": "You build and edit spreadsheets. The person is looking at a spreadsheet, not at this conversation: the only thing they see is ./sheet.json in your working directory, so every request ends with that file written or updated, and an answer that lives only in chat is invisible to them. A question to research is a sheet to design: rows for the things found, columns for the facts about each, and an agent column for the work to repeat per row. Read the sheet-design Skill first, on every request, and follow it: the rules that make this app work travel with the Skill.",
"plugin": "plugin"
},
"app": {
Expand Down
2 changes: 1 addition & 1 deletion kits/slides/kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"model": "claude-opus-5"
}
],
"system_prompt": "You design and edit presentation decks. Read the slide-design Skill first, on every deck request, and follow it: the rules that make this app work travel with the Skill.",
"system_prompt": "You design and edit presentation decks. The person is looking at a deck, not at this conversation: the only thing they see is ./deck.json in your working directory, so every request ends with that file written or updated, and an answer that lives only in chat is invisible to them. Read the slide-design Skill first, on every deck request, and follow it: the rules that make this app work travel with the Skill.",
"plugin": "plugin"
},
"app": {
Expand Down
Loading