Find the skill for your next task.

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

logseq-cli

Operate the current Logseq command-line interface to inspect or modify graphs, pages, blocks, tasks, tags, and properties; run Datascript queries; show page/block trees; manage graphs; and manage db-worker-node servers. Use when a request involves running `logseq` commands or interpreting CLI output.

43.90k repo starsObserved in 1 repos
Apps & Automation

logseq-cli-maintenance

Improve readability, consistency, and long-term maintainability of Logseq CLI-related code, command flows, and tests.

43.90k repo starsObserved in 1 repos
Development

logseq-debug-workflow

Debug Logseq bugs with the right runtime, concrete before/after evidence, and end-to-end reproduction steps.

43.90k repo starsObserved in 1 repos
Testing & Quality

logseq-dependency-upgrade

Audit, plan, and refresh dependency upgrades for the Logseq repository by scanning every non-gitignored package.json, deps.edn, bb.edn and nbb.edn manifest, checking latest upstream versions, cross-root consistency, lockfile resolution, deprecation, staleness, and OSV vulnerabilities, then generating a batch-ordered upgrade plan and compact JSON artifact.

43.90k repo starsObserved in 1 repos
Development

logseq-i18n

Logseq i18n workflow for adding, renaming, reviewing, or editing translation keys and user-facing strings. Use when: writing UI code with hardcoded text, adding new user-facing strings, editing translation dict files, reviewing i18n compliance, working with notification/show!, adding translatable UI attributes, or any task involving src/resources/dicts/. Also use when the user mentions i18n, translation, localization, or hardcoded strings.

43.90k repo starsObserved in 1 repos
Development

logseq-plugin-sdk

Build, debug, or review Logseq plugins with the `@logseq/libs` SDK (TypeScript/JavaScript, iframe/shadow sandboxed). Use when the task involves writing plugin entry code, registering slash/command/UI items, provideUI/provideStyle/provideModel, settings schema, macro renderers, DB-graph properties & tags, Datascript/DSL queries, experimental APIs, theme plugins, or the `logseq/*` CLJS facade generated under this package.

43.90k repo starsObserved in 1 repos
Development

logseq-repl

Start and coordinate Logseq development REPL workflows for the Desktop renderer `:app`, Electron main-process `:electron`, and `:db-worker-node` runtimes through one unified workflow.

43.90k repo starsObserved in 1 repos
Development

logseq-review-workflow

Review Logseq code changes, PRs, patches, commit ranges, or implementation plans through one main-agent orchestration workflow that routes read-only subagents across independent review passes, then deduplicates, validates, and reports findings for the web app, desktop app, and Logseq CLI.

43.90k repo starsObserved in 1 repos
Testing & Quality

logseq-review-workflow-eval

Compare two revisions of the Logseq logseq-review-workflow skill by running the same review prompt against isolated before and after skill snapshots, collecting both outputs, and producing a structured delta. Use when evaluating whether changes to .agents/skills/logseq-review-workflow improved review quality, coverage, validation rigor, subagent orchestration, or false-positive rate.

43.90k repo starsObserved in 1 repos
Agent Building

logseq-server-usage-stats

Collect, interpret, and troubleshoot db-sync server usage stats (total users/graphs, active users/graphs in N days, created-today metrics) using the `deps/db-sync` scripts and D1 schema. Use when requests involve `show-usage-stats`, server usage reporting, active-entity counting, or Cloudflare D1 cost impact of usage tracking.

43.90k repo starsObserved in 1 repos
DevOps & Security