All authors
VectorSpaceLab avatar

Claude Skills by VectorSpaceLab

github.com/VectorSpaceLab
6,028 skillsA× 6,018B× 8D× 20 installs1,691 views
Frequency Label MappingA

Build deterministic one-to-one target-to-source label mappings from source prediction frequencies.

ai-agentspythongit
0
247
Iterative Lm Vp OptimizerA

Run reduced or full ILM-VP alternating label-remapping and prompt-optimization loops.

toolspythongit
0
247
Mapping Explanation DiagnosticsA

Diagnose visual-prompt label-mapping instability, precision, and concept-overlap explanations.

testingpython
0
247
Visual Prompt WrapperA

Apply and audit universal visual prompts for frozen source-model adaptation experiments.

ai-agentspythongit
0
247
Lora Linear UpdateA

Build and train a LoRA linear layer with frozen base weights and low-rank trainable factors.

testingpython
0
247
Lora Merge LatencyA

Merge LoRA low-rank factors into a dense weight and verify deployment-equivalent inference.

testing
0
247
Lora Parameter BudgetA

Compute LoRA trainable parameter budgets and reduction ratios for adapted Transformer projections.

business
0
247
Lora Recovery ProtocolA

Run a bounded soft-mode LoRA recovery protocol with executable mechanism checks and source-boundary logging.

tools
0
247
Frozen Source Reprogramming TrainingA

Use this skill when building a recovery experiment that trains only model-reprogramming parameters around a fixed source model. The skill focuses on deterministic small-data optimization traces proving source immutability, parameter updates, loss reduction, and numeric target metrics.

developmentpython
0
247
Masked Input TransformationA

Use this skill when converting lower-dimensional target vectors into a frozen source model input space by zero-padding and applying a masked, trainable additive reprogramming pattern. It preserves target coordinates and exposes metadata for downstream training checks.

developmentpython
0
247
Mechanism Alignment EvaluationA

Use this skill after a model-reprogramming recovery run to check whether the observed metric came from the intended mechanism: frozen source model, updated reprogramming parameters, reduced target loss, compatible target metadata, and optional alignment-distance decrease.

developmentpython
0
247
Source To Target Output MappingA

Use this skill when converting frozen source classifier outputs into target-class probabilities through non-overlapping many-to-one label groups or a small trainable linear head. It is appropriate for model reprogramming recovery when source weights must remain unchanged.

developmentpython
0
247
Vpt Evaluation ReportingA

Compute VPT recovery accuracy, parameter efficiency, and mechanism report fields.

toolspython
0
247
Vpt Freeze Scope AuditorA

Audit VPT trainable scope so only prompts and heads change while backbone stays frozen.

toolspython
0
247
Vpt Prompt InjectionA

Build shallow or deep visual prompt token insertions for VPT-style Transformer inputs.

toolspython
0
247
Vpt Prompt Tuning LoopA

Run a bounded tiny VPT optimization loop with frozen backbone and trainable prompts.

toolspython
0
247
Actor Critic Policy IterationA

Apply policy-iteration style actor updates and verify objective improvement under compatible gradients.

toolspythongo
0
247
Compatible Advantage CriticA

Fit and validate compatible advantage critics whose residuals are orthogonal to policy score features.

toolspythongo
0
247
Finite Mdp Policy GradientA

Compute exact policy-gradient theorem checks for finite discounted MDPs with differentiable softmax policies.

toolspythongo
0
247
Policy Gradient Recovery HarnessA

Run a complete mechanism-faithful recovery experiment for the Sutton et al. policy-gradient theorem paper.

toolspythongo
0
247
Actor Learner ProtocolA

Validate IMPALA actor learner unrolls with behavior and learner policy metadata for V-trace recovery.

testingpython
0
247
Recovery Evaluation HarnessA

Run a bounded soft-mode IMPALA V-trace recovery harness and emit validator-compatible evidence.

toolspython
0
247
Vtrace Actor Critic UpdateA

Run a deterministic V-trace actor-critic optimizer step with value loss and policy-gradient diagnostics.

testing
0
247
Vtrace Target ComputationA

Compute IMPALA V-trace targets, clipped ratios, and policy-gradient advantages from off-policy trajectories.

tools
0
247
Batched Environment LayoutA

Build and validate independent batched robotics environments for Isaac Gym style reduced recovery experiments.

