everystack-builder

Orchestrate EveryStack's six-step build lifecycle with static checks and session logging.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code building process within Claude Code sessions, ensuring adherence to established development workflows and quality standards.

Core Features & Use Cases

  • Guided Build Execution: Follows a precise six-step build lifecycle for feature development.
  • Integrated Static Checks: Automatically runs typechecking and linting after each prompt.
  • Session Logging: Maintains a detailed record of changes in MODIFICATIONS.md for review.
  • Use Case: When developing a new feature, use this skill to execute prompts, ensure code quality through automated checks, and log all modifications before committing.

Quick Start

Execute the current build prompt and run static checks.

Frequently Asked Questions about everystack-builder

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

FAQPage Schema
How do I automate typecheck and lint during a Claude Code build?

Automated typecheck and lint runs after each build prompt by following a static check sequence within the build lifecycle. This enforces code quality standards automatically before any work is committed.

How does session logging work for code modifications in a developer workflow?

Session logging records all build modifications in MODIFICATIONS.md. This file maintains a detailed history of changes during the build lifecycle for later review and tracking.

What is the best way to execute build prompts and commit work in Claude Code?

Executing build prompts and committing work follows a six-step build lifecycle. This process orchestrates prompt loading, static checks, failure handling, and commit cadence to ensure reliable feature development.

How do I handle static check failures during a feature build?

Static check failures trigger predefined handling patterns within the build lifecycle. The process pauses execution, addresses the typecheck or lint errors, and resumes once code quality standards are met.

Do I need a specific playbook to use a guided build execution workflow?

Guided build execution triggers specifically when building features from a playbook. This prerequisite ensures the six-step lifecycle has structured prompts to load and process during the build session.

When should I use a structured build lifecycle instead of manual code generation?

A structured build lifecycle is needed when developing features that require strict adherence to development workflows. It ensures integrated static checks, session logging, and commit cadence are consistently applied.