Extensions are markdown files that add capabilities to your Seojae wiki. Drop a file into this directory to enable it; remove to disable.
Search GitHub for topic seojae-extension:
https://github.com/topics/seojae-extension
- Download the
.mdfile from the extension's repository - Review its contents — extensions are LLM instructions executed with your tool's permissions. Treat them like shell scripts.
- Copy the
.mdfile into thisextensions/directory - Restart your LLM tool session (or re-initialize)
Use search-chromadb.md in this directory as a reference.
name: Extension identifierdescription: One-line summary
provides: Capability this extension exclusively owns (e.g.,search-backend)overrides: Name of extension this one replacesrequires.packages: pip packages neededrequires.scripts: Repo scripts neededrequires.provides: Capabilities this extension depends onmin_schema_version: Minimum WIKI_SCHEMA.md versioncommands: Named commands this extension provides
## Setup— One-time installation steps## Workflows— New or modified workflows## Configuration— Configurable options
- Create a GitHub repo for your extension
- Add the topic
seojae-extension - Include the
.mdfile at the repo root