moai-foundation-langs

Community

Instantly detect project language and recommend tools.

Authorjunseokandylee
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the tedious process of identifying a project's primary programming language and framework. It eliminates manual inspection of configuration files and provides immediate recommendations for appropriate testing tools and linters, saving you setup time and ensuring you use the correct toolchain for any project.

Core Features & Use Cases

  • Configuration File Scanning: Automatically scans package.json, pyproject.toml, Cargo.toml, go.mod, Gemfile, etc., to detect language and framework.
  • Toolchain Recommendation: Provides a JSON output with recommended test_framework, linter, formatter, type_checker, and package_manager for the detected language.
  • Framework Detection: Identifies specific frameworks like FastAPI, Django, Flask (Python), React, Next.js, Vue (TypeScript), Spring Boot (Java).
  • Use Case: When you run /alfred:0-project or ask "이 프로젝트는 무슨 언어?" (what language is this project?), this skill will provide a detailed analysis.

Quick Start

Run /alfred:0-project and the skill will detect the project's language and recommend tools like pytest and ruff.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: moai-foundation-langs
Download link: https://github.com/junseokandylee/CookieProxy/archive/main.zip#moai-foundation-langs

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository