Skip to content
Development
Skill

/capabilities

Intent-to-command mappings for fullstack-typescript tech pack features.

From plugin
sdd
4459 skills7 agents3 commands
Install
$ npx -y skills add LiorCohen/sdd --skill capabilities --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/capabilities

Context preview

The summary Claude sees to decide when to auto-load this skill.

Intent-to-command mappings for fullstack-typescript tech pack features.

SKILL.md

capabilities.SKILL.md
name: capabilities
description: Intent-to-command mappings for fullstack-typescript tech pack features.
user-invocable: false

Capabilities

Intent-to-command mappings for fullstack-typescript tech pack features. When core's `/sdd` command loads capabilities from tech packs, this skill provides the additional intent mappings for config management, local environment, database, and contract operations.

---

Mappings

| User Says | Interpreted As | |-----------|---------------| | "I want to generate config for local" | `/sdd-run config generate --env local` | | "I want to validate my config" | `/sdd-run config validate` | | "I want to compare local and production config" | `/sdd-run config diff local production` | | "I want to create a local environment" | `/sdd-run local-env create` | | "I want to deploy to my local environment" | `/sdd-run local-env deploy` | | "I want to set up my database" | `/sdd-run database setup {name} --env local` | | "I want to run migrations" | `/sdd-run database migrate {name} --env local` | | "I want to validate my contract" | `/sdd-run contract validate {name}` | | "I want to generate TypeScript types" | `/sdd-run contract generate-types {name}` |

---

Input / Output

This skill defines no input parameters or structured output.

Ships withsdd

Structure for AI-assisted development AI coding assistants are powerful but chaotic. You prompt, you get code, but then what?

Get the whole plugin

Other skills on sdd.