typedoc-plugin-to-skills
v1.3.1
Published
TypeDoc plugin that generates AI agent skills (SKILL.md) and llms.txt — auto-discovered by TypeDoc
Maintainers
Readme
typedoc-plugin-to-skills
Auto-discovery wrapper for @to-skills/typedoc.
TypeDoc auto-discovers packages named typedoc-plugin-*. This package re-exports @to-skills/typedoc so you get zero-config setup:
# Install
pnpm add -D typedoc-plugin-to-skills
# Run TypeDoc as normal — skills are generated automatically
pnpm typedocNo need to add anything to the plugin array in typedoc.json.
If you want generated skills copied into agent discovery roots as part of the
TypeDoc run, add skillsInstallTargets:
{
"skillsInstallTargets": [".claude/skills", ".agents/skills"]
}When install targets are configured, the plugin installs both the generated
skills and the bundled to-skills-docs guidance skill into each target.
For configuration options, see the @to-skills/typedoc docs.
License
MIT
