Skip to main content

Skills

Skills are specialized knowledge packages that give agents domain expertise. Think of the difference between tools and skills this way: tools let an agent do things (call an API, send an email), while skills teach an agent how to think about a domain (sales methodology, incident triage, cloud architecture).

How Skills Work

Skills follow the Anthropic Agent Skills specification. They are markdown-based knowledge bundles that agents load on-demand when they encounter a relevant situation.

For example, when a sales agent encounters a pricing objection, it loads the sales-objection-handling skill and gets the LAER framework, response scripts, and competitor battlecards -- all without that knowledge taking up space in every single conversation.

The Three-Level System (Progressive Disclosure)

Skills use progressive disclosure to minimize context usage:

LevelWhat LoadsWhenToken Cost
Level 1Name and short description onlyAlways (in system prompt)~100 tokens
Level 2Full instructions, frameworks, templatesWhen the agent activates the skillUp to ~5,000 tokens
Level 3Detailed reference files (guides, battlecards, examples)When the agent needs specific depthOn demand

This means agents carry awareness of all their skills at minimal cost, and only load the heavy content when they actually need it.

Skills vs Tools

AspectToolsSkills
PurposeDo things (API calls, calculations)Know things (expertise, frameworks)
OutputAction results (data, side effects)Guidance (instructions, templates)
LoadingAlways availableLoaded on-demand (progressive disclosure)
FormatAPI integrationsMarkdown + reference files

Available Skills

MeetLoyd ships with 110+ first-party skills across these categories:

Engineering and Cloud

SkillDescription
coding-agentFull-stack development with sandboxed execution
aws-architectAWS Solutions Architect -- Well-Architected Framework, IaC, cost optimization
azure-architectAzure Solutions Architect -- Bicep, Entra ID, AKS
gcp-architectGCP Solutions Architect -- Cloud Run, GKE, BigQuery, Terraform
multi-cloud-architectMulti-cloud and hybrid -- Kubernetes, Terraform, vendor lock-in mitigation
terraformTerraform/OpenTofu IaC, modules, state management, CI/CD
kubernetesDeployments, Helm charts, RBAC, networking, troubleshooting
postgresqlQuery optimization, indexing, replication, PL/pgSQL
kafkaEvent streaming, Kafka Streams, Connect, Schema Registry

Enterprise IT

SkillDescription
servicenowITSM/ITOM, AI Agents, Now Assist, CMDB
oktaIdentity, SSO/SAML, OAuth 2.0, MFA, Zero Trust
datadogObservability, APM, logs, metrics, Bits AI
pagerdutyIncident management, SRE Agent, on-call, escalations
splunkLog management, SPL queries, SIEM, threat detection
grafanaDashboards, PromQL, Loki, Tempo, alerting
vaultHashiCorp Vault secrets management, dynamic credentials, PKI

Sales and Marketing

SkillDescription
sales-objection-handlingB2B SaaS objections with LAER framework, 25+ patterns
strategic-narrativeAndy Raskin framework, positioning, category creation
growth-hackingViral loops, experimentation, PLG, AARRR metrics
inbound-marketingContent strategy, SEO, lead nurturing, automation
google-adsSearch, Display, Performance Max, Smart Bidding
linkedin-adsABM campaigns, Lead Gen Forms, B2B targeting
content-managementLinkedIn, Twitter/X, blog, content calendar
pr-communicationsPress releases, media relations, crisis comms

CRM and Billing

SkillDescription
salesforceApex, LWC, SOQL, Einstein AI, Flow
hubspotCRM/Marketing APIs, workflows, Breeze AI
stripePayments, subscriptions, Connect, Checkout
zuoraSubscriptions, revenue recognition (ASC 606), quote-to-cash

SaaS Business

SkillDescription
saas-metricsLTV/CAC, NRR, Rule of 40, cohort analysis
saas-pricingValue-based pricing, freemium, packaging
saas-valuationARR multiples, DCF, comps, fundraising benchmarks

Web Development

SkillDescription
laravelLaravel PHP (11/12), Eloquent, Blade, queues, FrankenPHP
drupalCMS development, modules, themes, Twig, Entity API
dsfrFrench Government Design System (RGAA compliance)

AI Development

SkillDescription
openai-agentsOpenAI Agents SDK, multi-agent systems, handoffs
crewaiCrewAI orchestration, agent crews, task delegation
anthropic-mcpMCP server development, tools, resources
ml-trainingPyTorch, fine-tuning, hyperparameter optimization
llm-finetuningLoRA, QLoRA, DPO, ORPO, evaluation strategies

Productivity

SkillDescription
spreadsheetsExcel and Sheets -- XLOOKUP, QUERY, pivot tables, Apps Script
presentationsSlides and PowerPoint -- deck design, data viz, narrative
jiraJQL queries, Atlassian Intelligence, Rovo AI, automation
indesignAdobe InDesign -- enterprise PDFs, whitepapers, reports

Skill Discovery

Agents can browse the skill catalog and request skills they need. Skills are also suggested automatically when integrations are connected or during team onboarding. See Skill Discovery for details.


Skill Discovery
Auto-discovery and connector-based suggestions
Coding Agent
Give agents development capabilities
Creating Skills
Build and publish your own skills