Logseq Marketplace
Description
A centralized packages manager for Logseq marketplace plugins.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Marketplace packages
A packages manager for Logseq marketplace plugins.
Marketplace Catalog
View the **live catalog** of Logseq marketplace plugins [here](https://logseq.github.io/marketplace/).
How to write a plugin for Logseq?
This [repo](https://github.com/logseq/logseq-plugin-samples) contains sample code illustrating the Logseq Plugin API. You can read, play with or adapt from these samples to create your own plugins.
Plugin APIs: .
⚠️ To avoid loading plugin failures occasionally and for performance reasons, it is recommended to keep the plugin SDK [@logseq/libs](https://www.npmjs.com/package/@logseq/libs) as up-to-date as possible.
Ensure that your plugin has a `publish.yml` file, so when you create a release from a tag, it will do the build dance and make you a zip file. Then make a tag (something like v0.0.1), and create a release from it. Ensure the following are true before submitting your plugin:
- The release has a zip file attached in addition to the "Source code (zip)" link. (It might take a minute for build system to create the zip after creating the release.)
- It's clear from your README what the plugin does, and how to use it.
- It has at least one image or gif showing it in action.
How to submit your plugin?
- Fork this repo to your Github account.
- Create a package directory under
./packagesroot based on your plugin name. - Write a manifest.json file to the package root. Valid fields as follows:
title- A title for plugin list item display.description- A short description about your plugin.author- The author's name.repo- The GitHub repository identifier, like{user}/{repo}.icon- [optional] A logo for better recognition. default:""theme- [optional] A theme plugin? default:falsesponsors- [optional] Sponsor external links. default:[]web- [optional] Whether the web b
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11