Official and example plugin manifests for aswitch.
plugins/: official manifests forclaude-code,codex,gemini, andopencodedocs/: schema, testing notes, and contribution guidelinesexamples/minimal-plugin/: minimal valid manifest for third-party authors
Run the repository-local validator:
python3 scripts/validate_manifests.pyIf you are also working with the aswitch Rust workspace, validate individual
manifests with the CLI as well:
cargo run -p aswitch-cli --bin aswitch -- plugins validate path/to/plugin.tomlSee CONTRIBUTING.md and docs/manifest-schema.md.
MIT