Commit 6de6f6f
authored
Remove redundant Tailwind CSS guidelines (#661)
* Remove redundant Tailwind CSS guidelines and update skill description
When we first added skill support, skill triggering wasn't reliable enough, so we added a core.blade.php guideline that duplicated instructions already in the Tailwind CSS skill — things like always use search-docs and activate tailwindcss-development for Tailwind tasks. This burned extra context tokens on every request.
We now have an eval system for testing and improving skill descriptions, so they trigger reliably. This means the redundant guideline file is no longer needed.
Approach
- Remove the redundant core.blade.php guideline that duplicated the Tailwind CSS skill's own instructions
- Refine the skill description to be more specific about Tailwind CSS scoping, validated through trigger evals
* Fix documentation line in Tailwind CSS skills1 parent 81e0ed4 commit 6de6f6f
File tree
3 files changed
+2
-7
lines changed- .ai/tailwindcss
- 3/skill/tailwindcss-development
- 4/skill/tailwindcss-development
3 files changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
0 commit comments