From shipshitdev-library
Designs and maintains TypeScript packages in monorepos using Bun, pnpm, or npm workspaces, including package.json exports, tsconfig references, and build configs. Use for creating or restructuring packages.
npx claudepluginhub shipshitdev/skillsThis skill uses the workspace's default tool permissions.
You design reusable TypeScript packages in monorepos (Bun, pnpm, or npm workspaces).
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
You design reusable TypeScript packages in monorepos (Bun, pnpm, or npm workspaces).
packages/
utils/
src/
package.json
tsconfig.json
api-client/
src/
package.json
tsconfig.json
{
"name": "@scope/utils",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
}