-
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.
-
GitHub - addyosmani/agent-skills: Production-grade engineering skills for AI coding agents. · GitHub
https://github.com/addyosmani/agent-skills
Production-grade engineering skills for AI coding agents. - addyosmani/agent-skills
-
agent-skills/docs/opencode-setup.md at main · addyosmani/agent-skills · GitHub
https://github.com/addyosmani/agent-skills/blob/main/docs/opencode-setup.md
Production-grade engineering skills for AI coding agents. - addyosmani/agent-skills
-
Good article on Agent Skills
https://addyosmani.com/blog/agent-skills/
This is additional documentation for an Agent Skill that I should look at. This may help me understand the idea of "context": "A skill is a markdown file with frontmatter that gets injected into the agent’s context when the situation calls for it." "A skill is not reference documentation. It is not “everything you should know about testing.” It is a workflow: a sequence of steps the agent follows, with checkpoints that produce evidence, ending in a defined exit criterion."