Project Guidelines Skill (Example)

Documents project-specific development guidelines including architecture, code patterns, testing, and deployment workflows.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill project-guidelines-skill-example-sangrokjung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Project Guidelines Skill (Example)
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/project-guidelines-example
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill project-guidelines-skill-example-sangrokjung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive template and reference for project-specific development guidelines, ensuring consistency and best practices across a particular project.

Core Features & Use Cases

  • Project Structure: Outlines the expected directory and file organization.
  • Code Patterns: Demonstrates recommended API response formats, frontend API calls, AI integration, and custom hooks.
  • Testing: Details testing requirements and structures for both backend (pytest) and frontend (React Testing Library).
  • Deployment: Provides a pre-deployment checklist and example deployment commands.
  • Use Case: A new developer joining the Zenith project can use this skill to quickly understand the project's architecture, coding standards, and deployment process.

Quick Start

Reference this skill when working on the specific project it's designed for.

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 set up project guidelines for frontend and backend development standards?

Project guidelines define architecture, file structure, and code patterns for frontend and backend development standards to ensure consistency. This skill provides a reference template detailing API response formats, custom hooks, and directory organization for production applications.

What is the best way to structure testing requirements for a full stack application?

Structuring testing requirements involves defining strategies for both backend and frontend environments. This skill details testing structures using pytest for backend services and React Testing Library for frontend components to maintain code quality.

How do I create a pre-deployment checklist for a production application?

A pre-deployment checklist ensures all prerequisites are met before releasing a production application. This skill provides a reference checklist alongside example deployment commands to streamline the release workflow and prevent common deployment errors.

What code patterns should I use for frontend API calls and AI integration?

Code patterns for frontend API calls and AI integration standardize how services communicate. This skill demonstrates recommended API response formats, frontend API call structures, AI integration methods, and custom hooks to maintain consistent development practices.

Can I use these project guidelines for a new developer onboarding process?

Yes, project guidelines are effective for new developer onboarding. A new developer can reference this skill to quickly understand the project's architecture, coding standards, testing strategies, and deployment process without extensive manual documentation.