artk0de

42 mods across 1 repository, 11 stars between them.

force-reindex

25

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Force full re-index zero downtime. Builds new versioned collection in background while search continues on current. Alias switches atomically when done. Requires explicit user confirmation — NEVER invoke automatically.

11 16d ago A 40 tokens

index

26

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Index/reindex codebase. First time — register alias + index in one command (index-codebase --name). Already indexed — incremental reindex (only changed files).

11 16d ago A 36 tokens

mr-review

27

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Signal-driven review of merge request or local branch — rank diff risks via tea-rags (blast radius, fragile zones, silo style, missing tests, doc invariants, cycles), emit plain-language comments each naming a concrete fix. Triggers on "review this MR ", "review MR/PR", "проведи ревью MR", "сделай ревью ветки"…

11 16d ago A 163 tokens

pattern-search

28

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Internal strategy for explore skill. Find all pattern implementations across codebase. SEED → EXPAND → DEDUPLICATE → GROUP.

11 16d ago A 0 tokens

refactoring-scan

29

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Multi-preset breadth-first scan for refactoring candidates. Explore invokes when antipattern/refactoring intent broad-scope (no specific entity).

11 16d ago A 0 tokens

report-issue

30

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Help the user file a high-quality GitHub issue for a TeaRAGs bug — gather environment + diagnostic context, CHECK FOR EXISTING/KNOWN ISSUES FIRST, then produce a pre-filled issue URL (or gh issue create when available). Triggers on "report a bug", "file an issue", "open a GitHub issue about this error / the…

11 16d ago A 119 tokens

risk-assessment

31

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Assess project/domain health — scan risk zones across dimensions (bugs, hotspots, tech debt). Use when asked evaluate risks, find problematic areas, assess code health, identify zones needing attention — NOT for specific bug symptoms (use bug-hunt instead).

11 16d ago A 53 tokens

tests-as-context

32

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Five recipes turn DSL test chunks into review / verify / refactor / TDD enrichment. Owned by tea-rags, used by dinopowers wrappers and other tea-rags skills.

11 16d ago A 0 tokens

add-derived-signal

33

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Define new normalized 0-1 ranking signal computed from raw payload fields at rerank time, registered under trajectory provider (git or static). Triggers on "add freshness signal", "new churn metric", "score code by ownership", "новый сигнал для git churn". NOT for adding rerank preset combining existing signals — use…

11 16d ago A 80 tokens

add-dto

34

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Request/response shape exposed via public API to MCP tools, lives in api/public/dto. Triggers on "add DTO", "new request type for X tool", "add response shape", "новый DTO для tool'а". NOT for internal types — those live in contracts/, not public API surface.

11 16d ago A 67 tokens

add-language-hook

35

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Add chunker hook splitting a language's source files into searchable chunks (classes, functions, comments) in ingest pipeline. Triggers on "add Kotlin support", "improve TypeScript class chunking", "fix Ruby comment extraction", "add language X". NOT for tweaking generic chunker behavior — edit chunker base directly…

11 16d ago A 76 tokens

add-mcp-endpoint

36

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Expose new tool to LLM clients via MCP protocol — schema, handler, App method, docs in one coordinated change. Triggers on "add MCP tool", "new endpoint that returns X", "expose Y as a tool", "новый MCP tool". NOT for modifying an existing tool's schema — just edit the tool file directly.

11 16d ago A 75 tokens

add-migration

37

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Add migration to existing pipeline (schema, snapshot, sparse) to upgrade persisted on-disk state. Triggers on "new Qdrant index", "backfill payload field", "snapshot format change", "rebuild sparse vectors", "новая миграция". NOT for code-only changes that don't touch persisted state on disk.

11 16d ago A 71 tokens

add-rerank-preset

38

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Named ranking strategy combining derived signals with weights + overlay mask, exposed as enum option to MCP tools. Triggers on "new tech-debt preset", "create hotspot detector", "security-audit ranking", "rank by ownership and churn". NOT for adding single signal — use add-derived-signal for that.

11 16d ago A 69 tokens

debug-pipeline-log

39

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Analyze latest pipeline debug log for perf bottlenecks, timing issues, anomalies. Use when indexing slow, git blame too long, or pipeline behavior unexpected.

11 16d ago A 36 tokens

expand-coverage

40

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Raise coverage above threshold via high-level behavioral tests hitting the exact uncovered branches. Never chase lines. tea-rags finds WHAT is untested; you write scenarios.

11 16d ago A 0 tokens

optimize-skill

41

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Eval-driven skill optimization. Use when skill needs improvement — wrong tool selection, missing use cases, verbose instructions, stale rules. Structured eval cycles with parallel subagents measure skill quality, iterate until 100% pass rate.

11 16d ago A 49 tokens

test-self-reindex

42

artk0de/TeaRAGs-MCP

Skill Claude CodeCodex

Index current tea-rags worktree as separate tea-rags-worktree project alias, verify end-to-end reindexing on worktree's own source. Auto-invoke when user asks to "test reindexing", "проверить реиндексацию", "test tea-rags self-reindex", "регрессия реиндексации", "test self-reindex on worktree", "smoke test enrichment…

11 16d ago A 140 tokens