claudegoodies
Plugin

agent-skills

From addyosmani

Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.

Install

/plugin install agent-skills

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "agent-skills",
  "description": "Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.",
  "author": {
    "name": "Addy Osmani"
  },
  "homepage": "https://github.com/addyosmani/agent-skills",
  "repository": "https://github.com/addyosmani/agent-skills",
  "license": "MIT",
  "commands": ["./.claude/commands", "./commands"],
  "skills": "./skills",
  "agents": [
    "./agents/code-reviewer.md",
    "./agents/security-auditor.md",
    "./agents/test-engineer.md",
    "./agents/web-performance-auditor.md"
  ]
}
View full source on GitHub →

Other plugins