Software development is expanding as never before, with all new adventurers joining the fray.
But how building software happens is opaque. Agent accords exist to both illuminate the territory and create agreement between practitioners and LLM agents about what matters.
The repo creates a reading experience for humans to digest and reference the accords: each skill file is rendered with dedicated pages for each reference.
The skill file is also available for download so your agent follows the same premise.
# create a new project
npx sv create my-appTo recreate this project with the same configuration:
# recreate this project
npx sv create --template minimal --types ts --add prettier eslint sveltekit-adapter="adapter:cloudflare+cfTarget:workers" mdsvex mcp="ide:claude-code+setup:remote" --install npm agent-accordsOnce you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.