๐Ÿ› ๏ธ
AutomationShell

Feature

by garagon

Feature is an Automation skill for Claude Code, published by garagon in nanostack.

204 stars15 forkson garagon/nanostackAdded 2026/09/05Repository updated 2026/06/15
ai-agentsai-codingclaude-codecode-reviewcodexdeveloper-toolsengineering-workflowgstackharnessharness-engineeringsecurity-audit
Install in seconds
Install Feature
Copy 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/garagon/nanostack/tree/main/feature ~/.claude/skills/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/garagon/nanostack.git

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

In this catalog

Source file
feature/SKILL.md in garagon/nanostack
Installs to
~/.claude/skills/feature
Collection
One of 18 skills cataloged from this repository
Category
Automation โ€” 1956 skills

What Feature does

Feature adds a new feature to an existing project by running a full sprint workflow from planning through ship. Use it when the user already knows what they want and the codebase already exists.

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

Documentation

README

/feature โ€” Add a Feature

Fast path for adding a feature to an existing project. Skips the /think diagnostic and runs the full sprint via skill invocations.

/feature Add import from JSON/CSV to restore backups

Telemetry preamble

Defensive telemetry init. No-op if telemetry is disabled via NANOSTACK_NO_TELEMETRY=1, ~/.nanostack/.telemetry-disabled, or if the helpers are removed.

_P="$HOME/.claude/skills/nanostack/bin/lib/skill-preamble.sh"
[ -f "$_P" ] && . "$_P" feature
unset _P

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

Commands Feature provides

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

  • /feature
  • /think
  • /nano
  • /review
  • /security
  • /qa
  • /ship
  • /compound

Frequently asked about Feature

  • What else does garagon publish alongside Feature?

    Feature is one of 18 skills that DirSkills catalogs from garagon/nanostack, the repository it ships in. Its siblings there include Compound, Conductor and Guard. Each one is a separate skill with its own page in this directory, installs the same way Feature does, and is maintained by garagon in that same repository. The rest of the collection is listed on the garagon/nanostack page.

  • How does Feature compare to other Automation skills?

    Feature ranks #1738 by stars among the 1956 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 Feature against them. Open each page to compare what they document and how they install.

More from garagon/nanostack

Feature is one of 18 skills cataloged on DirSkills from garagon/nanostack.

See all 18 skills โ†’