agentsclimarketplace

Add language support

Skill alexmmatos/essentials-claude-code/.claude/skills/add-language-support

Measure Claude Code Adoption

Install
npx -y skills add alexmmatos/essentials-claude-code --skill add-language-support

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Adds detection support for a new language/toolchain and wires up its essential agent template

SKILL.md

1.2 KB, 284 tokens by cl100k_base, as published. Nobody here has run it

Add support for detecting the "$ARGUMENTS" language/toolchain in essentials-claude-code:

  1. Add a new profile to PROFILES in src/languages.js: pick a stable id, a human-readable label, a manifestCheck(root) that looks for the language's manifest file(s) (e.g. Cargo.toml, go.mod), a commandSignal regex matching the toolchain's common commands, and an exampleTools string for CLAUDE.md guidance.
  2. If a flagship subagent template exists for this language under template-agents/awesome-claude-code-subagents-main/categories/02-language-specialists/, map the new id to it in LANGUAGE_AGENT_TEMPLATES (src/agentTemplates.js). If no matching template exists yet, use [[add-agent-template]] first.
  3. Add a fixture under test/fixtures/ with a minimal manifest file for the language, and a test in test/inspector.test.js (or the languages-specific test file) confirming detectLanguages picks it up and that --generate-essential-agents copies the right template for it.
  4. Update the language list in README.md if one is documented there.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.