agentsclimarketplace

Project architecture

Skill bg-szy/TOP-SKILLS/skills/marketplace/project-architecture

Overview of the project's tech stack, directory structure, and architectural patterns.From its SKILL.md

Install
npx -y skills add bg-szy/TOP-SKILLS --skill project-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 348 tokens by cl100k_base, as published. Nobody here has run it

Project Architecture & Tech Stack

Tech Stack

  • Framework: Next.js 15 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS v4, CSS Modules (for specific components)
  • Docs/Content: Docusaurus (in textbook/ directory)
  • Auth: Better Auth (better-auth)
  • Database: PostgreSQL (NeonDB)
  • ORM: Drizzle ORM
  • UI Components: Lucide React icons, Custom components

Directory Structure

  • /app: Next.js App Router pages and layouts.
  • /components: Reusable UI components.
    • /auth: Authentication related components (forms, etc.).
  • /lib: Utility functions and shared logic.
    • auth-client.ts: Better Auth client configuration.
    • auth.ts: Better Auth server configuration.
  • /db: Database schema and connection logic.
  • /drizzle: Migrations.
  • /textbook: Docusaurus instance for documentation/content.
    • /src: Docusaurus source files.

Key Patterns

  • Hybrid App: Combines a Next.js web app (marketing, auth, dashboard) with a Docusaurus documentation site.
  • Auth Integration: Shared authentication state between Next.js and Docusaurus via cookies/sessions (handled by AuthBar).
  • Styling: Global Tailwind styles in app/globals.css. Docusaurus has its own theme in textbook/src/css/custom.css.

Development

  • Run root app: npm run dev:root
  • Run docs app: npm run dev:docs
  • Run both: npm run dev

What ships with it: 1 file

22.2 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.