cc-skill-project-guidelines-example

Provide project guidelines for the Zenith AI application covering architecture, code patterns, testing, and deployment.

10|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill cc-skill-project-guidelines-example
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-skill-project-guidelines-example
Source: https://github.com/Claude-Code-Community-Ireland/claude-code-resources/tree/main/skills/general/cc-skill-project-guidelines-example
Command: npx skills add https://github.com/Claude-Code-Community-Ireland/claude-code-resources --skill cc-skill-project-guidelines-example

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to the project structure, architecture, coding patterns, testing, and deployment workflows for the Zenith AI project, ensuring consistency and adherence to best practices.

Core Features & Use Cases

  • Architecture Overview: Details the tech stack (Next.js, FastAPI, Supabase, Claude API) and service interactions.
  • File Structure: Outlines the organization of frontend and backend code.
  • Code Patterns: Demonstrates API response formats, frontend API calls, Claude AI integration, and custom React hooks.
  • Testing: Explains testing strategies for backend (pytest) and frontend (React Testing Library).
  • Deployment: Covers pre-deployment checklists and deployment commands for frontend and backend.
  • Use Case: A new developer joining the Zenith project can use this Skill to quickly understand the project's technical landscape and how to contribute effectively.

Quick Start

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

Frequently Asked Questions about cc-skill-project-guidelines-example

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

FAQPage Schema
How do I structure a full-stack application using Next.js, FastAPI, and Supabase?

To structure a full-stack application with Next.js, FastAPI, and Supabase, follow detailed project guidelines that outline frontend and backend file organization, code patterns, and service interactions. This ensures architectural consistency across the tech stack.

What are the best coding patterns for integrating the Claude API into a Python backend?

The best coding patterns for Claude API integration in a Python backend involve standardizing API response formats and using FastAPI to manage service interactions. Detailed guidelines demonstrate these code patterns to maintain development standards.

How do I set up testing workflows for a Next.js and FastAPI project?

To set up testing workflows for a Next.js and FastAPI project, apply testing strategies that use pytest for the backend and React Testing Library for the frontend. These guidelines explain how to validate API responses and custom hooks.

What should a pre-deployment checklist include for Next.js and FastAPI applications?

A pre-deployment checklist for Next.js and FastAPI applications should cover coding standards verification, database interactions with Supabase, and API stability. Project guidelines provide specific deployment commands and checks for both environments.

Does this project guidelines skill support onboarding developers to an existing AI application?

Yes, this project guidelines skill supports onboarding developers to an existing AI application by providing a comprehensive guide to the technical landscape. New developers can quickly understand the architecture, file structure, and how to contribute effectively.