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
-
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.
-
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")