Authentext-next is the source repository for the Authentext skill. It builds Agent Skills spec-compliant outputs:
SKILL.mdSKILL_PROFESSIONAL.mdreferences/(full pattern modules)
The repo is organized around the source fragments in src/, the compiled root skill files, and the maintenance scripts that rebuild and validate them.
src/: canonical source fragments for the compiled skillsreferences/: compiled reference modules (generated bynpm run sync)scripts/: compiler, validation, and repo maintenance toolingdocs/: repository documentation and workflow notesexperiments/: isolated ideas and extraction candidatesconductor/: track metadata and archived planning history
npm run sync
npm run validate
npm testnpm run sync rebuilds the compiled skill files and refreshes the root manifests. npm run validate checks the maintained docs surface. npm test runs the Node test suite, the sync check, and the skill tests.
The core pattern catalog in src/modules/SKILL_CORE_PATTERNS.md currently defines 39 patterns (30 general core + 4 local LLM-variant patterns + 3 upstream v2.8.0 style-cadence patterns + 2 upstream v2.8.0 refinements).
npm run install:mcp-serverThis repository does not maintain adapter bundles or consumer-specific installation paths. The supported surface is the compiled skill pair plus the source fragments they are built from.