project-guidelines-example

Provide a project-specific skill template covering architecture, code patterns, testing, and deployment.

3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill project-guidelines-example-nixdorfer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guidelines-example
Source: https://github.com/Nixdorfer/ClaudeCodeTool/tree/main/plugins/cache/everything-claude-code/everything-claude-code/1.4.1/skills/project-guidelines-example
Command: npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill project-guidelines-example-nixdorfer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive template for project-specific guidelines, covering architecture, file structure, code patterns, testing, and deployment for a real-world production application.

Core Features & Use Cases

  • Architecture Overview: Details the tech stack and service interactions.
  • File Structure: Illustrates a typical project directory layout.
  • Code Patterns: Demonstrates common API response formats, frontend calls, AI integration, and custom hooks.
  • Testing Requirements: Outlines backend (pytest) and frontend (React Testing Library) testing strategies.
  • Deployment Workflow: Includes pre-deployment checks, commands, and environment variable examples.

Quick Start

Use this skill as a template when starting a new project to establish clear guidelines.

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 project guidelines for a Next.js and FastAPI application?

Project guidelines for a Next.js and FastAPI application are established through a comprehensive template covering architecture, code patterns, testing, and deployment workflows based on a real production app.

What code patterns should I use for integrating the Claude API into my project?

Claude API integration code patterns should follow structured custom hooks and standardized API response formats to ensure consistent AI service interaction across your application architecture.

Does this project template include testing methodologies for both React and Python?

Yes, the project template includes testing methodologies utilizing React Testing Library for the frontend and pytest for the Python backend to ensure comprehensive coverage.

What is the best way to structure deployment workflows for Google Cloud Run and Vercel?

Deployment workflows for Google Cloud Run and Vercel are structured using pre-deployment checks, specific command sequences, and configured environment variable examples to ensure smooth releases.

Can I use this development template if my project does not use Next.js or FastAPI?

Yes, you can use this development template for any project by adapting the architecture, file structure, and code pattern guidelines to fit your specific technology stack and requirements.