id8Labs
ProductsServices
Academy

Start Here

Foundation

AI Conversation Fundamentals

6 modules • 45 min • Free

For Individuals

New

Prompt Engineering for Creators

9 modules • Better prompts & outputs

AI Partner Mastery

8 modules • Work with AI daily

Claude Code for Knowledge Workers

10 modules • Full delegation course

For Organizations

AI for Leaders

8 modules • Strategic adoption

AI at Scale

8 modules • Team adoption

Private AI

8 modules • Security & compliance

View Full Curriculum7 courses • 57 modules
WritingLab StoryContact
STACKSHACK
>_
405+ Tools

STACKSHACK

Free skills, commands, and settings for Claude Code. Build your stack, ship faster.

100% Free
Verified
Skills297Commands50Settings20Plugins38Starter Kits12

Filters

Clear

Categories

All Commands50🗄️database8🚀deployment8💻development8🔄git10⚡setup8🧪testing8

Help

How to Install

1. Click any item to view details

2. Copy the install command

3. Run in your Claude Code project

Showing 8 of 50 commands

⚡
Verifieddevelopment

Start Dev Server

Start the development server

npm run dev
nodenpm
0
⚡
Verifieddevelopment

Turbo Dev Server

Start Next.js dev server with Turbopack

npm run dev -- --turbo
nodenpm
0
⚡
Verifieddevelopment

Clean Install

Remove node_modules and reinstall

rm -rf node_modules && rm -f package-lock.json && npm install
nodenpm
0
⚡
Verifieddevelopment

Clear Next.js Cache

Remove .next cache directory

rm -rf .next
nextjs
0
⚡
Verifieddevelopment

Format Code

Run Prettier to format all files

npx prettier --write .
prettier
0
⚡
Verifieddevelopment

Node Debug Mode

Start dev server with Node debugger

NODE_OPTIONS="--inspect" npm run dev
nodenpm
0
⚡
Verifieddevelopment

Check Updates

Check for package updates

npx npm-check-updates
nodenpm
0
⚡
Verifieddevelopment

Update Dependencies

Update all dependencies to latest

npx npm-check-updates -u && npm install
nodenpm
0

Build your stack. Ship faster.

All tools are 100% free. Add to your stack and install in seconds.

Browse Starter KitsView All Skills

id8Labs © 2026

Miami, FL

EST (UTC-5)

Navigation

HomeProductsServicesWritingLab Story
PrivacyTerms

Products

ComposerDeepStackPipelineLLC OpsMILO

Academy

All CoursesNewPrompt EngineeringFreeAI FundamentalsClaude Code Course

Connect

Start a ConversationX @eddiebeGitHubLinkedIn
Currently taking projects

Built with Next.js + Vercel + Supabase