• Documentation
  • Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
Serverless Framework Logo

Serverless Framework

Intro
SetupUpgrading To V4ConceptsTutorialAWS CredentialsLicense Keys
DeployingPackagingBuildingTestingServicesFunctions
OverviewHTTP (API Gateway v2)REST (API Gateway v1)ActiveMQApplication Load BalancerAlexa SkillAlexa Smart HomeCloudWatch EventCloudWatch LogCloudFrontCognito User PoolEventBridge EventIoTIoT Fleet ProvisioningKafkaKinesis & DynamoDBMSKRabbitMQS3ScheduleSNSSQSWebsocket
LayersManaged InstancesSandboxes (Lambda MicroVMs)AlertsVersion PruningDomainsIAM Function PermissionsParameters
OverviewSelf-reference serverless.ymlServerless CoreEnvironment VariablesCLI OptionsExternal YAML/JSON FilesJavascript propertiesGitDoppler
OverviewS3 ObjectsSSM Parameter Store & Secrets ManagerCloudFormation Stack Outputs
OverviewVaultTerraform State Output
ResourcesComposing ServicesDeployment BucketStateAgent SkillsPython support
OverviewRuntimeGatewayMemoryBrowserCode InterpreterDev Mode
API Gateway Proxy
OverviewGeneral ConfigurationAuthenticationAPI KeysData SourcesResolversPipeline FunctionsCachingDelta SyncCustom DomainWAFCLI Commands
Deploying SAM/CFN TemplatesWorkflow Tips
OverviewCreating PluginsCLI OutputCustom CommandsCustom VariablesExtending the Configuration schemaExtending and overriding configuration
OverviewDashboardAxiom
Overviewagent inspectagent skills installdeploydeploy functiondeploy listdevdiffinfoinvokeinvoke localloginlogin awslogin aws ssologsmetricspackageplugin installplugin uninstallprintprunereconcileremoverollbackrollback functionsupportusage
Overview
OverviewMetricsTracesTroubleshoot
OverviewNode.jsPython
OutputsProviders
OverviewBranch DeploymentsPreview DeploymentsCustom ScriptsTestingPrivate PackagesNotificationsMono ReposDeploy in your own CI/CDBest PracticesTroubleshootingFAQ
OverviewSetupToolsAWS Integration
Serverless.yml Reference
Examples and TutorialsConfiguration Validation
  1. CLI Reference
  2. Agent Skills Install

Agent Skills Install

Install (or refresh) the Agent Skills bundled with the Serverless Framework CLI into your service directory. Skills are instruction files that teach AI coding agents — Claude Code, Codex, Cursor, and any agent supporting the open Agent Skills standard — how to work with your service. The command is idempotent: re-running it updates already-installed skills in place.

The set of bundled skills varies by CLI version. On a version that bundles none yet, the command reports No skills are bundled with this CLI version. and installs nothing.

serverless agent skills install

Run it in your service directory (where serverless.yml lives). By default the command detects which agent directories you or your team already use and writes only those; with no signal it creates both .claude/skills/ and .agents/skills/. See the Agent Skills guide for the full behavior, automatic updates, and customization.

Options

  • --dir Target directory to install into: claude (.claude/skills/) or agents (.agents/skills/). Repeatable, and accepts a comma-separated list. Omit it to let the command detect the right targets.

Examples

Install into detected agent directories

serverless agent skills install

Install only for Claude Code

serverless agent skills install --dir claude

Install into both directories explicitly

serverless agent skills install --dir claude --dir agents

or equivalently:

serverless agent skills install --dir claude,agents
Edit this page
Prev agent inspectNextdeploy

Contents

  • Agent Skills Install
  • Options
  • Examples
  • Install into detected agent directories
  • Install only for Claude Code
  • Install into both directories explicitly

Related

GuidesPluginsExamplesSlack CommunitySupport