项目指南技能(示例)

Provide project guidelines for architecture, code patterns, testing, and deployment workflows.

3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill -nixdorfer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 项目指南技能(示例)
Source: https://github.com/Nixdorfer/ClaudeCodeTool/tree/main/plugins/cache/everything-claude-code/everything-claude-code/1.4.1/docs/zh-CN/skills/project-guidelines-example
Command: npx skills add https://github.com/Nixdorfer/ClaudeCodeTool --skill -nixdorfer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of a specific project's architecture, file structure, coding patterns, testing requirements, and deployment workflow, serving as a template for new projects.

Core Features & Use Cases

  • Project Blueprint: Offers detailed insights into technology stack, service architecture, and directory organization.
  • Code Standards: Demonstrates API response formats, frontend API call patterns, AI integration examples, and custom React hooks.
  • Testing & Deployment: Outlines testing strategies (backend and frontend) and deployment procedures.
  • Use Case: A new developer joining the Zenith project can use this Skill to quickly understand the project's setup and best practices.

Quick Start

Refer to this skill for project-specific guidelines when working on the Zenith project.

Frequently Asked Questions about 项目指南技能(示例)

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

FAQPage Schema
How do I structure a FastAPI and Next.js project for AI integration?

To structure a FastAPI and Next.js project for AI integration, separate frontend and backend directories, connect Supabase for database operations, and standardize API response formats for Claude API communication.

What are the standard code patterns for calling APIs in Next.js?

Standard code patterns for calling APIs in Next.js involve creating custom React hooks to manage data fetching and state. This approach ensures consistent frontend integration with FastAPI backend endpoints and AI analysis workflows.

How do I set up testing requirements for a full stack application with FastAPI?

Setting up testing requirements for a full stack application with FastAPI involves defining distinct backend and frontend testing strategies. You must implement tests for API responses, frontend component rendering, and custom React hooks.

What is the deployment workflow for Google Cloud Run using Next.js and FastAPI?

The deployment workflow for Google Cloud Run using Next.js and FastAPI requires containerizing both frontend and backend services. You then deploy these containers to Cloud Run to manage the platform's scalable infrastructure.

Does this project guideline template work with Supabase for database integration?

Yes, this project guideline template works with Supabase for database integration. It provides specific architectural blueprints and code examples demonstrating how to connect and interact with Supabase within a FastAPI backend.