skills/smithery.ai/add-dependency

add-dependency

Installation
SKILL.md

Add Third-Party Dependency

This skill outlines the necessary steps to validly adding a new dependency to the project.

Workflow

  1. Verify Necessity:

    • Goal: Ensure the dependency is absolutely necessary.
    • Action: Avoid adding new third-party dependencies unless there is no tailored solution available or implementing it manually helps the project significantly.
    • Action: You MUST get user approval before adding any new third-party dependency. Explain why it is needed and what alternatives were considered.
  2. Find Latest Version:

    • Goal: Use the most up-to-date stable version.
    • Action: Perform a web search to determine the latest stable version of the library.
    • Example: search_web(query="latest version of retrofit")
Installs
1
First Seen
Apr 6, 2026
add-dependency from smithery.ai