From retriever
Defines Retriever's canonical Python tool bundle with pinned tools.py, checksums, version metadata, and CLI command surface. Use for tool maintenance, updates, and sync rules.
npx claudepluginhub sdemyanov/retrieverThis skill uses the workspace's default tool permissions.
Use this skill when a task needs the exact canonical tool bundle.
bundle_retriever_tools.pysrc/00_header.pysrc/10_core.pysrc/20_extractors.pysrc/25_slack_export.pysrc/30_productions.pysrc/40_schema_runtime.pysrc/45_processing_core.pysrc/46_processing_store.pysrc/47_processing_runner.pysrc/48_processing_claude_harness.pysrc/49_processing_providers.pysrc/50_ingest_mutation.pysrc/60_search_cli.pytool-template.mdReports the current Retriever schema and tool versions for a workspace. Activates when users ask about schema version or run 'schema-version'.
Checks bopen-tools plugin version against GitHub in ~70ms, returning JSON status (current/outdated/ahead). Use at session start, for update queries, or suspicious skill behavior.
Installs, audits, updates, and recommends CLI tools like ripgrep, fd, jq, yq, bat. Resolves 'command not found' errors, audits environments, and batch-updates tools.
Share bugs, ideas, or general feedback.
Use this skill when a task needs the exact canonical tool bundle.
src/ as the authored source of truth and tools.py as the generated bundle.tools.py in sync.TOOL_VERSION, schema version, and documented checksum aligned.python3 skills/tool-template/tools.py --help and subcommand --help output as the authoritative command surface before updating routing or skill docs.workspace update or workspace init before ingest, even if the version string is unchanged.tool-template.md and the workspace skill references too.