planning-with-files
83Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Create Isolated Git Worktrees
Developers need isolated branches without disturbing their current workspace. This skill guides Claude, Codex, and Claude Code through safe worktree setup and baseline checks.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "using-git-worktrees" from https://skillstore.io/skills/zhanlincui-using-git-worktrees.md and its manifest at https://skillstore.io/api/skills/zhanlincui-using-git-worktrees/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "using-git-worktrees". Create a worktree for an authentication feature.
Expected outcome:
The response identifies the selected worktree directory, confirms ignore verification, reports the new branch, and summarizes baseline test status.
Using "using-git-worktrees". No worktree directory exists in the repository.
Expected outcome:
The response asks the user to choose between a project-local directory and the documented global location.
Using "using-git-worktrees". Baseline tests fail after setup.
Expected outcome:
The response reports the failing test summary and asks whether to investigate or proceed with known failures.
Most static findings are false positives caused by Markdown fences, inline command examples, stderr redirects, and documented worktree paths. The main residual risk is that the skill can run project setup and test commands automatically, which is unsafe in untrusted repositories without confirmation.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/zhanlincui-using-git-worktrees/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/zhanlincui-using-git-worktrees?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/zhanlincui-using-git-worktrees?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zhanlincui-using-git-worktrees/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/zhanlincui-using-git-worktrees.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>ZhanlinCui. (2026). using-git-worktrees security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zhanlincui-using-git-worktrees/audits/5@techreport{zhanlincui-zhanlincui-using-git-worktrees-2026,
author = {ZhanlinCui},
title = {using-git-worktrees security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/zhanlincui-using-git-worktrees/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "using-git-worktrees security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "ZhanlinCui"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/zhanlincui-using-git-worktrees/audits/5"
identifiers:
- type: other
value: "skillstore:zhanlincui-using-git-worktrees:audit:5"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
zhanlincui-using-git-worktrees
2026-08-21
doyajin174-using-git-worktrees
2026-08-21
codingcossack-using-git-worktrees
2026-08-21
dyai2025-using-git-worktrees
2026-08-21
obra-using-git-worktrees
2026-08-21
cygnusfear-using-git-worktrees
2026-08-21
sickn33-using-git-worktrees
2026-08-21
davila7-using-git-worktrees
2026-08-21
cycleaddict-using-git-worktrees
2026-08-21
Create a separate workspace for implementation while keeping the current checkout untouched.
Open a bug fix or review branch beside active work without switching branches.
Prepare a clean worktree before an implementation plan runs through Claude, Codex, or Claude Code.
Create an isolated Git worktree for this feature. Follow the project directory preference, verify ignore rules, and report the final path.
Set up a worktree for feature/<name>. Check existing worktree directories and CLAUDE.md before asking me for a location.
Create a worktree for this task, run the detected setup steps, execute baseline tests, and stop if tests fail.
Create separate worktrees for implementation and release verification. Use project conventions, avoid tracked worktree directories, and summarize each workspace status.
Author
ZhanlinCuiLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection/tree/main/using-git-worktreesRef
88a205c7f635a966e31156313b590d59007c5caa
Maintenance freshness
7/18/2026
Usage
28 downloads ยท 338 views
File structure
๐ SKILL.md
Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Generate Bilingual GitHub Release READMEs
Release notes and README updates can take time before each GitHub release. This skill generates bilingual release documentation and guides review, commit, and push steps.
Organize Obsidian Notes with AI
Obsidian vaults can become hard to review and update consistently. This skill helps Claude and Codex create daily notes, capture ideas, and summarize recent work.
Process PDFs with Extraction and Form Tools
PDF work often requires separate tools for text, tables, pages, and forms. This skill gives Claude, Codex, and Claude Code guided workflows and helper scripts for PDF tasks.
Build Distinctive Frontend Interfaces
Generic web interfaces can feel unfinished and forgettable. This skill guides Claude, Codex, and Claude Code toward polished frontend work with clear visual direction.
Plan Creative Work Before Building
Teams often start implementation before goals, constraints, and trade-offs are clear. This skill guides Claude, Codex, and Claude Code through structured brainstorming before design work begins.
Manage Advanced Git Workflows
by wshobson
Complex Git history tasks can break branches, hide bugs, or slow reviews. This skill provides structured guidance for safe rebases, cherry-picks, bisects, worktrees, and recovery.
Standardize Your Git Workflow
by Atman36
Inconsistent commits and branches make collaboration and releases harder to manage. This skill applies Conventional Commits, GitFlow, review practices, and pre-commit checks.
Manage Git Submodules Safely
by supercent-io
Git submodules can be hard to add, update, and remove without mistakes. This skill provides structured workflows for common submodule tasks.
Finish Development Branches Safely
by sickn33
Completed branches often lack a clear integration and cleanup process. This skill verifies tests and guides users through merge, pull request, preservation, or discard workflows.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Create Conventional Git Commits
by 21pounder
Manual commit preparation can miss staged changes, message style, or sensitive files. This skill reviews git state and helps create clear conventional commits.