Project Guidelines Example

Provide project-specific guidelines for the Zenith application.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yd5768365-hue/caw-cli --skill project-guidelines-example-yd5768365-hue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Example
Source: https://github.com/yd5768365-hue/caw-cli/tree/main/everything-claude-code-main/everything-claude-code-main/docs/zh-CN/skills/project-guidelines-example
Command: npx skills add https://github.com/yd5768365-hue/caw-cli --skill project-guidelines-example-yd5768365-hue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive, project-specific guide for developers working on the Zenith application, ensuring consistency and adherence to established best practices.

Core Features & Use Cases

  • Architecture Overview: Details the technology stack and service interactions.
  • File Structure: Outlines the expected directory and file organization.
  • Code Patterns: Provides examples of API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing Requirements: Specifies testing strategies for backend and frontend using pytest and React Testing Library.
  • Deployment Workflow: Includes pre-deployment checklists and environment variable configurations.
  • Use Case: A new developer joins the Zenith project and needs to understand the project's structure, coding conventions, and deployment process. They consult this Skill for a quick and accurate overview.

Quick Start

Refer to this skill for project-specific guidelines when working on the Zenith application.

Frequently Asked Questions about Project Guidelines Example

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

FAQPage Schema
Can I use custom React hooks in the Zenith application, and are there examples available?

Yes, the project guidelines provide specific examples of custom hooks for the Next.js frontend. These patterns ensure consistent data fetching and state management when interacting with the FastAPI backend.

What are the coding standards and architecture guidelines for the Zenith application?

The Zenith application uses Next.js, FastAPI, Supabase, and the Claude API. Architecture guidelines detail service interactions, file structure organization, code patterns, and strict TDD principles.

How do I write tests for a FastAPI and Next.js project using pytest and React Testing Library?

Testing requirements for this stack specify using pytest for backend FastAPI endpoints and React Testing Library for frontend components. Playwright is also integrated for end-to-end testing workflows.

Does the Zenith project guidelines Skill include a deployment workflow and environment configuration?

Yes, the Zenith project guidelines include a complete deployment workflow. This features pre-deployment checklists and specifies required environment variable configurations for the Next.js and FastAPI stack.

What code patterns should I follow when integrating the Claude API into a FastAPI backend?

Code patterns for Claude API integration detail expected API response formats and frontend API call structures. The guidelines ensure consistent AI integration patterns across the Next.js and FastAPI architecture.

Can I use custom React hooks in the Zenith application, and are there examples available?

Yes, the project guidelines provide specific examples of custom hooks for the Next.js frontend. These patterns ensure consistent data fetching and state management when interacting with the FastAPI backend.