← all packs

Addyosmani Skills

by @addyosmani · 24 skills

Addyosmani Skills from addyosmani/agent-skills.

Install the whole pack (CLI)
npx skillmds add addyosmani/idea-refine npx skillmds add addyosmani/interview-me npx skillmds add addyosmani/using-agent-skills npx skillmds add addyosmani/code-simplification npx skillmds add addyosmani/context-engineering npx skillmds add addyosmani/code-review-and-quality npx skillmds add addyosmani/shipping-and-launch npx skillmds add addyosmani/spec-driven-development npx skillmds add addyosmani/ci-cd-and-automation npx skillmds add addyosmani/doubt-driven-development npx skillmds add addyosmani/documentation-and-adrs npx skillmds add addyosmani/incremental-implementation npx skillmds add addyosmani/security-and-hardening npx skillmds add addyosmani/git-workflow-and-versioning npx skillmds add addyosmani/planning-and-task-breakdown npx skillmds add addyosmani/frontend-ui-engineering npx skillmds add addyosmani/browser-testing-with-devtools npx skillmds add addyosmani/test-driven-development npx skillmds add addyosmani/api-and-interface-design npx skillmds add addyosmani/performance-optimization npx skillmds add addyosmani/deprecation-and-migration npx skillmds add addyosmani/source-driven-development npx skillmds add addyosmani/debugging-and-error-recovery npx skillmds add addyosmani/observability-and-instrumentation
⬇ Download

Skills in this pack

  1. idea-refine · addyosmani bundle
    Transforms vague ideas into structured, actionable concepts through guided divergent and convergent thinking, producing a markdown one-pager.
    69.5k
    repo stars
  2. interview-me · addyosmani
    Extracts the user's true intent through one-question-at-a-time interviews, surfacing hidden assumptions before any plan or code is written.
    69.5k
    repo stars
  3. using-agent-skills · addyosmani
    Discovers and invokes agent skills by mapping tasks to development phases, with core operating behaviors for assumption surfacing, confusion management, and scope discipline.
    69.5k
    repo stars
  4. code-simplification · addyosmani
    Simplify code by reducing complexity while preserving exact behavior, making it easier to read, understand, modify, and debug.
    69.5k
    repo stars
  5. context-engineering · addyosmani
    Optimizes agent context setup by structuring rules, specs, source files, error output, and conversation history to improve output quality.
    69.5k
    repo stars
  6. code-review-and-quality · addyosmani
    Conducts multi-axis code review across correctness, readability, architecture, security, and performance before merging any change.
    69.5k
    repo stars
  7. shipping-and-launch · addyosmani
    Provides a structured pre-launch checklist, staged rollout plan, monitoring setup, and rollback strategy for safe production deployments.
    69.5k
    repo stars
  8. spec-driven-development · addyosmani
    Creates structured specifications before writing code to clarify requirements, surface assumptions, and define success criteria, reducing rework and miscommunication.
    69.5k
    repo stars
  9. ci-cd-and-automation · addyosmani
    Automates CI/CD pipeline setup, quality gates, test runners, and deployment strategies for GitHub Actions.
    69.5k
    repo stars
  10. doubt-driven-development · addyosmani
    Subjects every non-trivial decision to a fresh-context adversarial review before it stands, prioritizing correctness over speed for high-stakes or unfamiliar code.
    69.5k
    repo stars
  11. documentation-and-adrs · addyosmani
    Records architectural decisions and documentation to capture the context, constraints, and trade-offs behind codebase choices.
    69.5k
    repo stars
  12. incremental-implementation · addyosmani
    Delivers changes incrementally by building in thin vertical slices, testing and verifying each piece before moving to the next.
    69.5k
    repo stars
  13. security-and-hardening · addyosmani
    Hardens code against vulnerabilities by applying threat modeling, OWASP Top 10 prevention patterns, and secure coding practices for web applications.
    69.5k
    repo stars
  14. git-workflow-and-versioning · addyosmani
    Structures git workflow practices for committing, branching, resolving conflicts, and organizing work across multiple parallel streams.
    69.5k
    repo stars
  15. planning-and-task-breakdown · addyosmani
    Decompose work into small, verifiable tasks with explicit acceptance criteria, ordered by dependencies and sliced vertically for reliable implementation.
    69.5k
    repo stars
  16. frontend-ui-engineering · addyosmani
    Build production-quality user interfaces that are accessible, performant, and visually polished, with guidance on component architecture, state management, design system adherence, and accessibility.
    69.5k
    repo stars
  17. browser-testing-with-devtools · addyosmani
    Tests and debugs web applications in real browsers using Chrome DevTools MCP, enabling DOM inspection, console error capture, network analysis, performance profiling, and visual verification with live runtime data.
    69.5k
    repo stars
  18. test-driven-development · addyosmani
    Drive development with tests by writing a failing test before implementing code, and reproduce bugs with tests before fixing them.
    69.5k
    repo stars
  19. api-and-interface-design · addyosmani
    Design stable, well-documented interfaces that are hard to misuse, including REST APIs, GraphQL schemas, module boundaries, and component props.
    69.5k
    repo stars
  20. performance-optimization · addyosmani
    Measures application performance first, identifies bottlenecks, and applies targeted fixes for frontend and backend systems.
    69.5k
    repo stars
  21. deprecation-and-migration · addyosmani
    Guides the process of deprecating old systems, APIs, or features and migrating users to replacements, including decision frameworks, migration patterns, and removal strategies.
    69.5k
    repo stars
  22. source-driven-development · addyosmani
    Grounds every implementation decision in official documentation, ensuring authoritative, source-cited code free from outdated patterns.
    69.5k
    repo stars
  23. debugging-and-error-recovery · addyosmani
    Provides a structured triage process for debugging test failures, build errors, runtime bugs, and production incidents, including steps to reproduce, localize, fix, and guard against recurrence.
    69.5k
    repo stars
  24. observability-and-instrumentation · addyosmani
    Adds logging, metrics, tracing, and alerting to make production behavior visible and diagnosable.
    69.5k
    repo stars