agent-team-foundationagent-team-foundationOfficial·4 Agent Skills Included

first-tree

Shared team context memory for coding agents

Gives coding agents a shared team memory of decisions, ownership, and constraints through a Git-based Context Tree. Reads relevant context before tasks, writes durable decisions back after work, and reviews or audits tree changes via pull requests. Eliminates cold-start prompts, repeated mistakes, and lost decisions so every agent task starts with full team context.
npx skills add agent-team-foundation/first-tree --all -g -y
Available:

Tells the agent how the monorepo is structured, which repo-local skills to load for context reads, writes, seeding, and QA, and what architecture and safety rules to follow while working.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install first-tree?

Run `npx skills add agent-team-foundation/first-tree --all -g -y` in your terminal to install all skills in this suite globally.

What is a Context Tree?

It is a Git-based team memory of decisions, ownership, and constraints that agents read before working and update after finishing, so every task starts with shared context.

How do agents use first-tree skills?

The read skill loads relevant context before a task, the write skill reflects durable decisions back as reviewable pull requests, and the seed skill bootstraps an empty tree from your source repos.

Does first-tree work with Claude Code and Codex?

Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Codex, and other compatible agent runtimes, with GitHub and GitLab integration.

Can first-tree review or audit context changes?

Yes. Dedicated skills review Context Tree pull requests with safe auto-repair and audit stored content for drift, duplication, or contradictions.

Related Repositories in Software Engineering

View All in Software Engineering