toolspython
0
247
Parallel Step PipelineA

Execute a deterministic batched simulation policy reward reset loop for Isaac Gym mechanism recovery.

testingpython
0
247
Ppo Recovery UpdateA

Run a deterministic PPO style clipped scalar update over batched rollout evidence for recovery validation.

testingpythongo
0
247
Tensor Api Buffer ContractA

Validate direct state action observation and reward buffer contracts for Isaac Gym style pipelines.

testingpythonapi
0
247
Ess Policy DistanceA

Compute P3O effective sample size and derive adaptive clipping and KL coefficients from replay policy probabilities.

testingpythondocumentation
0
247
P3o Surrogate LossA

Build decomposed P3O surrogate loss terms with clipped replay gradients and behavior-to-target KL regularization.

developmentpythondocumentation
0
247
Reduced Recovery HarnessA

Execute a bounded soft-mode proxy experiment that validates P3O mechanisms with generated skills and numeric training evidence.

researchpythongo
0
247
Sequential Replay ProtocolA

Model P3O iteration ordering by appending current rollouts before bounded sequential replay mini-batch updates.

testingpythongo
0
247
Mixed Exploration SchedulerA

Assign mixed Gaussian exploration scales across parallel actors and produce reproducible noisy bounded actions.

toolspythongo
0
247
Pql Parallel TopologyA

Build and validate the process topology for Parallel Q-Learning with actors, replay, policy learning, and value learning.

testingpythonbash
0
247
Pql Reduced Recovery HarnessA

Run a mechanism-faithful reduced Parallel Q-Learning proxy experiment with replay, mixed exploration, and optimizer evidence.

testingpythonbash
0
247
Speed Ratio Replay DiagnosticsA

Compute speed-ratio and replay-overwrite diagnostics for massively parallel off-policy Q-learning configurations.

testingpythonbash
0
247
Ppo Clipped Surrogate ObjectiveA

Compute and validate PPO clipped probability-ratio surrogate losses and diagnostics for policy update recovery or implementation.

toolspythonbash
0
247
Ppo Minibatch Update LoopA

Run a deterministic reduced PPO minibatch update loop with frozen old log probabilities and auditable optimizer traces.

toolspythonbash
0
247
Ppo Recovery EvaluationA

Validate reduced PPO recovery results for target consistency, source-boundary compliance, numeric metrics, and mechanism-faithful proxy evidence.

toolspythonbash
0
247
Ppo Trajectory Advantage EstimationA

Compute bootstrapped returns and generalized advantage estimates for fixed-horizon PPO rollout batches.

toolspythonbash
0
247
Proxy Recovery EvaluatorA

Evaluate soft-mode REINFORCE proxy recoveries for target consistency, numeric metrics, and mechanism-faithful evidence.

toolspythonbash
0
247
Reinforce Training LoopA

Run bounded REINFORCE stochastic-policy training loops with sampled actions, scalar rewards, baselines, and optimizer traces.

testingpythonbash
0
247
Score Function EstimatorA

Compute REINFORCE score-function update terms for sampled stochastic policy actions with scalar rewards and baselines.

testingpythongo
0
247
Maximum Entropy ObjectiveA

Compute SAC maximum entropy objective diagnostics for rewards, log probabilities, discounts, and temperature-scaled entropy bonuses.

testingpythonperformance
0
247
Sac Recovery HarnessA

Execute a bounded reduced SAC recovery experiment that combines generated objective, backup, and actor-update skills into validation artifacts.

toolsperformance
0
247
Soft Bellman BackupA

Construct SAC soft state values, Q targets, and Bellman residuals from replay rewards, log probabilities, and critic estimates.

toolspython
0
247
Stochastic Actor UpdateA

Run a deterministic SAC-style stochastic actor update with reparameterized Gaussian action, log probability, and policy-gradient diagnostics.

toolspython
0
247
Atomic Loss TrainingA

Build and optimize the finite-atom APT contrastive loss with proposal posterior correction.

testingpython
0
247
Proposal Posterior TransformA

Apply APT proposal-prior log-density corrections to candidate posterior scores for likelihood-free inference.

toolspythongit
0
247
Recovery EvaluationA

Evaluate soft-mode APT recovery records for source-boundary, metric, and mechanism-faithfulness checks.

testingpython
0
247