Agent skill
add-package
パッケージを追加する際に使用します。開発用と、プロダクト用途問わずこれを使います。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/add-package-tomodo1773-podcast-queue
SKILL.md
パッケージ追加スキル
このスキルは、pnpmを使ってプロジェクトにパッケージを追加する正しい方法を提供します。
Instructions
pnpm add <package-name>コマンドでパッケージを追加する- 通常の依存パッケージ:
pnpm add <package-name> - 開発用依存パッケージ:
pnpm add -D <package-name>
- 通常の依存パッケージ:
- パッケージ追加後、
package.jsonにパッケージが追加されていることを確認する pnpm-lock.yamlが更新されていることを確認する
注意事項
⚠️ package.jsonを直接編集しないでください
パッケージを追加する際は、必ず pnpm add コマンドを使用してください。package.jsonを直接編集すると、pnpm-lock.yamlが更新されず、依存関係の整合性が失われます。
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?