w3dev specs
A curated registry of software specifications — for humans and agents.
Not a tutorial. A registry.
15 specs · 9 official
No specs match your filters.
Name
Status
Version
Updated
Links
Agent Skills
SKILL.md folders package reusable, on-demand expertise (instructions, scripts, resources) that agents load only when triggered.
official
—
Agent Task Planning
Convention for an AI agent to turn a user objective into one implementation-ready epic of small task files under .agents/tasks/.
unofficial
—
AGENTS.md
Open-format README-for-agents file giving AI coding agents build, test, and convention context, read by 30+ coding tools.
official
—
Conventional Commits
Structured commit message format (type(scope): message) enabling automated changelogs and semver bumps.
official
1.0.0
EditorConfig
A .editorconfig file at repo root defines indentation, line endings, charset, and trailing-whitespace rules across editors.
official
—
Environment Variables
NEXT_PUBLIC_ prefix for client-safe values, .env.local never committed, DATABASE_URL points at hosted neon.tech Postgres, secrets kept apart from plain config.
unofficial
—
JSON Schema
Declarative vocabulary for describing and validating the shape of JSON documents — configs, API payloads, frontmatter.
official
2020-12
Keep a Changelog
Human-readable CHANGELOG.md convention: grouped Added/Changed/Fixed entries per version, newest first, for every release.
official
1.1.0
llms.txt
Plain-markdown site index at /llms.txt that gives LLMs and agents a concise, links-first map of a site's content.
official
—
Model Context Protocol
Open JSON-RPC protocol standardizing how LLM applications connect to external tools, data sources, and prompts.
official
2026-07-28
Pull Request Conventions
Every PR includes a Manual Testing Guide, splits large work into focused stacked PRs, follows branch/title conventions, and never bypasses commit hooks.
unofficial
—
Repository Layout
Canonical top-level structure for w3dev repos: root agent docs, docs/, scripts/, .github/workflows, pnpm, monorepo apps/packages.
unofficial
—
Sandbox Environments
Draft convention for isolated per-branch/per-PR sandbox environments: naming, provisioning, teardown, and how agents request one.
draft
—
Semantic Versioning
MAJOR.MINOR.PATCH version scheme where each segment's bump signals breaking, additive, or fix-only changes.
official
2.0.0