agent-skills
agent-skills copied to clipboard
Production-grade engineering skills for AI coding agents.
Hi Addy, hope you're well! I'm a big fan of your work — I've been using your [web-quality-skills](https://github.com/addyosmani/web-quality-skills) in my setup for a while now. I recently adapted your [api-and-interface-design...
In each step, you can learn from it over time and get a better result in the next execution. Currently, there is no learning phase. So my suggestion is to...
## Summary Adds an explicit `WHEN: "phrase1", "phrase2", ...` clause to the description of **20 of the 22 skills**, preserving every existing `Use when...` sentence unchanged. The other 2 skills...
## Summary `agents/code-reviewer.md` (98 lines) inlines its own copy of the five-axis review framework that already exists in `skills/code-review-and-quality/SKILL.md` (348 lines). The persona file never references the skill — there...
## Summary When a user makes a natural-language request like "review this PR" or "review this change", there is no deterministic way for the LLM to decide whether to route...
Add a new meta skill that encodes the standard skill anatomy used across this repository. This is the design companion to using-agent-skills: where using-agent-skills helps agents discover and invoke skills,...
Which one is better?
## Summary - add a `markdownlint-cli2` baseline for skill and docs Markdown files - add a GitHub Actions workflow that runs the lint check on relevant PRs - document the...
I was using openspec in my project, and I'm not sure if it can work with spec-driven-development, any ideas?