project-guidelines-example

Provide project-specific development guidelines for Next.js, FastAPI, Supabase, and Cloud Run.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion --skill project-guidelines-example-ryasrk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guidelines-example
Source: https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion/tree/main/.github/skills/project-guidelines-example
Command: npx skills add https://github.com/ryasrk/AgentBrokeTheMatrix-CopilotVersion --skill project-guidelines-example-ryasrk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive template and reference for project-specific development guidelines, ensuring consistency and adherence to best practices across a real-world application.

Core Features & Use Cases

  • Architecture Overview: Details the tech stack, services, and deployment strategy.
  • File Structure: Outlines the expected organization of frontend, backend, and other project directories.
  • Code Patterns: Provides examples of API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing Requirements: Specifies testing methodologies and example structures for backend (pytest) and frontend (React Testing Library).
  • Deployment Workflow: Includes pre-deployment checklists and commands for frontend and backend deployment.
  • Critical Rules: Lists non-negotiable coding and development standards.
  • Use Case: A new developer joining the Zenith project can use this skill to quickly understand the project's architecture, coding standards, and deployment process, enabling them to contribute effectively from day one.

Quick Start

Reference the project-guidelines-example skill for details on the Zenith project's architecture and testing requirements.

Frequently Asked Questions about project-guidelines-example

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

FAQPage Schema
How do I set up development guidelines for a FastAPI and Next.js production application?

Development guidelines for a FastAPI and Next.js production application should cover architecture, file structure, code patterns, testing, and deployment. You need to establish critical rules to ensure project consistency across the full stack.

What is the best way to structure testing requirements for React and FastAPI projects?

Testing requirements for React and FastAPI projects should specify methodologies and example structures using React Testing Library for frontend and pytest for backend. This ensures comprehensive test coverage and validates API response formats.

How do I integrate the Claude API with a Supabase database in my application?

Integrating the Claude API with a Supabase database requires defining specific code patterns for AI integration. You should outline how frontend API calls interact with backend services to manage data flow between Supabase and Claude.

Can I use Cloud Run for deploying a Next.js and Python application?

Yes, Cloud Run can be used for deploying a Next.js and Python application. A deployment workflow should include pre-deployment checklists and specific commands for both frontend and backend services to ensure successful delivery.

What critical rules should non-negotiable coding standards include for full-stack projects?

Non-negotiable coding standards for full-stack projects must include critical rules governing API response formats, frontend API calls, and custom hooks. These rules ensure developers maintain architectural consistency across Next.js, FastAPI, and Supabase.