SECOTRON's Claude Code plugin marketplace.
From Claude Code:
/plugin marketplace add secotron/claude-plugins
Then install any plugin below with /plugin install <name>@secotron.
| Plugin | Description |
|---|---|
session-finder |
Find, search, summarize and resume past Claude Code sessions across surfaces (terminal, VS Code, desktop app, web) by reading the local JSONL transcripts. |
/plugin install session-finder@secotron
.
├── .claude-plugin/marketplace.json # marketplace manifest (lists all plugins)
└── plugins/
└── <plugin-name>/
├── .claude-plugin/plugin.json
├── commands/ skills/ README.md
└── ...
Each plugin is self-contained under plugins/<name>/. Add a new plugin by
creating its directory and appending an entry to
.claude-plugin/marketplace.json.
Linting is handled by trunk at the repo root:
make setup # one-time: trunk + linters + git hooks
make test # validate manifests + lint + smoke test
make fmt # auto-format
Contributions welcome — see CONTRIBUTING.md for setup, commit conventions, and how to add a plugin. By participating you agree to the Code of Conduct. Found a vulnerability? See SECURITY.md.
If these plugins are useful, you can sponsor on GitHub or buy me a coffee. ☕
MIT © Thomas Geens
