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

Document project-specific guidelines for architecture, coding patterns, testing, and deployment.

3|1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill -oabdelmaksoud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: プロジェクトガイドラインスキル(例)
Source: https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN/tree/main/ecc-resources/docs/ja-JP/skills/project-guidelines-example
Command: npx skills add https://github.com/oabdelmaksoud/AGI-FARM-PLUGIN --skill -oabdelmaksoud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of project-specific guidelines, architecture, file structure, coding patterns, testing requirements, and deployment workflows, ensuring consistency and best practices.

Core Features & Use Cases

  • Architecture Overview: Understand the technology stack and service interactions.
  • File Structure: Familiarize yourself with the project's organization.
  • Coding Patterns: Learn reusable code snippets and API response formats.
  • Testing Requirements: Understand backend and frontend testing strategies.
  • Deployment Workflows: Follow deployment checklists and environment variable configurations.
  • Use Case: A new developer joining the project can use this Skill to quickly grasp the project's technical landscape and adhere to established standards from day one.

Quick Start

Review the project architecture and coding patterns for the Zenith project.

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

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

FAQPage Schema
What coding standards and architecture guidelines are used for a Next.js and FastAPI project?

Project guidelines for Next.js and FastAPI define coding standards by detailing service interactions, TypeScript frontend patterns, Python backend structures, and Supabase database integration to ensure consistency across the technology stack.

How do I structure tests for a Python FastAPI backend and Next.js frontend?

To structure tests for FastAPI and Next.js, follow the project testing requirements which outline backend strategies using pytest and frontend testing structures utilizing React Testing Library.

How do I integrate Claude AI into a FastAPI and Next.js application?

AI integration with Claude is detailed in the project guidelines through specific code examples for API responses, frontend API calls, and backend integration patterns within the FastAPI and Next.js architecture.

Can I use Supabase as the database for a Next.js and FastAPI application?

Yes, Supabase is supported as the database layer. The project architecture guidelines detail how Supabase interacts with the Next.js frontend and FastAPI backend to manage data flow and service interactions.