agent-skills
agent-skills copied to clipboard
Production-grade engineering skills for AI coding agents.
This was bothering me ``` DEFINE PLAN BUILD VERIFY REVIEW SHIP ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ ┌──────┐ │ Idea │ ──▶ │ Spec │ ──▶ │ Code │ ──▶ │...
## 📖 中文 README 翻译 此 PR 为 addyosmani/agent-skills 添加了中文 README (README.zh-CN.md)。 由 Readme Translator 自动生成 🤖
Added a security policy document outlining supported versions and vulnerability reporting.
## Summary This PR adds a `CODE_OF_CONDUCT.md` file to the repository based on the [Contributor Covenant v2.1](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html/). ## Why This Matters A Code of Conduct helps to: - Set clear...
While SKILL.md files are generally well-structured, there are minor formatting inconsistencies across skills: - Heading levels vary (some use \`##\`, others use \`###\` for similar sections) - List formatting varies...
OpenCode's built-in skill tool only recognizes a small set of natively registered skills. The skills in this repo are not automatically discoverable by that tool, making the per-workspace setup the...
Hi @addyosmani Thanks for the skills you developed on plan >>> build >>> review process. These are very helpful to me. A small request. If you can integrate the GitHub...
In Github Copilot, custom agent files must be named `*.agent.md`. See https://code.visualstudio.com/docs/copilot/customization/custom-agents#_custom-agent-file-structure.