Add language support
Skill alexmmatos/essentials-claude-code/.claude/skills/add-language-support
Measure Claude Code Adoption
npx -y skills add alexmmatos/essentials-claude-code --skill add-language-supportAssembled 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:
- Add a new profile to
PROFILESinsrc/languages.js: pick a stableid, a human-readablelabel, amanifestCheck(root)that looks for the language's manifest file(s) (e.g.Cargo.toml,go.mod), acommandSignalregex matching the toolchain's common commands, and anexampleToolsstring for CLAUDE.md guidance. - If a flagship subagent template exists for this language under
template-agents/awesome-claude-code-subagents-main/categories/02-language-specialists/, map the newidto it inLANGUAGE_AGENT_TEMPLATES(src/agentTemplates.js). If no matching template exists yet, use [[add-agent-template]] first. - Add a fixture under
test/fixtures/with a minimal manifest file for the language, and a test intest/inspector.test.js(or the languages-specific test file) confirmingdetectLanguagespicks it up and that--generate-essential-agentscopies the right template for it. - Update the language list in
README.mdif one is documented there.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.