qxbyte

26 mods across 2 repositories, 5 stars between them.

pluginhub

01

qxbyte/pluginhub

Plugin Claude Code

qxbyte's multi-host plugin marketplace (Claude Code / CodeBuddy / Codex / Kimi).

3 27d ago A tokens not measured original MIT

pluginhub CLAUDE.md

02

qxbyte/pluginhub

Instructions file

Instructions for qxbyte/pluginhub, covering claude.md, what this repo is, multi-host adaptation, commands and non-negotiable conventions.

3 27d ago B 7,546 tokens original MIT

obsidian-wiki

03

qxbyte/pluginhub

Plugin Claude Code

Maintain an Obsidian LLM-Wiki (structure layer + content curation + orchestrator).

3 27d ago A tokens not measured original MIT

wiki-curate

04

qxbyte/pluginhub

Skill Claude CodeCodex

A skill for organising an Obsidian vault, a local collection of linked Markdown notes, into a structured knowledge wiki. It uses four stages: scan, ingest, curate, and lint.

3 27d ago A 122 tokens original MIT

wiki-orchestrate

05

qxbyte/pluginhub

Skill Claude CodeCodex

A coordinator for organizing an Obsidian vault, which is a folder of linked Markdown notes, by first checking its structure and then arranging the notes.

3 27d ago A 136 tokens original MIT

wiki-struct

06

qxbyte/pluginhub

Skill Claude CodeCodex

A skill for keeping the structure of an Obsidian knowledge base up to date. It regenerates marked sections such as the home page tree, directory lists, and index pages.

3 27d ago A 111 tokens original MIT

ragkit

07

qxbyte/pluginhub

Plugin Claude Code

Standalone knowledge-base RAG (vector + lexical + metadata recall, RRF-fused).

3 27d ago A tokens not measured original MIT

SessionStart

08

qxbyte/pluginhub

Hook

Runs when a session starts, executing run-hook.sh via sh. From qxbyte/pluginhub.

3 27d ago A tokens not measured original MIT

embed

09

qxbyte/pluginhub

Skill Claude CodeCodex

Use when building or refreshing the RagKit index for a project knowledge-base/ (e.g. after distill added or updated knowledge points). Trigger /ragkit:embed. Querying instead uses ragkit:query; index health uses ragkit:status.

3 27d ago A 54 tokens original MIT

eval

10

qxbyte/pluginhub

Skill Claude CodeCodex

Use when measuring or tuning RagKit retrieval accuracy — runs the golden evalset, reports recall@k and MRR per bucket. Trigger /ragkit:eval. Run before or after any retrieval-param change to keep a baseline.

3 27d ago A 48 tokens original MIT

query

11

qxbyte/pluginhub

Skill Claude CodeCodex

Use when retrieving from a project knowledge-base/ — multi-channel RAG recall (vector plus lexical plus metadata, RRF-fused) returning locate-pointer cards; multi-round and multi-angle querying allowed. Trigger /ragkit:query, or called by name by workflows like specode. Building or refreshing the index instead uses…

3 27d ago A 71 tokens original MIT

status

12

qxbyte/pluginhub

Skill Claude CodeCodex

Use when checking RagKit index health — doc and chunk counts, backend resolution, staleness and drift between knowledge-base/ and index. Trigger /ragkit:status. Rebuilding after drift uses ragkit:embed.

3 27d ago A 47 tokens original MIT

using-ragkit

13

qxbyte/pluginhub

Skill Claude CodeCodex

Overview of the ragkit plugin and how to use it — knowledge-base multi-channel retrieval and its four skills. On Kimi Code this is loaded at session start via the manifest's sessionStart.skill; on hosts with a SessionStart hook the same advisory is injected by the hook instead.

3 27d ago A 62 tokens original MIT

specode

14

qxbyte/pluginhub

Plugin Claude Code

Lightweight spec-driven workflow (requirements → design → tasks → execute → acceptance).

3 27d ago A tokens not measured original MIT

continue

15

qxbyte/pluginhub

Skill Claude CodeCodex

Use when resuming an existing spec by slug — the /specode:continue entry that reads the fixed docs, reports a progress brief (inferred phase + checkbox progress), then stops and waits for the user; it never auto-resumes. Trigger /specode:continue .

3 27d ago A 60 tokens original MIT

distill

16

qxbyte/pluginhub

Skill Claude CodeCodex

Use when distilling a finished specode spec into atomic, locate-oriented markdown knowledge points — writes cases/ + navigation/ + MEMORY.md into the project's own /knowledge-base/ (md-only, no auto-injection), optionally copied to an Obsidian vault. Trigger ONLY /specode:distill , never auto-run by the main specode…

3 27d ago A 80 tokens original MIT

execute

17

qxbyte/pluginhub

Skill Claude CodeCodex

Use when running a spec's execution tail — presents the 执行方式 selector, dispatches the chosen engine (task-swarm / superpowers / specode-native TDD), then runs acceptance and the distill prompt. Trigger /specode:execute manually at any time once tasks.md exists, or invoked by name (specode:execute) via the Skill tool…

3 27d ago A 86 tokens original MIT

intake

18

qxbyte/pluginhub

Skill Claude CodeCodex

Use when running specode's requirements phase — project analysis + code location + clarification, then writing requirements.md. Produces / /requirements.md (with the projectroot frontmatter contract) plus the location pointers handed to the design phase. Invoked by name (specode:intake) via the Skill tool by the…

3 27d ago A 85 tokens original MIT

list

19

qxbyte/pluginhub

Skill Claude CodeCodex

Use when listing all specs under the specs root — the /specode:list entry that shows every spec slug with its inferred phase, for looking up slugs or an overview; it does not resume. Trigger /specode:list.

3 27d ago A 48 tokens original MIT

spec

20

qxbyte/pluginhub

Skill Claude CodeCodex

Use when creating a new spec-driven workflow — the /specode:spec entry that walks requirements → design → tasks → 执行方式 → execute → acceptance, autonomously calling superpowers skills for the heavy lifting with a first-class specode-native fallback, and filing 4 fixed artifacts (requirements.md / design.md / tasks.md /…

3 27d ago A 100 tokens original MIT

using-specode

21

qxbyte/pluginhub

Skill Claude CodeCodex

Overview of the specode plugin and how to activate it — the spec-driven workflow, its five commands, and when to enter spec mode. On Kimi Code this is loaded at session start via the manifest's sessionStart.skill; on hosts with a SessionStart hook the same advisory is injected by the hook instead.

3 27d ago A 67 tokens original MIT

task-swarm

22

qxbyte/pluginhub

Plugin Claude Code

Standalone multi-agent orchestration via pipeline.yml (fork coders + reviewer/validator loops).

3 27d ago A tokens not measured original MIT

task-swarm-coder

23

qxbyte/pluginhub

Agent

CODER subagent dispatched by the task-swarm orchestrator. Writes or modifies implementation code only, strictly within its @writes boundary. Never reviews, never scores, never accepts. Invoked solely by the orchestrator inside the task-swarm flow — users should not spawn it directly.

3 27d ago A 63 tokens original MIT

task-swarm-reviewer

24

qxbyte/pluginhub

Agent

REVIEWER subagent dispatched by the task-swarm orchestrator (advisory mode). Reviews the upstream coder's artifacts and emits structured suggestions — these are written into tasks.md as > ⚠️ comments for the user to review. Does not participate in the fix loop — the reviewer never fails a stage and never re-dispatches…

3 27d ago A 119 tokens original MIT