Project Guidelines Skill (Example)

Provide project-specific guidelines for the Zenith project's architecture and development standards.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hummbl-dev/hummbl-agent --skill project-guidelines-skill-example-hummbl-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Skill (Example)
Source: https://github.com/hummbl-dev/hummbl-agent/tree/main/skills/project-guidelines-example
Command: npx skills add https://github.com/hummbl-dev/hummbl-agent --skill project-guidelines-skill-example-hummbl-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a centralized, easily accessible reference for project-specific guidelines, architecture, and best practices, ensuring consistency and adherence to standards across the development lifecycle.

Core Features & Use Cases

  • Architecture Overview: Understand the technology stack and service interactions.
  • File Structure: Visualize and adhere to the project's directory organization.
  • Code Patterns: Reference examples for API responses, frontend calls, AI integration, and custom hooks.
  • Testing Requirements: Guidance on backend (pytest) and frontend (React Testing Library) testing.
  • Deployment Workflow: Checklists, commands, and environment variable configurations.
  • Critical Rules: Key principles to follow, such as immutability and TDD.
  • Use Case: A new developer joins the Zenith project and needs to understand the recommended way to structure API responses and make frontend API calls. They would consult this Skill.

Quick Start

Refer to this skill for project-specific architecture and code patterns.

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 structure API responses and frontend calls for a Next.js and FastAPI project?

To structure API responses and frontend calls for a Next.js and FastAPI project, reference centralized project guidelines that provide specific code patterns for backend API responses and frontend integration. These standards ensure consistency across the development lifecycle.

What are the recommended testing requirements for a Python FastAPI backend and React frontend?

Recommended testing requirements for a Python FastAPI backend and React frontend include using pytest for backend validation and React Testing Library for frontend components. These testing standards enforce principles like test-driven development across the project.

How do I integrate the Claude API into my existing Next.js and FastAPI architecture?

To integrate the Claude API into your Next.js and FastAPI architecture, follow project-specific code patterns that detail AI integration standards. This ensures the AI components interact correctly with your defined frontend and backend services.

What's the best way to manage deployment workflows and environment variables for a full-stack Next.js project?

The best way to manage deployment workflows and environment variables for a full-stack Next.js project is to use established deployment checklists and environment variable configurations. This approach maintains environment parity and prevents configuration errors.

Does this project guidelines reference cover critical development rules like immutability and TDD?

Yes, this project guidelines reference covers critical development rules including immutability and test-driven development (TDD). It provides comprehensive architectural overviews and standards to enforce these principles throughout the development process.