Fix skill cross-links and add missing sre-dashboards skill

This commit is contained in:
Toby
2026-05-22 09:02:40 -04:00
parent ba9e489584
commit f7d2562069
7 changed files with 131 additions and 13 deletions
+3 -3
View File
@@ -256,7 +256,7 @@ nightly_refresh = ScheduleDefinition(
## Related Skills
- [rag-infrastructure](../../infrastructure/local-ai/rag-infrastructure/) - RAG system setup
- [llm-fine-tuning](../../infrastructure/local-ai/llm-fine-tuning/) - Training jobs
- [rag-infrastructure](../../../infrastructure/local-ai/rag-infrastructure/) - RAG system setup
- [llm-fine-tuning](../../../infrastructure/local-ai/llm-fine-tuning/) - Training jobs
- [agent-observability](../agent-observability/) - Pipeline monitoring
- [kubernetes-ops](../orchestration/kubernetes-ops/) - Running pipeline pods on K8s
- [kubernetes-ops](../../orchestration/kubernetes-ops/) - Running pipeline pods on K8s
+2 -2
View File
@@ -304,6 +304,6 @@ tcp-keepalive 60
## Related Skills
- [llm-cost-optimization](../llm-cost-optimization/) - Full cost strategy
- [llm-gateway](../../infrastructure/networking/llm-gateway/) - Gateway-level caching
- [vector-database-ops](../../infrastructure/databases/vector-database-ops/) - Qdrant setup
- [llm-gateway](../../../infrastructure/networking/llm-gateway/) - Gateway-level caching
- [vector-database-ops](../../../infrastructure/databases/vector-database-ops/) - Qdrant setup
- [agent-observability](../agent-observability/) - Cache metrics dashboards
+2 -2
View File
@@ -280,7 +280,7 @@ def track_call(model, team, task_type, response):
## Related Skills
- [llm-gateway](../../infrastructure/networking/llm-gateway/) - Centralized cost control
- [llm-gateway](../../../infrastructure/networking/llm-gateway/) - Centralized cost control
- [llm-caching](../llm-caching/) - Semantic caching patterns
- [vllm-server](../../infrastructure/local-ai/vllm-server/) - Self-hosted inference
- [vllm-server](../../../infrastructure/local-ai/vllm-server/) - Self-hosted inference
- [agent-observability](../agent-observability/) - Token and cost telemetry