In its current incarnation, the focus is to explore various configurations of the latest wave of CLI-clients (Claude Code, GitHub Copilot, Gemini CLI, Crush, Qwen Coder etc.) to learn how local client-side tooling can unlock gains in quality and productivity.
The repo is organized in task domains under /workflows
Clone this repo, then navigate to the desired workflows-directory and start your AI tool from there.
Claude Code:
- Installation guide
- Agent configuration:
.claude/agents/
cd workflows/documentation
claudeGitHub Copilot:
- Installation guide
- Agent configuration:
.github/agents/
cd workflows/documentation
# Open in VS Code with Copilot installed, or use:
gh copilot chat-
The initial commits focuses on Digdir and Altinn docs. The plan is to move e.g. the dictionary and the specific writing-guide into the docs repo, and get the agent/tooling to use those files, leaving this as a more generic baseline that is better suited to re-use in other scenarios.
-
In the future, other tooling/models may be explored (other CLI flavours, usage in GitHub workflows directly etc.)