# AIWG > AIWG is portable, open-source infrastructure for AI-assisted work. It deploys reusable agents, skills, commands, rules, workflows, and project context into the native paths used by AI coding platforms. AIWG is a deploy-time tool, not a hosted agent service. The installed artifacts remain plain text in the user's project and are loaded by the selected AI platform. ## Start here - [Documentation](https://docs.aiwg.io/): Guides, concepts, command reference, and framework documentation. - [Quick start](https://docs.aiwg.io/quickstart): Install AIWG and deploy the first framework. - [Source repository](https://github.com/jmagly/aiwg): Canonical source, issues, releases, and contribution history. - [npm package](https://www.npmjs.com/package/aiwg): Published `aiwg` command-line package. - [Releases](https://aiwg.io/releases): Current release and installation information. - [Changelog](https://aiwg.io/changelog): Release history. - [Setup manifests](https://aiwg.io/install/manifest/): Inspect and verify the AIWG and Agentic Sandbox setup YAMLs before giving either flow to an agent. ## Product surfaces - [Long-running work](https://aiwg.io/loop/): Persistent context and closed-loop execution. - [Teams and governance](https://aiwg.io/team/): Auditability, human gates, and lifecycle traceability. - [Extensions](https://aiwg.io/extend/): Project-local bundles and portable customization. - [Sandbox](https://aiwg.io/sandbox/): Optional isolation for long-running agents. - [Blog](https://aiwg.io/blog/): Product reports and technical articles. - [Community](https://aiwg.io/community/): Discussion, testing, and contribution channels. ## Machine-readable resources - [Full AIWG context](https://aiwg.io/llms-full.txt): Expanded product and retrieval guidance. - [AIWG manifest](https://aiwg.io/.well-known/aiwg.json): Stable product, package, resource, and feed metadata. - [Schema catalog](https://aiwg.io/schemas/index.json): Published JSON and YAML schemas whose canonical IDs use aiwg.io. - [Sitemap](https://aiwg.io/sitemap.xml): Canonical public pages. - [RSS feed](https://aiwg.io/feed.xml): AIWG articles and reports. - [JSON Feed](https://aiwg.io/feed.json): AIWG articles and reports in JSON Feed 1.1 format. - [AIWG setup YAML](https://aiwg.io/setup.aiwg.yaml): Stable agent-guided AIWG installation contract. - [Agentic Sandbox setup YAML](https://aiwg.io/agentic-sandbox/setup.aiwg.yaml): Stable agent-guided Cockpit and secure-runtime installation contract. ## Install ```sh npm install -g aiwg aiwg use all --provider ```