add-language

Generate and integrate a write-<lang> recipe into a project descriptor.

5|3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/leifericf/agentic-sdk --skill add-language-leifericf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-language
Source: https://github.com/leifericf/agentic-sdk/tree/main/skills/add-language
Command: npx skills add https://github.com/leifericf/agentic-sdk --skill add-language-leifericf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of adding support for a new language in a project, streamlining the creation of recipes and integration into the project descriptor.

Core Features & Use Cases

  • Automated Recipe Generation: Generates a write-<lang> recipe for languages outside the curated set.
  • Descriptor Integration: Automatically integrates the new language into the project descriptor.
  • Use Case: For a project that requires support for a language like Rust, this Skill can be used to generate the necessary recipe and integrate it into the project's workflow.

Quick Start

Run the add-language skill to add support for a new language, e.g., 'Rust', in your project.

Frequently Asked Questions about add-language

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

FAQPage Schema
How do I add support for a new programming language to my project descriptor?

To add language support, this Skill detects the missing language gap, interviews you for skeleton variables, generates a write-<lang> recipe, and wires it directly into the project descriptor. It validates the integration to ensure the new language functions correctly.

What is the process for generating a write-<lang> recipe for a language outside the curated set?

Generating a write-<lang> recipe involves automatically creating the recipe structure, interviewing for the skeleton's variable slots, and integrating it into the project descriptor. This handles languages outside your project's existing curated set.

Can I automate project descriptor integration when adding language support?

Yes, automating project descriptor integration is the core function. It automatically wires the newly generated recipe into the descriptor and validates the configuration, eliminating manual editing of project automation files.

What inputs are needed to generate a recipe for a new language?

Generating a recipe requires the existing project descriptor and the specifics of the new language. The Skill uses an interview process to gather the necessary skeleton variable slots before generating and wiring the recipe.