project-guidelines-example

Provide project-specific templates for architecture, code patterns, testing, and deployment workflows.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/nubiv/my-nome --skill project-guidelines-example-nubiv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guidelines-example
Source: https://github.com/nubiv/my-nome/tree/main/nix-darwin/config/claude/skills/project-guidelines-example
Command: npx skills add https://github.com/nubiv/my-nome --skill project-guidelines-example-nubiv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a standardized template and guidelines for project-specific configurations, ensuring consistency and best practices across development workflows.

Core Features & Use Cases

  • Project Structure: Outlines recommended directory layouts for frontend, backend, and shared resources.
  • Code Patterns: Demonstrates API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing: Details testing requirements and structures for both backend (pytest) and frontend (React Testing Library).
  • Deployment: Provides a checklist and commands for deploying applications to cloud environments.
  • Use Case: A new developer joining a project can use this skill to quickly understand the project's architecture, coding standards, and deployment process.

Quick Start

Reference this skill for project-specific guidelines and best practices.

Frequently Asked Questions about project-guidelines-example

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

FAQPage Schema
How do I create project guidelines for a FastAPI and Next.js stack?

Project guidelines for a FastAPI and Next.js stack are established by defining standardized directory layouts, code patterns, and API response formats to ensure consistency across development workflows. This template provides those exact configurations.

What is the best way to structure testing requirements for frontend and backend applications?

The best way to structure testing requirements is to separate frontend and backend suites, utilizing pytest for backend validation and React Testing Library for frontend components to enforce quality standards.

How do I standardize project onboarding for new developers joining a Supabase and Claude API project?

Standardizing project onboarding involves providing a comprehensive template detailing architecture, database configurations, and AI integration patterns, allowing new developers to quickly understand project standards and deployment processes.

Does this project template include deployment workflows and checklists for cloud environments?

Yes, this project template includes deployment workflows and checklists for cloud environments, providing the necessary commands and validation steps to successfully release your application.

Can I use this project template to enforce code patterns for React custom hooks and API calls?

Yes, you can use this project template to enforce code patterns for React custom hooks and API calls, as it demonstrates standard API response formats and frontend integration practices to maintain consistency.