
How To Build Software
- Updated May 18, 2026
- daniloc/agent-accords
How-to-build-software is an accord for building software with AI assistance. It establishes shared vocabulary and guiding principles for structuring code and data and for managing the strategic risks of going from zero to one. Useful for teams that want a common philosophy and guardrails before and during AI-assisted development.
Key points
- Shared vocabulary for AI-built software
- Principles for structuring code
- Principles for structuring data
- Managing zero-to-one risk
How To Build Software by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add daniloc/agent-accords/plugin install how-to-build-software@agent-accordsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 18, 2026 |
|---|---|
| Repository | daniloc/agent-accords ↗ |
What it does
Establish shared vocabulary and principles for structuring code and data and managing the strategic risks of going from zero to one when building software with AI.
README.md
Agent accords: a website to distribute a special kind of agent skill
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.
SvelteKit details
# create a new project
npx sv create my-app
To 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-accords
Developing
Once 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 -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.