wizard
Interactive guidance setup with AskUserQuestion flow. TRIGGERS - ru wizard, configure guidance, setup encourage forbid, ru interactive setup.
stop
Disable autonomous loop mode immediately. TRIGGERS - ru stop, stop autonomous, disable loop, end autonomous mode.
rust-dependency-audit
Audit Rust dependencies for vulnerabilities, license compliance, supply chain integrity, and freshness using cargo-audit, cargo-deny, cargo-vet, and cargo-outdated. Use whenever the user asks about dependency auditing, vulnerability scanning, license checks, supply chain verification, crate freshness, or says 'cargo outdated' or 'cargo update'. Also use before any Rust crate release. Do NOT use for Rust tooling guidance on refactoring, profiling, or benchmarking (use rust-sota-arsenal instead).
rust-sota-arsenal
Reference guide for state-of-the-art Rust tooling across refactoring, profiling, benchmarking, testing, and SIMD optimization. Use whenever the user asks about ast-grep, cargo-semver-checks, samply, cargo-pgo, cargo-wizard, divan, Criterion, cargo-nextest, cargo-mutants, cargo-hack, or macerator. Also use when the user wants to refactor Rust code with AST-aware tools, profile or benchmark Rust performance, run mutation testing, or optimize with SIMD. Do NOT use for dependency auditing (use rust-dependency-audit instead) or for general Rust language questions unrelated to tooling.
cleanup-deleted
Purge deleted/ghost Telegram accounts from dialog lists and contacts. Removes spam ghosts that clutter your chat list. Use whenever user mentions deleted accounts, ghost accounts, spam cleanup, telegram cleanup, clean chat list, or remove deleted contacts. TRIGGERS - telegram cleanup, deleted accounts, ghost accounts, telegram spam, clean telegram, purge deleted, remove ghosts, telegram housekeeping
create-group
Create Telegram groups, supergroups, or channels. Optionally invite users on creation. TRIGGERS - telegram create group, telegram new group, telegram create channel, telegram new channel, make telegram group
delete-messages
Delete messages from Telegram chats. Supports deleting for everyone or self only. TRIGGERS - telegram delete, delete telegram message, telegram remove message, telegram unsend
download-media
Download media files (photos, videos, documents) from Telegram messages. TRIGGERS - telegram download, download telegram, telegram save, telegram get file, telegram export media
find-user
Find and resolve Telegram users by username, phone number, or ID. Get profile info. TRIGGERS - telegram find user, telegram user info, telegram resolve username, telegram who is, telegram lookup, telegram profile
forward-message
Forward messages between Telegram chats. Supports single or batch forwarding. TRIGGERS - telegram forward, forward telegram message, telegram relay, telegram copy message
list-dialogs
List all Telegram chats, groups, and channels for your personal account. Use when user wants to see their Telegram contacts, find a chat ID, browse Telegram conversations. TRIGGERS - telegram dialogs, telegram chats, telegram contacts, find telegram chat, telegram chat id
manage-members
Manage Telegram group/channel members: invite, kick, list members, filter admins. TRIGGERS - telegram invite, telegram kick, telegram members, telegram add user, telegram remove user, telegram ban, list telegram members, telegram group members
mark-read
Mark Telegram chats as read, clear unread badges and mentions. TRIGGERS - telegram mark read, telegram read receipt, telegram clear unread, telegram acknowledge
pin-message
Pin or unpin messages in Telegram chats and groups. TRIGGERS - telegram pin, telegram unpin, pin telegram message, unpin telegram message
search-messages
Search for messages across all Telegram chats or within a specific chat. Find text, filter by sender. TRIGGERS - telegram search, search telegram, find in telegram, telegram find message, search telegram chat, search telegram text
daemon-status
Check asciinema status - daemon, running processes, and unhandled .cast files. TRIGGERS - daemon status, check backup, chunker health, recording status, unhandled files.
bootstrap
Pre-session bootstrap - generates script to start recording BEFORE entering Claude Code. Chunking handled by daemon. TRIGGERS - bootstrap, pre-session, start recording, before claude.
convert
Convert .cast to .txt for Claude Code analysis. Supports batch mode. TRIGGERS - convert cast, cast to txt, batch convert, bulk convert, iTerm2 logs, prepare analysis.
voice-quality-audition
Audition Kokoro TTS voices to compare quality and grade. TRIGGERS - audition voices, kokoro voices, voice comparison, tts voice, voice quality, compare voices.
settings-and-tuning
Configure TTS voices, speed, timeouts, queue depth, and bot settings. TRIGGERS - configure tts, change voice, tts speed, queue depth, tts timeout, bot config, tune settings, adjust parameters.
daemon-logs
View asciinema chunker daemon logs. TRIGGERS - daemon logs, chunker logs, backup logs.
nblm
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
slurm-job-script-generator
Generate SLURM `sbatch` job scripts and sanity-check HPC resource requests (nodes, tasks, CPUs, memory, GPUs) for simulation runs. Use when preparing submission scripts, deciding MPI vs MPI+OpenMP layouts, standardizing `#SBATCH` directives, or debugging job launch configuration (`sbatch`/`srun`).
differentiation-schemes
Select and apply numerical differentiation schemes for PDE/ODE discretization. Use when choosing finite difference/volume/spectral schemes, building stencils, handling boundaries, estimating truncation error, or analyzing dispersion and dissipation.
ontology-validator
>
ontology-mapper
>
parameter-optimization
Explore and optimize simulation parameters via design of experiments (DOE), sensitivity analysis, and optimizer selection. Use for calibration, uncertainty studies, parameter sweeps, LHS sampling, Sobol analysis, surrogate modeling, or Bayesian optimization setup.
convergence-study
Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification
ontology-explorer
>
simulation-validator
Validate simulations before, during, and after execution. Use for pre-flight checks, runtime monitoring, post-run validation, diagnosing failed simulations, checking convergence, detecting NaN/Inf, or verifying mass/energy conservation.
simulation-orchestrator
Orchestrate multi-simulation campaigns including parameter sweeps, batch jobs, and result aggregation. Use for running parameter studies, managing simulation batches, tracking job status, combining results from multiple runs, or automating simulation workflows.
post-processing
Extract, analyze, and visualize simulation output data. Use for field extraction, time series analysis, line profiles, statistical summaries, derived quantity computation, result comparison to references, and automated report generation from simulation results.
performance-profiling
Identify computational bottlenecks, analyze scaling behavior, estimate memory requirements, and receive optimization recommendations for any computational simulation. Use when simulations are slow, investigating parallel efficiency, planning resource allocation, or seeking performance improvements through timing analysis, scaling studies, memory profiling, or bottleneck detection.
linear-solvers
Select and configure linear solvers for systems Ax=b in dense and sparse problems. Use when choosing direct vs iterative methods, diagnosing convergence issues, estimating conditioning, selecting preconditioners, or debugging stagnation in GMRES/CG/BiCGSTAB.
numerical-integration
Select and configure time integration methods for ODE/PDE simulations. Use when choosing explicit/implicit schemes, setting error tolerances, adapting time steps, diagnosing integration accuracy, planning IMEX splitting, or handling stiff/non-stiff coupled systems.
numerical-stability
Analyze and enforce numerical stability for time-dependent PDE simulations. Use when selecting time steps, choosing explicit/implicit schemes, diagnosing numerical blow-up, checking CFL/Fourier criteria, von Neumann analysis, matrix conditioning, or detecting stiffness in advection/diffusion/reaction problems.
time-stepping
Plan and control time-step policies for simulations. Use when coupling CFL/physics limits with adaptive stepping, ramping initial transients, scheduling outputs/checkpoints, or planning restart strategies for long runs.
mesh-generation
Plan and evaluate mesh generation for numerical simulations. Use when choosing grid resolution, checking aspect ratios/skewness, estimating mesh quality constraints, or planning adaptive mesh refinement for PDE discretization.
nonlinear-solvers
Select and configure nonlinear solvers for f(x)=0 or min F(x). Use for Newton methods, quasi-Newton (BFGS, L-BFGS), Broyden, Anderson acceleration, diagnosing convergence issues, choosing line search vs trust region, and analyzing Jacobian quality.
mastering-langgraph
Build stateful AI agents and agentic workflows with LangGraph in Python. Covers tool-using agents with LLM-tool loops, branching workflows, conversation memory, human-in-the-loop oversight, and production monitoring. Use when - (1) building agents that use tools and loop until task complete, (2) creating multi-step workflows with conditional branches, (3) adding persistence/memory across turns with checkpointers, (4) implementing human approval with interrupt(), (5) debugging via time-travel or LangSmith. Covers StateGraph, nodes, edges, add_conditional_edges, MessagesState, thread_id, Command objects, and ToolMessage handling. Examples include chatbots, calculator agents, and structured workflows.
ltb-application-hearing-procedures
Use when filing LTB applications (L1 arrears, L2 for-cause, T1 illegal rent increase, T2 tenant rights, T5 maintenance, T6 AGI review), preparing for LTB hearings (disclosure, evidence binders, witness prep), navigating hearing procedures (order of proceeding, evidence rules, s.83 discretion), or enforcing LTB orders (11-day eviction delay, conditional payment plans, rent abatement, sheriff writs).
residential-tenancies-act-eviction-procedures
Use when serving or analyzing N4/N5/N6/N7/N8/N12/N13 notices under Ontario RTA, computing s.74 termination dates and tenant void rights, advising on for-cause or no-fault eviction strategy, or evaluating s.57 bad-faith remedies for pretextual N12/N13 evictions.
tenant-credit-analyst
Use when assessing a prospective tenant's creditworthiness from financial statements, computing DSCR/current ratio/debt-to-equity, estimating default probability, recommending security structures (deposit, LC, personal guarantee), or sizing financial covenants for a lease.
waiver-agreement-expert
Use when a landlord is responding to a tenant's offer to lease by waiving conditions (often adding counter-conditions), drafting conditional vs. unconditional waivers, analyzing whether a waiver creates a binding contract or operates as a counter-offer, or evaluating acceptance deadlines and qualified-waiver risk.
comparable-sales-adjustment-methodology
Use when constructing comparable sales adjustment grids, quantifying adjustments via paired sales or hedonic regression, validating gross/net adjustment limits, or reconciling adjusted sale prices. Triggers on sales comparison appraisals, sales grid construction, market-extracted adjustments. Key terms: adjustment hierarchy, paired sales, hedonic regression, gross/net adjustment limits, sensitivity analysis.
temporary-license-expert
Use when drafting a short-term occupancy license (1 day to 3 months) for film shoots, pop-up retail, event space, interim occupancy during renovations, or test-fit periods, analyzing whether an arrangement is a true license vs. a lease, or structuring revocable non-exclusive occupancy rights that avoid landlord-tenant statutory protections.
default-and-remedies-advisor
Use when analyzing a monetary or non-monetary tenant default, calculating cure periods, drafting a notice to cure, quantifying damages including acceleration of rent and unamortized TI clawback, or sequencing landlord remedies (notice, re-entry, termination, distress).
tenant-relief-from-eviction-analysis
Use when assessing likelihood of s.83 discretionary relief from eviction under Ontario RTA, preparing tenant relief arguments (personal circumstances, payment plans, children, housing scarcity), countering relief on behalf of a landlord (repeat defaults, prejudice, financial viability), or predicting adjudicator patterns by notice type (first vs. second N4, N8 persistent late, N12 own use).
agricultural-easement-negotiation-frameworks
Use when negotiating transmission line, pipeline, or drainage easements with agricultural landowners, assessing farm operation impacts (crop production, livestock, equipment, irrigation), designing compensation structures (one-time, recurring rental, mitigation works, hybrid), or navigating multi-generational farm family dynamics and succession.
cropland-out-of-production-agreements
Use when analyzing ongoing agricultural productivity impacts from transmission line, pipeline, or linear infrastructure right-of-way agreements, running three-model NPV comparisons (Ontario one-time vs Alberta SRB annual vs Farmer Required actual costs), quantifying operational inefficiencies (headlands loss, precision ag interference, aerial spray restrictions, weed control), or advocating for annual cropland compensation based on OFA guidance.
Page 907 of 1700 · 84962 results
