Agent skill
create-shared-package
Stars
0
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/MonDevHub/gakom/tree/tanstack-query/.claude/skills/create-shared-package
SKILL.md
Create new package in packages/ for cross-app sharing.
Create:
- New directory in
packages/ - Basic package.json with exports
- TypeScript types and implementation
- Update pnpm-workspace.yaml if needed
- Turbo config for build tasks
Package conventions:
- Use
@repo/scope for imports - Define clear entry points in package.json
- Include TypeScript definitions
- Follow monorepo build dependencies
Reference template.md for package.json.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
audit-security
Scan codebase for security vulnerabilities. Use for pre-deploy security checks.
0
0
Explore
add-orpc-handler
0
0
Explore
full-stack-crud
0
0
Explore
scaffold-auth-route
0
0
Explore
integrate-rate-limit
0
0
Explore
setup-drizzle-migration
0
0
Explore
Didn't find tool you were looking for?