capabilities

Maps natural-language requests to /sdd-run commands for common workflows.

39|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/LiorCohen/sdd --skill capabilities-liorcohen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: capabilities
Source: https://github.com/LiorCohen/sdd/tree/main/plugin/fullstack-typescript/skills/capabilities
Command: npx skills add https://github.com/LiorCohen/sdd --skill capabilities-liorcohen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bridges high-level user intents to concrete /sdd-run commands for fullstack-typescript workflows, reducing cognitive load and speeding up setup, configuration, and deployment tasks.

Core Features & Use Cases

  • Intent-to-command mappings for fullstack-typescript workflows, translating natural-language intents into precise /sdd-run commands.
  • Environment and configuration automation for local development, including config generation, validation, and diffing.
  • Database and contract operations through mapped commands such as setup, migrate, validate contracts, and generate types.

Quick Start

Provide a natural-language intent and let this skill map it to the matching /sdd-run command.

Frequently Asked Questions about capabilities

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate natural language intents into commands for fullstack TypeScript workflows?

To translate natural language intents into commands for fullstack TypeScript workflows, provide your high-level intent and the skill maps it to a precise /sdd-run command. It reduces cognitive load by bridging user goals to concrete execution instructions.

Can I automate local environment setup and config management for TypeScript projects?

You can automate local environment setup and config management for TypeScript projects by mapping intents to /sdd-run commands. The skill provides deterministic mappings for config generation, validation, and diffing without executing the operations itself.

What's the best way to generate database migrations and validate contracts from high-level requests?

The best way to generate database migrations and validate contracts from high-level requests is using intent-to-command mapping. The skill translates requests into /sdd-run commands like generate, validate, diff, and migrate for database and contract operations.

Does this intent mapping tool execute the /sdd-run commands it generates?

No, this intent mapping tool does not execute the /sdd-run commands it generates. It only translates high-level user intents into concrete command mappings with a clear scope, leaving the actual execution to your existing fullstack TypeScript workflows.

What fullstack TypeScript tasks are supported by intent-to-command mapping?

Intent-to-command mapping supports fullstack TypeScript tasks including config management, local environment setup, database operations, and contract operations. It provides deterministic command mappings like generate, validate, diff, and migrate for these workflows.