Project Guidelines Skill (Example)

Generate standardized project scaffolds for Next.js and FastAPI applications.

3|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/monch1962/everything-opencode --skill project-guidelines-skill-example
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Skill (Example)
Source: https://github.com/monch1962/everything-opencode/tree/main/skills/project-guidelines-example
Command: npx skills add https://github.com/monch1962/everything-opencode --skill project-guidelines-skill-example

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill codifies project guidelines to standardize software architecture, deployment, and testing across teams.

Core Features & Use Cases

  • Architecture overview, file structure guidance, and coding patterns for multi‑tier web apps.
  • Testing requirements and deployment workflows for consistent CI/CD practices.
  • Use Case: Imagine a new Next.js + FastAPI project; this skill provides a ready-to-follow scaffold and rules.

Quick Start

Use the project guidelines skill to generate a project scaffold for a Next.js + FastAPI stack, including recommended folder layout, sample configuration, and deployment steps.

Frequently Asked Questions about Project Guidelines Skill (Example)

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

FAQPage Schema
How do I standardize project guidelines across a Next.js and FastAPI application?

Standardizing project guidelines establishes consistent architecture, file structure, and deployment workflows across full-stack applications. This Skill codifies those standards—folder layout, coding patterns, testing requirements, and CI/CD practices—into a reusable scaffold you can apply immediately to multi-tier web projects.

What should a multi-tier web application's file structure and architecture look like?

A well-organized multi-tier web application separates frontend (Next.js), backend (FastAPI), and shared concerns into distinct layers with clear responsibilities. This Skill provides recommended folder hierarchies, module organization, and architectural patterns that align testing and deployment across both tiers.

How do I implement consistent testing and deployment workflows in CI/CD?

Consistent CI/CD practices require standardized testing requirements and deployment steps across environments. This Skill defines those workflows—what to test, how to validate, and ready-to-run deployment procedures—ensuring reliable, repeatable builds across development, staging, and production.

Can I use project guidelines for an existing Next.js and FastAPI project?

Yes. This Skill applies to both new and existing full-stack projects. It provides architecture overview, file structure guidance, and code patterns you can adopt incrementally or use as a reference to refactor and align your current codebase with standardized practices.

What coding patterns should I follow for maintainable multi-tier applications?

Reusable coding patterns reduce duplication and improve maintainability across frontend and backend layers. This Skill documents patterns specific to Next.js and FastAPI projects, covering request handling, data modeling, error handling, and state management aligned with project architecture.