everystack-phase-context

Document the EveryStack monorepo structure, patterns, and development phase progress.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stevenandteresa-maker/EveryStack --skill everystack-phase-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: everystack-phase-context
Source: https://github.com/stevenandteresa-maker/EveryStack/tree/main/docs/skills/phase-context
Command: npx skills add https://github.com/stevenandteresa-maker/EveryStack --skill everystack-phase-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides Claude Code with a comprehensive, up-to-date understanding of the EveryStack codebase, preventing it from having to rediscover existing files, modules, patterns, and conventions during each interaction.

Core Features & Use Cases

  • Codebase Awareness: Informs Claude Code about the current state of the monorepo, including project structure, dependencies, and established patterns.
  • Contextual Information: Details the progress of development phases, key files, and architectural decisions.
  • Use Case: When asked to implement a new feature, Claude Code can leverage this Skill to understand where to place new files, which existing utilities to reuse, and adhere to established coding conventions like conventional commits and RLS policies.

Quick Start

Use the everystack-phase-context skill to understand the current build state of the EveryStack codebase.

Frequently Asked Questions about everystack-phase-context

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

FAQPage Schema
How do I provide AI context for a monorepo codebase during development?

Providing AI context for a monorepo involves documenting the project structure, established patterns, and development phase progress. This ensures AI models understand architectural conventions and maintain context without rediscovering existing files during interactions.

Why does my AI assistant ignore existing coding conventions when generating new features?

AI assistants ignore coding conventions when they lack explicit context about the codebase state. Documenting architectural decisions, key files, and established patterns like conventional commits and RLS policies ensures the AI adheres to project standards during development tasks.

What is the best way to document codebase state for AI models?

Documenting codebase state for AI models requires detailing the monorepo structure, dependencies, and development phase progress. This contextual information informs the AI about where to place new files, which utilities to reuse, and what architectural conventions to follow.

Can I use codebase context to help AI understand infrastructure and database patterns?

Yes, you can use codebase context to inform AI about infrastructure, database, auth, and observability patterns. Detailing these architectural conventions ensures the AI model maintains accurate project context and adheres to established standards across all runtime services.

Does providing project structure context prevent AI from duplicating existing utilities?

Providing project structure context prevents AI from duplicating existing utilities by informing it of available modules and dependencies. This awareness allows the AI to reuse established code and adhere to the monorepo's architectural conventions during feature implementation.

How to maintain AI context across development phases in a monorepo?

Maintaining AI context across development phases requires documenting the progress of infrastructure, database, auth, and observability layers. This ongoing documentation ensures the AI model understands the current build state and architectural decisions for subsequent tasks.