Awesome-omni-skill moai-alfred-language-detection
Auto-detects project language and framework from package.json, pyproject.toml, etc.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data-ai/moai-alfred-language-detection" ~/.claude/skills/diegosouzapw-awesome-omni-skill-moai-alfred-language-detection && rm -rf "$T"
manifest:
skills/data-ai/moai-alfred-language-detection/SKILL.mdsource content
Alfred Language Detection Skill
Skill Metadata
| Field | Value |
|---|---|
| Skill Name | moai-alfred-language-detection |
| Version | 2.0.0 (2025-10-22) |
| Allowed tools | Read (read_file), Bash (terminal) |
| Auto-load | On demand when keywords detected |
| Tier | Alfred |
What It Does
Auto-detects project language and framework from package.json, pyproject.toml, etc.
Key capabilities:
- ✅ Best practices enforcement for alfred domain
- ✅ TRUST 5 principles integration
- ✅ Latest tool versions (2025-10-22)
- ✅ TDD workflow support
When to Use
Automatic triggers:
- Related code discussions and file patterns
- SPEC implementation (
)/alfred:2-run - Code review requests
Manual invocation:
- Review code for TRUST 5 compliance
- Design new features
- Troubleshoot issues
Inputs
- Language-specific source directories
- Configuration files
- Test suites and sample data
Outputs
- Test/lint execution plan
- TRUST 5 review checkpoints
- Migration guidance
Failure Modes
- When required tools are not installed
- When dependencies are missing
- When test coverage falls below 85%
Dependencies
- Access to project files via Read/Bash tools
- Integration with
for language detectionmoai-foundation-langs - Integration with
for quality gatesmoai-foundation-trust
References (Latest Documentation)
Documentation links updated 2025-10-22
Changelog
- v2.0.0 (2025-10-22): Major update with latest tool versions, comprehensive best practices, TRUST 5 integration
- v1.0.0 (2025-03-29): Initial Skill release
Works Well With
(quality gates)moai-foundation-trust
(code review)moai-alfred-code-reviewer
(debugging support)moai-essentials-debug
Best Practices
✅ DO:
- Follow alfred best practices
- Use latest stable tool versions
- Maintain test coverage ≥85%
- Document all public APIs
❌ DON'T:
- Skip quality gates
- Use deprecated tools
- Ignore security warnings
- Mix testing frameworks