Imported from 777genius/universal-agent-plugins (
examples/starters/claude-node-typescript-runtime-package-starter/AGENTS.md). Install upstream withnpx skills add 777genius/universal-agent-plugins --skill claude-node-typescript-runtime-package-starter. Copyright stays with the author.
Plugin Boundary
This plugin uses the canonical plugin/ authoring layout.
- Edit only files under
plugin/. - Start with
plugin/README.mdfor the full plugin guide. - Read
GENERATED.mdbefore touching plugin-root files. It is the required inventory of managed generated outputs. - Treat plugin-root
README.md, manifests, and config files as generated outputs. plugin-kit-ai generatemay overwrite every path listed inGENERATED.md.
After changing plugin/, run:
plugin-kit-ai normalize .
plugin-kit-ai generate .
plugin-kit-ai generate --check .
plugin-kit-ai inspect . --format json
Then run plugin-kit-ai validate . --platform <enabled-target> --strict for each enabled target listed in the inspection output.