A static GitHub Pages portal that frames government-grade AI skills, agents, metadata standards, human review, code of practice, secure-by-design delivery, protection by default, quantum readiness, and inclusive user-centred design as a public-good utility.
index.html— the accessible portal content and page structure.styles.css— responsive, high-contrast styling with visible focus states and reduced-motion support.app.js— small progressive-enhancement behaviours for mobile navigation, toolkit filtering, and accordion content.
The portal is designed to support:
- a combined body of knowledge for AI-enabled public-sector delivery;
- reusable skills, agents, metadata and evidence tooling;
- human-in-the-loop assurance, 4-eyes/6-eyes review, and no self-approval for material work;
- DEIA, accessibility, assisted digital, inclusive design and user-centred delivery;
- secure-by-design, protection-by-default and quantum-ready service thinking.
Open index.html directly in a browser, or serve the directory with a local static server:
python3 -m http.server 8000Then visit http://localhost:8000.
The portal is deployed to GitHub Pages with the workflow in .github/workflows/pages.yml. The workflow publishes the repository root as a static site on pushes to main and can also be triggered manually with workflow_dispatch.