🌱
AutomationPython

New Feature

by michaelshimeles

New Feature is an Automation skill for Claude Code, published by michaelshimeles in skills.

538 stars92 forkson michaelshimeles/skillsAdded 2026/09/03Repository updated 2026/09/02
agent-skillsai-agentsclaude-codecode-reviewcodexcursordeveloper-workflowgreptile
Install in seconds
Install New Feature
Copy New Feature into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/michaelshimeles/skills/tree/main/new-feature ~/.claude/skills/new-feature

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/michaelshimeles/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
new-feature/SKILL.md in michaelshimeles/skills
Installs to
~/.claude/skills/new-feature
Collection
One of 6 skills cataloged from this repository
Category
Automation1754 skills

What New Feature does

New Feature starts each task in a separate Git worktree branched from origin/main so multiple agents can work in parallel without conflicts. Use it before starting a new feature, fix, or task.

New Feature is cataloged under Automation on DirSkills. New Feature comes from a repository tagged agent-skills, ai-agents, claude-code, code-review and codex.

Documentation

README

New Feature

Every task gets its own worktree and branch, created from the latest origin/main. Never build on main, and never reuse another agent's worktree or branch.

Harness deltas — read first

  • Claude Code: the harness creates and manages worktrees itself (under .claude/worktrees/<name>). Skip steps 3–4 below (no manual git worktree add / remove), and keep the harness-assigned branch name. Steps 1–2 and 5 still apply.
  • Cursor-managed worktrees (branches named worktree-*): same idea — keep the assigned branch and worktree, apply steps 2 and 5.
  • Any other harness: follow all steps.

Steps

  1. Sync: git fetch origin.

This is the opening of the README. Read the full README on GitHub.

Commands New Feature provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /virtualenvs

Frequently asked about New Feature

  • What else does michaelshimeles publish alongside New Feature?

    New Feature is one of 6 skills that DirSkills catalogs from michaelshimeles/skills, the repository it ships in. Its siblings there include Before and After Screenshot, Code Structure and Evidence-Driven Testing. Each one is a separate skill with its own page in this directory, installs the same way New Feature does, and is maintained by michaelshimeles in that same repository. The rest of the collection is listed on the michaelshimeles/skills page.

  • How does New Feature compare to other Automation skills?

    New Feature ranks #1325 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of New Feature against them. Open each page to compare what they document and how they install.

More from michaelshimeles/skills

New Feature is one of 6 skills cataloged on DirSkills from michaelshimeles/skills.

See all 6 skills