Skip to main content
Run any Skill in Manus
with one click
GitHub repository

first-tree-legacy

first-tree-legacy contains 6 collected skills from agent-team-foundation, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
47
updated
2026-05-21
Forks
10
Occupation coverage
2 occupation categories ยท 100% classified
repository explorer

Skills in this repository

first-tree
computer-occupations-all-other

Canonical whitepaper and routing skill for First Tree. Explains what belongs in a Context Tree, how source or workspace roots, tree repos, and bindings relate, and how the current `first-tree tree` and `first-tree github scan` surfaces fit together. Use when you need shared First Tree concepts, need to choose between onboarding, sync, write, or GitHub notification workflows, or need the high-level CLI map before acting.

2026-05-21
first-tree-onboarding
software-developers

One-shot onboarding command for First Tree. Drives a repo or workspace from "no first-tree" all the way to "tree bound, real content drafted, daemon running, agent templates confirmed" โ€” end to end, in one skill invocation. Trigger this skill when the user invokes `/first-tree-onboarding`, says "onboard this repo to first-tree", "set up first-tree here", "complete first-tree onboarding", or runs first-tree against an unbound repo or workspace. Also trigger when re-running on an already-bound repo to refresh skills, draft missing content, or reverify the daemon. Use this skill instead of running `first-tree tree init` from raw memory; it owns role-by-role branching, the initial-content drafting phase the CLI does NOT do, and the final doctor checks.

2026-05-15
first-tree-sync
software-developers

Audit and repair drift between merged code and the Context Tree in both directions โ€” treeโ†’code (does code still support tree facts?) and codeโ†’tree (does the tree register everything code now contains?). Use when the tree may be stale, wrong, outdated, or missing coverage for recent code changes; after a large merge; before release; on a freshly onboarded tree; or when a GitHub notification was routed `route=sync`. Sync owns broad drift discovery, structural skeleton repair, and substantive write hand-off across one tree. Use `first-tree-write` instead when the user already gave you a specific PR / doc / note to write into the tree.

2026-05-10
github-scan
software-developers

Operate the `first-tree github scan` CLI โ€” the GitHub notification daemon and inbox runtime. Use whenever you need to run, start, stop, inspect, poll, or debug github-scan; view or respond to GitHub-triggered work from the terminal; or wire up the github-scan statusline hook.

2026-05-06
first-tree-github-scan
computer-occupations-all-other

Agent skill for handling a single GitHub notification spawned by the First Tree github-scan daemon. Use when an agent needs to decide how to tag, comment on, escalate, or hand off a PR, issue, review request, mention, or CI event, and when it needs to choose between handling on GitHub or routing to `first-tree-sync` / `first-tree-write`. This is the agent behavior spec, not the human CLI operations guide for the daemon โ€” for that, run `first-tree github scan --help`.

2026-05-06
first-tree-write
software-developers

Write Context Tree updates from explicit source material โ€” code PRs, design docs, meeting notes, raw text. Use when the user gives you a concrete source and wants the right durable tree change drafted, linked, and reviewed. This skill is source-driven and targeted; use `first-tree-sync` instead for broad drift audits with no specific source.

2026-05-04