84962 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

wizard

Interactive guidance setup with AskUserQuestion flow. TRIGGERS - ru wizard, configure guidance, setup encourage forbid, ru interactive setup.

terrylica
terrylica
264

stop

Disable autonomous loop mode immediately. TRIGGERS - ru stop, stop autonomous, disable loop, end autonomous mode.

terrylica
terrylica
264

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).

terrylica
terrylica
264

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.

terrylica
terrylica
264

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

terrylica
terrylica
264

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

terrylica
terrylica
264

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

terrylica
terrylica
264

download-media

Download media files (photos, videos, documents) from Telegram messages. TRIGGERS - telegram download, download telegram, telegram save, telegram get file, telegram export media

terrylica
terrylica
264

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

terrylica
terrylica
264

forward-message

Forward messages between Telegram chats. Supports single or batch forwarding. TRIGGERS - telegram forward, forward telegram message, telegram relay, telegram copy message

terrylica
terrylica
264

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

terrylica
terrylica
264

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

terrylica
terrylica
264

mark-read

Mark Telegram chats as read, clear unread badges and mentions. TRIGGERS - telegram mark read, telegram read receipt, telegram clear unread, telegram acknowledge

terrylica
terrylica
264

pin-message

Pin or unpin messages in Telegram chats and groups. TRIGGERS - telegram pin, telegram unpin, pin telegram message, unpin telegram message

terrylica
terrylica
264

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

terrylica
terrylica
264

daemon-status

Check asciinema status - daemon, running processes, and unhandled .cast files. TRIGGERS - daemon status, check backup, chunker health, recording status, unhandled files.

terrylica
terrylica
264

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.

terrylica
terrylica
264

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.

terrylica
terrylica
264

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.

terrylica
terrylica
264

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.

terrylica
terrylica
264

daemon-logs

View asciinema chunker daemon logs. TRIGGERS - daemon logs, chunker logs, backup logs.

terrylica
terrylica
264

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.

magicseek
magicseek
263

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`).

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

ontology-validator

>

HeshamFS
HeshamFS
262

ontology-mapper

>

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

convergence-study

Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification

HeshamFS
HeshamFS
262

ontology-explorer

>

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

HeshamFS
HeshamFS
262

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.

SpillwaveSolutions
SpillwaveSolutions
262

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).

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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).

reggiechan74
reggiechan74
258

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).

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

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.

reggiechan74
reggiechan74
258

Page 907 of 1700 · 84962 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.