add-new-package
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines a standard workflow for creating new software packages within a monorepo structure.
- Creating package files (
package.json,tsconfig.json,src/index.ts, etc.) based on existing internal templates. - Modifying internal monorepo configuration files to register the new package.
- [COMMAND_EXECUTION]: The skill instructs the agent to run project-specific development commands.
bun ifor installing package dependencies.bun run makewhich executestsgo && bun --env-file=../.env.bundle bundle.ts.- [EXTERNAL_DOWNLOADS]: The skill involves dependency management.
- Fetches dependencies via
bun ifrom the monorepo workspace or standard package registries. - References well-known libraries such as
reactandreact-dom.
Audit Metadata