Find the skill for your next task.

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

e2e-coverage

Use when adding, modifying, or reviewing E2E test apps/skeletons to keep the test coverage report up to date.

44.80k repo starsObserved in 1 repos
Testing & Quality

packages

Use when exploring the package ecosystem, finding which package handles a feature, understanding package relationships, or adding dependencies. Lists all core packages by domain.

44.80k repo starsObserved in 1 repos
Development

testing

Use when writing tests, debugging test failures, running the test suite, or setting up test infrastructure. Covers self-test, package tests, and modern E2E tests.

44.80k repo starsObserved in 1 repos
Testing & Quality

version-bump

Use when bumping Meteor package versions for beta, RC, or official releases. Covers the two version schemes (meteor-tool vs all other packages), the update-semver automation tool, manual files the tool does not handle, and the full lifecycle from beta through official release. Applies to packages/*/package.js, scripts/admin/, npm-packages/meteor-installer/, and .meteor/versions in test apps.

44.80k repo starsObserved in 1 repos
Development

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

44.17k repo starsObserved in 2 repos
Apps & Automation

gitnexus-debugging

Trace bugs through call chains using knowledge graph

44.17k repo starsObserved in 1 repos
Testing & Quality

gitnexus-exploring

Navigate unfamiliar code using GitNexus knowledge graph

44.17k repo starsObserved in 1 repos
Development

gitnexus-plan

Use when you need a deep, implementation-ready engineering plan for a code change — built from GitNexus graph intelligence, statement-level PDG analysis, and targeted source verification, compact enough that an implementation agent can start without re-investigating. Also strengthens existing plans via Deepen mode. Examples: "/gitnexus-plan Add retry support to the ingestion pipeline", "/gitnexus-plan deepen docs/plans/<plan>.md", "plan this change using the knowledge graph".

44.17k repo starsObserved in 1 repos
Development

esm-cjs-risk-scan

Scan Logseq ClojureScript Node/Electron targets for npm module loading risks, especially ESM-only packages that may fail when loaded through js/require or shadow-cljs require-based shims. Use when changing Electron/main-process dependencies, debugging startup import errors, or auditing packages before dependency upgrades.

43.90k repo starsObserved in 1 repos
Testing & Quality

logseq-answer-machine

Answer user questions about the Logseq repository by researching source code, docs, tests, runtime behavior, and local tools. Use when Codex needs to explain how Logseq works, why behavior happens, where logic lives, how CLI/Desktop/Web flows interact, or what evidence supports an answer, without implementing features or fixing bugs.

43.90k repo starsObserved in 1 repos
Research