10x-new

Creates a new change folder with a change.md identity file under context/changes.

Updated May 24, 2026
One-click install
npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-new-devmachaj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-new
Source: https://github.com/DevMachaj/Projekt-certyfikacyjny/tree/main/.claude/skills/10x-new
Command: npx skills add https://github.com/DevMachaj/Projekt-certyfikacyjny --skill 10x-new-devmachaj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Starting a new unit of work in a structured change-management workflow requires consistent folder scaffolding, naming conventions, and lifecycle metadata; doing this by hand leads to inconsistent change-ids, missing frontmatter, and collisions with existing or archived changes. ## Core Features & Use Cases - Change folder bootstrapping: Creates context/changes/<change-id>/ with a change.md identity file containing validated frontmatter (change_id, title, status, created, updated, archived_at). - Argument parsing and validation: Accepts plain slugs, path-style references (with or without @), and freeform intent; enforces kebab-case and uniqueness across context/changes/ and context/archive/. - Next-step routing: Suggests and copies to clipboard the appropriate follow-up skill (/10x-plan, /10x-research, or /10x-frame) based on signals in the stated intent. - Use Case: A developer wants to start work on OAuth login. They invoke the skill with oauth-login add Google sign-in for faster onboarding, and it creates the change folder, writes a titled change.md seeded with the intent as Notes, and copies /10x-plan oauth-login to the clipboard. ## Quick Start Ask the assistant to start a new change called oauth-login with the intent to add Google sign-in for faster onboarding.

Frequently Asked Questions about 10x-new

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new change folder for a unit of work?

Invoke the skill with a kebab-case change-id, optionally followed by freeform intent. It creates context/changes/<change-id>/change.md with frontmatter (change_id, title, status, created, updated, archived_at) and a Notes section seeded from your intent.

What naming rules apply to a change-id?

The change-id must be kebab-case: start with a lowercase letter, use lowercase letters, digits, and single hyphens, with no leading or trailing hyphen and no double hyphens. Invalid ids like "My Feature" are rejected with an error message.

Can I reference an existing change path instead of a plain id?

Yes. Path-style references such as @context/changes/oauth-login/ are accepted; the leading @ and trailing slash are stripped and the last path segment becomes the change-id. Anything after the first token is treated as freeform intent.

What happens if the change-id already exists?

The skill checks both context/changes/ and context/archive/ for collisions. If the id exists in either location, it stops with an error telling you to pick a different change-id or work inside the existing folder.

Does this skill create plan or research files?

No. It only creates the change.md identity file. Research, framing, and planning artifacts are produced by their respective skills (/10x-research, /10x-frame, /10x-plan), which it suggests as next steps.