vishaljsoni/copilot-customizations-workshop
Instructions file GitHub Copilot
Copilot instructions for vishaljsoni/copilot-customizations-workshop, covering to-do app — project conventions, stack rules, file layout, html and css.
vishaljsoni/copilot-customizations-workshop
Instructions file GitHub Copilot
Copilot instructions for vishaljsoni/copilot-customizations-workshop, covering to-do app — project conventions, stack rules, file layout, html and css.
vishaljsoni/copilot-customizations-workshop
Agent
Implement a to-do app feature end-to-end (state + DOM), then hand off to the tester.
vishaljsoni/copilot-customizations-workshop
Agent
Write and run tests for pure state functions in state.js using node --test.
vishaljsoni/copilot-customizations-workshop
Skill Claude CodeCodex
Use this skill when the user asks to add a new feature to the to-do app (filter, sort, due date, tag, search, undo, etc.). Walks through the project's standard pattern of extending pure state in state.js, wiring the DOM in app.js, and adding tests in state.test.js.