Documentation Index
Fetch the complete documentation index at: https://docs.pluxx.dev/llms.txt
Use this file to discover all available pages before exploring further.
pluxx.config.ts is the plugin source of truth.
What belongs here
pluxx.config.ts defines the source project that Pluxx compiles into host-native bundles.
Common fields:
nameStable plugin id used for generated output and install paths.descriptionShared plugin summary used across generated outputs.authorPlugin author metadata.mcpOne or more MCP server definitions, including transport and auth.skillsPath to the skills directory.commandsPath to the commands directory when you want explicit command surfaces.instructionsPath to the shared instruction file.scriptsPath to generated or hand-authored helper scripts such as hook helpers.targetsWhich host bundles to build.
MCP auth examples
Bearer token:Source vs generated output
Keep editing the source project:pluxx.config.tsINSTRUCTIONS.mdskills/commands/scripts/
dist/* as generated output from pluxx build.