プロジェクトガイドラインスキル (例)

Document project architecture, file structure, code patterns, testing, and deployment workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Rx-K8/my-claude-code --skill -rx-k8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: プロジェクトガイドラインスキル (例)
Source: https://github.com/Rx-K8/my-claude-code/tree/main/japanese/skills/project-guidelines-example
Command: npx skills add https://github.com/Rx-K8/my-claude-code --skill -rx-k8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • Architecture Overview: Understand the technology stack and service interactions.
  • File Structure: Visualize and navigate the project's organization.
  • Code Patterns: Learn common API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing Requirements: See examples of backend (pytest) and frontend (React Testing Library) test structures.
  • Deployment Workflow: Review pre-deployment checklists and deployment commands.
  • Use Case: A new developer joins a project and needs to quickly understand how the backend and frontend communicate, how data is structured, and how to run tests. This Skill provides all the necessary information.

Quick Start

Review the project's architecture and file structure.

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 architecture?

Structure your FastAPI and Next.js project by defining service interactions and file organization. This approach provides a clear architecture overview and visualizes directory structures to help developers navigate backend and frontend boundaries.

What coding patterns should I use for API responses and AI integration?

Use standardized API response formats and dedicated integration modules for AI. Implementing common code patterns for frontend API calls and Claude API integration ensures consistent data handling across your application.

How do I set up testing requirements for backend and frontend services?

Set up testing requirements by using pytest for backend validations and React Testing Library for frontend components. This provides structured test examples to verify service interactions and UI behavior.

What should be included in a deployment workflow for Next.js and FastAPI?

A deployment workflow should include pre-deployment checklists and specific deployment commands. Reviewing these steps ensures your Next.js and FastAPI services are validated before production release.

Does this project guideline template work with Supabase and Playwright?

Yes, the project guidelines cover technology stacks including Supabase for database services and Playwright for end-to-end testing. This ensures your architecture and testing patterns align with these specific tools.

When do I need to review project guidelines for coding patterns?

Review project guidelines when a new developer joins or when establishing a new project template. This provides the necessary information on architecture, testing, and deployment workflows to quickly understand project conventions.