Agent skills, setup scripts, and reusable workflow guidance for developing high-quality Docassemble interviews that follow Suffolk LIT Lab AssemblyLine conventions.
skills/assemblyline-dev/ Self-contained AssemblyLine development skill package
skills/assemblyline-dev/SKILL.md Main agent-facing skill
skills/assemblyline-dev/references/ Longer workflow and environment notes
skills/assemblyline-dev/scripts/ Setup scripts for agent workspaces
skills/assemblyline-dev/examples/ Small runnable examples and curl snippets
docs/skill-deployment.md How to install or adapt the skill across agent and hosted chat products
From the repository root:
bash skills/assemblyline-dev/scripts/setup-ubuntu.sh
bash skills/assemblyline-dev/scripts/setup-python.shSome workflows require a running Docassemble server with API access, especially ALDashboard translation, ALDashboard DOCX/PDF endpoints, and deployment with docassemblecli.
The canonical skill package is:
skills/assemblyline-dev/
It is self-contained so it can be installed directly by tools that expect an agent skill directory. Its skill name is assemblyline-dev, which avoids confusion with the related docassemble-AssemblyLine package repository.
To install the skill in Codex, OpenCode, Claude Code, or adapt it for hosted chat products like ChatGPT and Claude, see docs/skill-deployment.md.