You MUST use this skill before writing any code for a new feature, module, class, or API endpoint. Use when the thing being built does not yet exist in the codebase — adding net-new functionality. Stronger signals: "add", "implement", "create", "build", "new feature", "new endpoint", explicit new requirement. Use sextant:modify-feature instead when the functionality already exists and you are changing its behavior. Use sextant:refine-requirements first if the requirement is vague or the scope is unclear.
$npx -y skills add hellotern/sextant --skill add-featureInstalls into the current project.
Run `npx skills use "https://github.com/hellotern/sextant" --skill "hellotern/sextant/add-feature"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hellotern/sextant" that are relevant to the current task. Run `npx skills add "https://github.com/hellotern/sextant"` and select the relevant skills, then follow their instructions.