Project Guidelines Skill (Example)

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

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/vinayakg/claude-dotfiles --skill project-guidelines-skill-example-vinayakg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Skill (Example)
Source: https://github.com/vinayakg/claude-dotfiles/tree/main/skills/project-guidelines-example
Command: npx skills add https://github.com/vinayakg/claude-dotfiles --skill project-guidelines-skill-example-vinayakg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a centralized, easily accessible reference for project-specific development guidelines, ensuring consistency and adherence to best practices across the team.

Core Features & Use Cases

  • Architecture Overview: Understand the project's tech stack and service interactions.
  • File Structure: Navigate and organize project files efficiently.
  • Code Patterns: Implement consistent coding styles and API response formats.
  • Testing Requirements: Follow established testing methodologies and structures.
  • Deployment Workflow: Streamline the deployment process with clear steps and checklists.
  • Use Case: A new developer joins the project and needs to understand the recommended way to structure API responses and deploy the backend service. They can consult this skill for immediate guidance.

Quick Start

Refer to the project guidelines skill for the backend deployment workflow.

Frequently Asked Questions about Project Guidelines Skill (Example)

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

FAQPage Schema
How do I structure API response formats for a FastAPI and Next.js project?

To structure API responses for a FastAPI and Next.js project, follow established project-specific development guidelines that enforce consistent code patterns across frontend and backend services. This ensures API interactions remain predictable and maintainable.

What are the testing requirements for Python and React development standards?

Testing requirements for Python and React development standards mandate strict Test-Driven Development (TDD) and specific code coverage thresholds. This enforces critical rules like immutability and validates code patterns before deployment.

Can I use Supabase database interactions with a FastAPI backend?

Yes, you can use Supabase database interactions with a FastAPI backend. Project guidelines provide comprehensive instructions on integrating Supabase within your Python backend architecture to maintain best practices.

What is the best way to deploy backend services using development standards?

The best way to deploy backend services using development standards is to follow a streamlined deployment workflow with clear steps and checklists. This ensures your FastAPI application meets project guidelines before going live.

How do I integrate the Claude API into my Next.js application architecture?

To integrate the Claude API into your Next.js application architecture, consult project-specific development guidelines for AI integration patterns. These guidelines facilitate adherence to best practices when connecting frontend interfaces with AI services.