All authors
VectorSpaceLab avatar

Claude Skills by VectorSpaceLab

github.com/VectorSpaceLab
6,028 skillsA× 6,018B× 8D× 20 installs1,657 views
Sparse Replay TrainerA

Train an online text classifier with sparse replay updates from episodic memory.

testingpython
0
247
Flan Heldout Instruction EvaluatorA

Evaluate held-out direct and CoT instruction examples, compute accuracy delta, and emit FLAN recovery mechanism checks.

testingpython
0
247
Flan Instruction Mixture BuilderA

Build FLAN-style multi-source instruction-finetuning mixtures while excluding held-out evaluation tasks and auditing source/CoT coverage.

testingpython
0
247
Flan Instruction Prompt FormatterA

Render FLAN-style direct, few-shot, and chain-of-thought instruction prompt/completion pairs without leaking hidden answers into prompts.

toolspython
0
247
Flan Reduced Instruction Finetuning LoopA

Execute a bounded optimizer-based proxy for FLAN instruction finetuning and record loss plus parameter-change evidence.

testingpython
0
247
Instruction FormattingA

Render FLAN-style instruction examples with direct, exemplar, and chain-of-thought formatting controls.

toolspython
0
247
Lora Parameter FreezingA

Apply LoRA parameter freezing and compact checkpoint filtering for reduced adaptation experiments and audits.

testingpython
0
247
Lora Recovery EvaluationA

Assemble and validate a soft-mode reduced LoRA recovery with executable mechanism evidence and source-boundary logs.

researchpython
0
247
Lora Training StepA

Run a deterministic reduced LoRA training step that updates only low-rank factors and records loss evidence.

researchpython
0
247
Low Rank Adapter LayerA

Construct LoRA low-rank linear adapters and verify merged inference equivalence without relying on the original implementation repository.

testingpython
0
247
Generative Latent MirA

Score latent replay candidates with KL drift, entropy confidence penalties, and diversity filtering for MIR.

tools
0
247
Mir Recovery EvaluationA

Run bounded MIR recovery experiments and emit accuracy, forgetting, traces, and mechanism evidence.

tools
0
247
Online Stream MemoryA

Build bounded online continual-learning streams, replay memories, and forgetting ledgers for MIR-style experiments.

testingpython
0
247
Virtual Update InterferenceA

Rank replay candidates by loss increase under a virtual incoming-batch update for MIR selection.

testing
0
247
Mmlu Answer ScoringA

Compute MMLU option-label accuracy and confidence calibration gap from model predictions.

toolspython
0
247
Mmlu Fewshot PromptingA

Build MMLU zero-shot and five-shot prompts while hiding the test answer from the model query.

toolspython
0
247
Mmlu Item SchemaA

Validate and canonicalize MMLU-style four-option subject examples for evaluation workflows.

toolspython
0
247
Mmlu Recovery HarnessA

Run a bounded MMLU proxy recovery using generated item, prompting, and scoring skills.

toolspython
0
247
P3 MaterializationA

Materialize PromptSource/P3-style template collections into prompted dataset records with template identity, metadata propagation, coverage counts, and rendering diagnostics.

researchpythonbash
0
247
Prompt Iteration ViewerA

Apply PromptSource-style templates across multiple examples and summarize browse, sourcing, and review diagnostics for prompt iteration.

researchpythonbash
0
247
Prompt Metadata QualityA

Validate PromptSource-style prompt metadata and community quality constraints for natural-language prompts, metrics, answer choices, and target format.

researchpythonbash
0
247
Prompt Template RenderingA

Render PromptSource-style Jinja prompt templates into natural-language input/target pairs with answer choices, deterministic choices, skip handling, and structured diagnostics.

toolspythonbash
0
247
Passnet FeedbackA

Fast, deterministic feedback for PassNet work: pre-flight pattern/match verification WITHOUT burning a GPU evaluation, per-node bottleneck analysis of a sample's graphs, and eval-log parsing into per-variant status + estimated score + failure classification. Use BEFORE every GPU evaluation (check_pattern), at the START of a sample (analyze_graph), and AFTER every evaluation (parse_eval_log).

developmentpythonbash
0
247
Passnet OrchestrateA

Round/batch planning and decision support for PassNet graph optimization. Use for multi-sample triage, worker allocation, eval-budget policy, and post-eval keep/revert decisions. For solving one concrete sample end to end, use passnet-solve as the entry skill; consult this skill only when you need broader planning or a specific decision gate.

businesspythonrust
0
247
Passnet Pattern FusionA

Author PassNet pass files: write patterns that actually MATCH the FX graph, pick fusion regions (which ops to absorb into one Triton kernel), and structure multi-pass submissions with the mandatory shared-dispatch architecture. Use when creating or fixing pattern()/replacement_args()/replacement_func() files, when a pass "failed to match", or when deciding how to fuse multiple kernels/ops.

developmentpythonrust
0
247
Passnet SkillB

PassNet GPU kernel optimization via compiler passes. Design and implement Triton-based optimization passes, create pass files under ./pass_dir/, self-evaluate with pass_evaluator, and iterate to maximize GPU speedup.

developmentpythongo
0
247
Passnet SolveB

END-TO-END playbook for solving one PassNet sample: analyze the computation graphs, decide the optimization strategy (what to fuse, what to replace, what to leave alone), drive the iteration loop, and maximize the sample score. This is the ENTRY skill — invoke it first for any PassNet optimization task; it tells you when to use passnet-pattern-fusion, passnet-triton-opt and passnet-feedback.

ai-agentspythongo
0
247
Passnet Triton OptA

Make a single PassNet Triton kernel fast AND numerically faithful: performance model (when a replacement can win at all), block/grid/warp tuning, autotune policy, launch overhead, and per-op numeric recipes to pass the dtype baseline tolerances. Use when a pass matches and is correct but speedup below expected, or when correctness fails by small numeric margins.

developmentpythonrust
0
247