-
You're probably using Agent Skills wrong
https://notes.ansonbiggs.com/youre-probably-using-agent-skills-wrong/
Skills have quickly become the most important for writing code with agents. Here is how I do it, and bad patterns I see from others.
-
Get started with Agent Skills in Gemini CLI
https://geminicli.com/docs/cli/tutorials/skills-getting-started/
Look here for help creating skills.
-
(1) Coding Agent with a Self-Hosted LLM using OpenCode and vLLM - YouTube
https://www.youtube.com/watch?v=0uZpuZQi7Zs&t=48s
In this video, we build a fully self-hosted coding agent powered by the 7B parameter Qwen 2.5 Coder model, running on a GPU instance in Lambda Cloud and serv...