Claude Skill

zhukunpenglinyutong/ai-max

AI-Max Claude Skill enhances Claude Code with production-ready agents, skills, hooks, commands, rules, and MCP configurations. One-click setup for smarter coding assistance.

Overview

Stars311
Forks32
LanguageJavaScript
Last pushed2026-02-11
Last synced2026-07-04
View on GitHub

Repository

Ownerzhukunpenglinyutong
Repositoryai-max
Full namezhukunpenglinyutong/ai-max
Repo ID1,139,632,066

Install this Skill

npm install -g aimax

Registry

Typemcp_server
Quality score85/100
Verificationreadme_parsed
Last verified2026-06-16
Platforms
ClaudeMCP
Capabilities
browsermemoryterminalworkflow
Detected files
README.mdexamplespackage.jsontests
Config keys
PACKAGE_JSON

Summary

AI-Max is a Claude Skill designed to enhance Claude Code's intelligence with one-click setup. It integrates production-ready agents, skills, hooks, commands, rules, and MCP configurations.

Chinese description

一键提升Claude Code智能,集成生产级代理、技能、钩子、命令、规则及MCP配置

Key features

  • One-click intelligence boost for Claude Code
  • Production-ready agents and skills
  • Integrated hooks and commands
  • Customizable rules system
  • MCP configuration support
  • JavaScript-based implementation

Use cases

  • Enhancing Claude Code development workflows
  • Building intelligent coding assistants
  • Customizing AI development environments
  • Integrating MCP tools with Claude
  • Automating coding tasks with agents
  • Extending Claude functionality with skills

README excerpt

# AI MAX > 这是基于 [everything-claude-code](https://github.com/affaan-m/everything-claude-code) 进行二次开发,提供npm一键安装方式,协议沿用MIT **Claude Code 增强配置,开箱即用。** 本仓库包含生产级 agents(代理)、skills(技能)、hooks(钩子)、commands(命令)、rules(规则)和 MCP 配置,帮助你快速提升 Claude Code 的使用体验。 --- ## 快速开始 ```bash # 全局安装 npm install -g aimax # 执行aimax,增强claude code智商 aimax # 终端执行aimax,进行交互式安装 # Claude Code 使用 /aimax:auto 你的问题 # 自动选择最优的aimax指令 ``` CLI 提供交互式界面,让你选择要安装的组件: - **Agents** - 专用子代理(planner, architect, tdd-guide 等) - **Rules** - 必须遵循的准则(security, testing, coding-style 等) - **Commands** - 斜杠命令(/aimax:plan, /aimax:tdd, /aimax:code-review 等) - **Skills** - 工作流定义和领域知识 --- ## 斜杠指令使用指南 安装 AI MAX 后,你可以在 Claude Code 中使用以下斜杠指令。只需输入 `/aimax:指令名` 加上你的需求即可。 ### 快速参考 | 指令 | 用途 | 示例 | |------|------|------| | `/aimax:auto` | 智能选择最合适的指令 | `/aimax:auto 帮我修复这个 bug` | | `/aimax:plan` | 功能规划与实现方案 | `/aimax:plan 添加用户登录功能` | | `/aimax:tdd` | 测试驱动开发 | `/aimax:tdd 实现购物车功能` | | `/aimax:code-review` | 代码质量与安全审查 | `/aimax:code-review` | | `/aimax:build-fix` | 修复构建/类型错误 | `/aimax:build-fix` | | `/aimax:e2e` | 端到端测试生成 | `/aimax:e2e 测试用户注册流程` | | `/aimax:test-coverage` | 测试覆盖率分析 | `/aimax:test-coverage` | | `/aimax:refactor-clean` | 代码重构与清理 | `/aimax:refactor-clean 优化这个模块` | | `/aimax:update-docs` | 更新项目文档 | `/aimax:update-docs` | | `/aimax:update-codemaps` | 更新代码架构图 | `/aimax:update-codemaps` | --- ### 详细说明 #### `/aimax:auto` - 智能指令选择器 不确定用哪个指令?使用 `/aimax:auto`,它会根据你的描述自动选择最合适的指令。 ``` /aimax:auto 我的构建失败了,有类型错误 → 自动选择 /aimax:build-fix /aimax:auto 帮我写个新功能 → 自动选择 /aimax:plan /aimax:auto 检查一下代码有没有安全问题 → 自动选择 /aimax:code-review ``` #### `/aimax:plan` - 实现规划 在编写代码之前创建详细的实现计划。适用于: - 新功能开发 - 重大架构变更 - 复杂重构工作 ``` /aimax:plan 添加实时通知功能 ``` AI 会分析需求、识别风险、创建分步计划,**并等待你确认后才开始编码**。 #### `/aimax:tdd` - 测试

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-07-04