add-package

パッケージを追加する際に使用します。開発用と、プロダクト用途問わずこれを使います。

16 stars

Best use case

add-package is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

パッケージを追加する際に使用します。開発用と、プロダクト用途問わずこれを使います。

Teams using add-package should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/add-package/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/add-package/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/add-package/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How add-package Compares

Feature / Agentadd-packageStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

パッケージを追加する際に使用します。開発用と、プロダクト用途問わずこれを使います。

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# パッケージ追加スキル

このスキルは、pnpmを使ってプロジェクトにパッケージを追加する正しい方法を提供します。

## Instructions

1. `pnpm add <package-name>` コマンドでパッケージを追加する
   - 通常の依存パッケージ: `pnpm add <package-name>`
   - 開発用依存パッケージ: `pnpm add -D <package-name>`
2. パッケージ追加後、`package.json` にパッケージが追加されていることを確認する
3. `pnpm-lock.yaml` が更新されていることを確認する

## 注意事項

⚠️ **package.jsonを直接編集しないでください**

パッケージを追加する際は、必ず `pnpm add` コマンドを使用してください。package.jsonを直接編集すると、pnpm-lock.yamlが更新されず、依存関係の整合性が失われます。

Related Skills

package-json-modification-protection

16
from diegosouzapw/awesome-omni-skill

Protects lines with the specific 'Do not touch this line Cursor' comment within package.json.

pixi-package-manager

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "set up pixi", "add pixi dependencies", "create pixi environment", "migrate from conda to pixi", "configure pixi.toml", "add pixi tasks", "set up reproducible environment", "manage conda-forge packages", "create multi-environment project", or needs guidance on pixi package manager, conda-forge integration, PyPI dependencies in pixi, pixi task automation, or replacing conda/mamba workflows with pixi.

asset-packager

16
from diegosouzapw/awesome-omni-skill

Automated asset packaging—converts validated PNG + IDF JSON into complete production bundle (context.md, tokens.json, usage.md). Eliminates 30 manual file generations across 10 assets.

uv-package-management-assistant

16
from diegosouzapw/awesome-omni-skill

python's package managing

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

resilience-classify

16
from diegosouzapw/awesome-omni-skill

Research and classify stablecoins for resilience sub-factor overrides (chainRisk, collateralQuality, custodyModel). Run after types/defaults are implemented to identify coins needing explicit overrides.

research-leads

16
from diegosouzapw/awesome-omni-skill

Research new capabilities and changes for tracked AI coding agents. Use this skill when assigned a research-leads issue to discover new features, or when asked to revise a research PR.

research-deep

16
from diegosouzapw/awesome-omni-skill

Read research outline, launch independent agent for each item for deep research. Disable task output.

research-cog

16
from diegosouzapw/awesome-omni-skill

Deep research agent powered by CellCog. Market research, competitive analysis, stock analysis, investment research, academic research with citations. Your AI research analyst.

rescript-manifesto

16
from diegosouzapw/awesome-omni-skill

Type-safe ReScript patterns for sound type systems. Auto-triggers when working with ReScript (.res) files or discussing ReScript/ReasonML architecture. Enforces phantom types, branded IDs, state machines, domain primitives, exhaustive matching, and parse-don't-validate patterns. Use for any ReScript code generation, review, or refactoring.

reppo

16
from diegosouzapw/awesome-omni-skill

Publish content to Moltbook (a social network for AI agents) and mint it on Reppo.ai's AgentMind subnet. Use when an agent wants to post poems, ideas about Moltbook's future, or creative content. Covers the full flow: generate content, post to Moltbook, mint pod on-chain (Base), submit metadata. Can also buy REPPO tokens via Uniswap. Earns $REPPO emissions through human voting.

repo-metadata

16
from diegosouzapw/awesome-omni-skill

This skill should be used when the user asks to "update repo description", "improve repository description", "generate topics", "add labels to repo", "optimize github metadata", "make repo more discoverable", "improve repo SEO", "update project description", or needs to create engaging repository descriptions and topics that improve discoverability. Analyzes project files to generate optimized GitHub metadata.