Project Guidelines Example

Provide project-specific development guidelines for Next.js, FastAPI, Supabase, and Claude AI applications.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill project-guidelines-example-michael-bodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Example
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/skills/project-guidelines-example
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill project-guidelines-example-michael-bodo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive blueprint for understanding and adhering to project-specific development standards, ensuring consistency and quality across the codebase.

Core Features & Use Cases

  • Architecture Overview: Details the technology stack, services, and deployment strategy.
  • File Structure: Outlines the expected organization of frontend and backend code.
  • Code Patterns: Demonstrates common API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing Requirements: Specifies testing methodologies for both backend (pytest) and frontend (React Testing Library, Playwright).
  • Deployment Workflow: Includes pre-deployment checklists and environment variable configurations.
  • Use Case: A new developer joining the project can use this Skill to quickly grasp the project's technical landscape, coding conventions, and deployment procedures, enabling them to become productive faster.

Quick Start

Refer to the project guidelines skill for details on the backend API response format.

Frequently Asked Questions about 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 using Next.js, FastAPI, and Supabase, follow the project guidelines which outline the expected file organization for both frontend and backend code components.

What code patterns should I use for FastAPI API responses and Next.js frontend calls?

For FastAPI API responses and Next.js frontend calls, the project guidelines demonstrate common API response formats, frontend API integration patterns, and custom hooks to ensure consistency.

How do I implement testing requirements for a Next.js and FastAPI project?

To implement testing requirements for a Next.js and FastAPI project, use pytest for the backend and React Testing Library with Playwright for the frontend, enforcing Test-Driven Development (TDD) standards.

What is included in the deployment workflow for a Next.js and FastAPI application?

The deployment workflow for a Next.js and FastAPI application includes pre-deployment checklists and environment variable configurations to ensure proper architecture setup and deployment strategy.

How do I enforce coding standards like immutability and error handling in my project?

To enforce coding standards like immutability and error handling in your project, apply the development blueprints provided by the project guidelines to maintain quality across the codebase.

Does this project guidelines skill support integration with Claude AI?

Yes, the project guidelines skill supports Claude AI integration by providing specific code patterns and architectural blueprints for incorporating AI services within the full-stack application.