CtrlK
BlogDocsLog inGet started
Tessl Logo

wiki-history-ingest

Unified wiki-history-ingest entrypoint for conversation/session sources. Use this when the user says "/wiki-history-ingest claude", "/wiki-history-ingest copilot", "/wiki-history-ingest codex", "/wiki-history-ingest pi", or asks to ingest agent history without naming the underlying skill. This router dispatches to the specialized history skill.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

86%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is a tight, well-organized router skill with concrete routing tables, path mappings, and an explicit delegation contract that avoids duplicating destination logic. Minor redundancy between the table, routing rules, and examples is the only notable inefficiency.

Suggestions

Trim the Examples section or the re-listing of targets in Routing Rules, since the subcommand table already enumerates them, to remove redundancy.

The 'auto' subcommand row references 'rules below' but the rules section covers paths rather than inference heuristics; consider clarifying what 'auto' actually does.

DimensionReasoningScore

Conciseness

The body is lean with no concept over-explanation and clear section headers, but the Examples section and Routing Rules re-list the same subcommand targets already shown in the table, adding mild redundancy.

4 / 5

Actionability

Provides concrete, copy-paste-ready routing guidance: an exact subcommand-to-skill table, specific path/source mappings (~/.claude -> claude-history-ingest), and a ready-to-use clarification prompt for the ambiguous case.

5 / 5

Workflow Clarity

Routing is clearly sequenced (explicit name -> path/source -> ambiguous ask) with the ambiguity-clarification acting as a checkpoint; no explicit validation/feedback loop, though none is required for a non-destructive router.

4 / 5

Progressive Disclosure

A single self-contained SKILL.md under ~50 lines with no external references needed and well-organized sections (Subcommands, Routing Rules, Execution Contract, UX Convention, Examples); the simple-skill exception for well-structured content applies.

5 / 5

Total

18

/

20

Passed

Description

78%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is a well-formed router entrypoint that clearly states what it does and when to use it, with concrete natural trigger phrases and third-person voice. Specificity is slightly limited because the only advertised capability is routing/dispatch.

Suggestions

Consider naming the additional subcommands (hermes, openclaw) in the description trigger list so the advertised coverage matches the body's routing table.

Optionally note the boundary against wiki-ingest for documents directly in the description to further reduce conflict risk.

DimensionReasoningScore

Specificity

Names the domain ('conversation/session sources', 'agent history') and a concrete action ('This router dispatches to the specialized history skill'), but the action set is essentially a single routing operation rather than multiple distinct capabilities.

3 / 5

Completeness

Explicitly answers both 'what' ('Unified wiki-history-ingest entrypoint... This router dispatches') and 'when' ('Use this when the user says... or asks to ingest agent history without naming the underlying skill') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural trigger phrases users would say ('/wiki-history-ingest claude', 'copilot', 'codex', 'pi', 'asks to ingest agent history'), with good coverage of the natural-language variant; a few sibling targets (hermes, openclaw) named in the body are omitted from the description.

4 / 5

Distinctiveness Conflict Risk

Clear niche scoped to 'history sources only' and explicitly separated from document ingestion, with distinct trigger subcommands; minor overlap risk with the sibling *-history-ingest skills it dispatches to.

4 / 5

Total

16

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
Ar9av/obsidian-wiki
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.