Last active
October 18, 2025 11:51
-
-
Save tomfordweb/a4874524a219b573101b6aafb7a90318 to your computer and use it in GitHub Desktop.
Install Angular AI Instructions in a project for opencode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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