You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Customize prompts in`.github/prompts/`for specific workflows
57
-
```
58
-
2. **Integrate with your project**
58
+
59
+
3. **Integrate with your project**
59
60
- Copy or merge the skills, instructions, and prompts into your own repository
60
61
- Adjust folder structure as needed for your tech stack
61
-
3. Agent Skills (Dynamic Loading)
62
+
## Agent Skills (Dynamic Loading)
62
63
63
64
Agent Skills are modular, discoverable instructions that AI agents load dynamically based on the task at hand. Skills are located in`.github/skills/` and follow the [Agent Skills specification](https://agentskills.io/specification).
64
65
@@ -100,8 +101,11 @@ Universal principles and guidelines that apply to all code are located in `.gith
- [Nuxt.js Standards](.github/instructions/nuxt.instructions.md) - Nuxt.js specific guidelines
103
107
104
-
These instructions remain as custom instructions because they contain universal architecture patterns that should always be considered. - Nuxt.js standards ([nuxt.instructions.md](.github/instructions/nuxt.instructions.md)) - Markdown standards ([markdown.instructions.md](.github/instructions/markdown.instructions.md)) - Project structure ([project-file-structure.instructions.md](.github/instructions/project-file-structure.instructions.md)) - Security ([security.instructions.md](.github/instructions/security.instructions.md)) - Testing & TDD ([testing.instructions.md](.github/instructions/testing.instructions.md)) - Tooling ([tools.instructions.md](.github/instructions/tools.instructions.md))- Add, remove, or modify instructions to fit your project
108
+
Add, remove, or modify instructions to fit your project.
0 commit comments