Files
Rohit Ghumare 79573df7cb Initial release: 100-file Claude Code toolkit
20 specialized agents, 10 skills, 17 slash commands, 6 plugins,
12 hooks with scripts, 8 rule sets, 3 CLAUDE.md templates,
14 MCP server configs, and interactive setup installer.
2026-02-04 18:55:28 +00:00

614 B

Project Name

Brief description of what this project does.

Stack

  • Language: TypeScript
  • Framework: Next.js
  • Database: PostgreSQL

Commands

  • npm install - Install dependencies
  • npm run dev - Start development server
  • npm test - Run tests
  • npm run build - Production build

Conventions

  • Use conventional commits: type(scope): message
  • Create feature branches, submit PRs to main
  • Run tests before committing
  • Keep files under 300 lines

Key Files

  • src/app/ - Application routes and pages
  • src/lib/ - Shared utilities and helpers
  • src/components/ - Reusable UI components