project-guidelines

Organize project setup with templates, guidelines, and environment configuration patterns.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/tadokoro-ryusuke/cc-plugins --skill project-guidelines-tadokoro-ryusuke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guidelines
Source: https://github.com/tadokoro-ryusuke/cc-plugins/tree/main/dev-core/skills/project-guidelines
Command: npx skills add https://github.com/tadokoro-ryusuke/cc-plugins --skill project-guidelines-tadokoro-ryusuke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inconsistent project setups cause onboarding delays and misaligned practices. This skill consolidates project configuration, guidelines, and templates into a single reference to speed up project initialization and governance.

Core Features & Use Cases

  • Project configuration templates: Reusable blueprints for common project setups, including environment variable templates and package scripts.
  • Environment & CI/CD blueprints: Standardized env vars, recommended tool versions, and a GitHub Actions workflow skeleton for dependable builds.
  • Documentation scaffold: A clear structure to capture plans, API docs, architecture decisions, and guidelines for contributors.
  • Use Case: Starting a new Next.js FSD project can leverage these templates to ensure consistent architecture and team practices across projects.

Quick Start

Seed your repository with the project guidelines templates and environment configuration patterns to start with a consistent setup.

Frequently Asked Questions about project-guidelines

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

FAQPage Schema
How do I standardize project setup and governance across multiple repositories?

Standardize project setup by applying reusable configuration templates, environment variable blueprints, and CI/CD workflow skeletons to align team practices. This consolidates governance into a single reference for consistent architecture across repositories.

What templates are included for Next.js project configuration?

Next.js project configuration templates include reusable blueprints for environment variables, package scripts, and FSD-inspired architecture structures. These templates standardize tooling versions and team practices for quick project initialization.

How do I create a documentation scaffold for architecture decisions and API docs?

Create a documentation scaffold using the provided structure to capture plans, API docs, architecture decisions, and contributor guidelines. This clear structure ensures project knowledge is consistently organized and accessible for team onboarding.

Can I use these CI/CD blueprints and environment configurations for backend projects?

Yes, you can use these CI/CD blueprints and environment configurations for backend projects. The templates apply to both frontend and backend setups, providing standardized env vars, tool versions, and GitHub Actions workflow skeletons.

What's the best way to speed up onboarding for a new development team?

Speed up onboarding by seeding your repository with project guidelines templates and environment configuration patterns. Providing a single reference for configuration, documentation scaffolds, and CI/CD workflows prevents inconsistent setups and misaligned practices.