project-context

Document architecture and conventions for the dealflow-network project.

Updated Dec 5, 2025
One-click install
npx skills add https://github.com/betterbrand/dealflow-network --skill project-context-betterbrand
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/betterbrand/dealflow-network/tree/main/.claude/skills/project-context
Command: npx skills add https://github.com/betterbrand/dealflow-network --skill project-context-betterbrand

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise overview of the Dealflow Network architecture to speed onboarding and cross-team understanding.

Core Features & Use Cases

  • Architecture Map: Stack, auth flow, UI, and file organization
  • Patterns & Practices: tRPC, Drizzle, and routing conventions
  • Onboarding Guide: Quick-start references for new contributors

Quick Start

Read the project context doc to familiarize with structure and conventions.

Frequently Asked Questions about project-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I understand the dealflow-network project architecture and file organization?

Project architecture provides a structured overview of the stack, authentication flow, UI organization, and file conventions. Read the architecture documentation to familiarize with directory structure, tRPC routing patterns, and Drizzle ORM schema layouts used across the codebase.

What are the tRPC and Drizzle ORM patterns used in this project?

The project enforces specific tRPC router conventions and Drizzle ORM schema patterns. Architecture documentation defines these patterns, including input validation with Zod, migration workflows, and how schemas integrate with authentication flows.

How should I structure tRPC routers and Drizzle schemas when implementing features?

Follow the established patterns documented in the project context: tRPC router organization, Drizzle schema structure, directory conventions, and Zod validation approach. These patterns ensure consistency across feature implementation, refactoring, and debugging work.

Where do I find conventions for the collaborative contact system and authentication flow?

The project context defines the functional and technical requirements for the collaborative contact system, authentication flow structure, and related conventions. Reference this documentation when implementing, refactoring, or debugging contact management and auth features.

Can I use this architecture guide for onboarding new team members?

Yes. The project context serves as a quick-start reference for new contributors, providing an overview of stack, patterns, file organization, and conventions needed to understand the codebase and contribute effectively.