Skip to content

Instantly share code, notes, and snippets.

@tomfordweb
Last active October 18, 2025 11:51
Show Gist options
  • Select an option

  • Save tomfordweb/a4874524a219b573101b6aafb7a90318 to your computer and use it in GitHub Desktop.

Select an option

Save tomfordweb/a4874524a219b573101b6aafb7a90318 to your computer and use it in GitHub Desktop.
Install Angular AI Instructions in a project for opencode.
#!/bin/bash
curl -o angular-llms-full.txt https://angular.dev/context/llm-files/llms-full.txt
curl -o AGENTS.md https://angular.dev/assets/context/best-practices.md
cat > opencode.json <<EOF
{
"\$schema": "https://opencode.ai/config.json",
"instructions": ["angular-llms-full.txt"]
}
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment