Total Skills
3
Skills published by Itshalffull with real stars/downloads and source-aware metadata.
Total Skills
3
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
transactql
0
debug-with-score
0
score-api
0
Compose a multi-step write to a Clef app as a single atomic Transaction using transactQL (the EdgeQL-style DSL) or transact(ops:) (the explicit Op[] form). Use whenever a fix touches >1 concept / >1 file / requires a precondition / would otherwise be a stack of separate Edit/Write calls. Atomic, idempotent on retry, dryRun-previewable, rolls back on failure.
Answer debugging and navigation questions about a Clef codebase by querying Score (the code-as-data layer). Use for "where is X defined", "who uses Y", "impact of changing Z", "trace this stack", "what syncs fire on Concept/action", or any question that benefits from code-as-data introspection. Score-first; falls back to Read/Grep only when Score genuinely can't answer.
Unified facade over the five Score suites ( parse , symbol , semantic , analysis , discovery ) providing a single LLM friendly surface for querying any Clef project s structure , symbols , semantics , data flows , and search indexes . Every Clef app gets ScoreApi registered automatically LLMs can immediately ask questions about the codebase without configuration . Actions are designed for natural language invocation : parameter names read as English , results are structured for tool use consumption , and error variants include actionable suggestions