zach

Loads Zach's identity and preferences from local YAML and memory files into session context.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ComputerConnection/zach-pack --skill zach
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zach
Source: https://github.com/ComputerConnection/zach-pack/tree/main/skills/zach
Command: npx skills add https://github.com/ComputerConnection/zach-pack --skill zach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Context Injection loads Zach's identity, business context, and working preferences at session start to eliminate cold starts and ensure the AI interacts with Zach's persona.

Core Features & Use Cases

  • Load identity from ~/.claude/skills/zach/IDENTITY.md to seed the AI persona.
  • Read business context, team structure, and preferences from ~/.claude/skills/vision/memory/taught.md and ~/.claude/skills/vision/memory/zach_profile.md to align behavior.
  • Provide a ready-to-work contextual baseline at session start for deterministic, Zach-aligned interactions.

Quick Start

Load Zach's identity and preferences from the repository paths and confirm orientation with a brief one-liner.

Frequently Asked Questions about zach

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

FAQPage Schema
How do I load identity and business context into an AI session to eliminate cold starts?

To eliminate cold starts, load identity and business context by reading local files like IDENTITY.md and memory profile YAML data to seed the AI persona at session start.

What is context injection for an AI assistant and how does it work?

Context injection for an AI assistant works by loading specific user identity, business context, and working preferences from local repository files into the session baseline for deterministic interactions.

How do I seed an AI persona with executive-support preferences at session start?

Seed an AI persona by reading predefined working preferences and team structure from local memory files, loading them directly into the session to align AI behavior immediately.

Can I use local YAML frontmatter and markdown files to configure AI session context?

Yes, you can configure AI session context by parsing YAML frontmatter data and reading local markdown files to establish a ready-to-work contextual baseline without external dependencies.

Do I need external dependencies to load user identity into an AI session?

No, you do not need external dependencies to load user identity; the process relies entirely on reading local repository files to inject context and preferences.

Why does my AI assistant forget user preferences between sessions?

An AI assistant forgets user preferences between sessions because it lacks a context-loading mechanism, which can be fixed by injecting identity and memory files at session start.