Environment
Node version, package manager, OS detection
Latest updates and feature releases for xtarterize.
xtarterize add without a task ID now shows a grouped multi-select menu for interactive task selectionxtarterize check --badge <path> generates an SVG conformance badge with score, progress bar, and statuseditorconfig, nvmrc, and agent/skills tasks — editorconfig is redundant with linters + VS Code settings, nvmrc lts/* too vague, and agent/skills duplicated AGENTS.md contentcodegen/plop task now requires a detected framework to be applicableeqeqeq, prefer-const, no-shadow, max-params, React rules, Vitest overrides for Oxlint; noExcessiveCognitiveComplexity, useMaxParams for Biomeinit and syncnew, patch, skip, conflict)-w) for pnpm dependency installs in monorepo rootsNew --format flag for init, sync, diff, and add commands:
Shows +N -M change stats per file and @@ hunk headers in git-style unified diff format.
Includes structured hunks, stats, and semantic key-level diffs — designed for CI pipelines and AI-agent consumption.
changesets/action@v1 vs tag-push).nvmrc and package.json engines.nodeNew doctor command for environment and project health diagnostics:
Environment
Node version, package manager, OS detection
Tools
Displays installed tool versions (Biome, oxlint, etc.)
Project
Project health checks and diagnostics
Configuration
Config file status and detected settings
--verbose flag for system information. JSON output mode for machine consumption.
pnpm update && pnpm dedupe) instead of npm-check-updates"extends": "config:base" treated as equivalent to "extends": ["config:base"]New conformance tasks:
EditorConfig
.editorconfig generation for consistent editor settings
npmrc
.npmrc with strict engine checks and exact version pinning
nvmrc
Node version pinning in .nvmrc
lint-staged
Run linters only on staged files — faster pre-commit hooks
Git hooks
Pre-configured git hooks via simple-git-hooks
pnpm catalogs
Workspace catalog: protocol for centralized dependency versions
Skills from the same source repo are now grouped into a single npx command with multiple --skill flags.
Expanded the agent skills catalog to 20+ stack-specific skills:
Frontend / UI
baseline-ui, fixing-accessibility, fixing-metadata, fixing-motion-performance
React
react-dev, react-useeffect
Vue / Nuxt
vue, vue-best-practices, nuxt
Expo / React Native
upgrading-expo, vercel-react-native-skills
Build tools
vite, vitest, tsdown, turborepo
Database / Auth
supabase-postgres-best-practices, postgres-drizzle, redis-best-practices, better-auth-best-practices, create-auth-skill
AI / SDKs
ai-sdk
Specialized
remotion-best-practices
--cwd flag correctly resolved throughout the full pipeline