Newlife
Description
Turn a curiosity into a question that can be settled, freeze what would count as an answer before running anything, and leave a verdict auditable from git alone. Skills for Claude Code / Codex; pip install newlife.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
newlife
[](https://pypi.org/project/newlife/) [](https://github.com/hzshen88/newlife/actions/workflows/lint.yml) [](LICENSE)
**Turn a curiosity into a question that can be settled, freeze what would count as an answer before running anything, and leave a verdict that can be audited from git alone.**
You talk to your AI; it runs the commands. Setup is two lines:
python -m pip install newlife
newlife start my-research
Open `my-research` in Claude Code, Codex, or any AI tool that reads `SKILL.md` files, and say:
Explore this with me: *your curiosity*
`NEXT.md` in that folder says what happens from here. If you get lost, ask your AI "how does this work" or "which step are we at"; the installed `newlife` skill answers in your terms. [`docs/first-question.md`](docs/first-question.md) walks one question end to end in about ten minutes, with the real output of every command.
Requires Python 3.12 or newer and `git` (the freeze is a git commit; that is what makes the timestamp real). `start` tells you if git has no identity to sign with, rather than guessing one.
What happens, in your words
- Explore. Your AI asks one or two honing questions, then walks one edge at a time and
keeps a map silently. You answer and decide. (This stage is the
exloopskill from the `exloop` package; newlife depends on it, so the same install brings it.) - Hand off. When a boundary can be stated as "what measurement would make the answer different", the AI says so once. If you agree, a question folder appears with the exploration record inside it.
- Is it worth asking? The AI asks only what the map cannot supply: who would bet the other way, is the answer settled by design or by running, who changes wha
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git