Co-Pilot / 辅助式
更新于 24 days ago

ai-context

Eel-feo
0.0k
el-feo/ai-context
76
Agent 评分

💡 摘要

AI Context 提供模块化的 Claude Code 插件,以增强各类技术的开发者生产力。

🎯 适合人群

Ruby on Rails 开发者JavaScript/TypeScript 开发者DevOps 工程师使用 GitHub 的项目经理软件开发团队

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

AI Context (aka jebs-dev-tools)

A collection of Claude Code plugins for enhancing developer productivity with AI-assisted development workflows.

Overview

AI Context provides modular Claude Code plugins that can be installed into your projects. The repository focuses primarily on Ruby/Rails development but includes support for JavaScript/TypeScript and other technologies.

Claude Code Plugins

This repository contains 5 modular Claude Code plugins under plugins/:

| Plugin | Description | Skills | Commands | Agents | | ------------ | ---------------------------------- | ------ | -------- | ------ | | ruby-rails | Ruby on Rails development toolkit | 11 | 3 | 1 | | ghpm | GitHub Project Management workflow | 0 | 10 | 0 | | js-ts | JavaScript/TypeScript toolkit | 3 | 1 | 0 | | devops | DevOps & infrastructure toolkit | 3 | 1 | 0 | | general | General development utilities | 1 | 0 | 0 |

Installation

From GitHub (Recommended)

# Add the marketplace /plugin marketplace add el-feo/ai-context # Install individual plugins /plugin install ruby-rails@jebs-dev-tools /plugin install ghpm@jebs-dev-tools /plugin install js-ts@jebs-dev-tools /plugin install devops@jebs-dev-tools /plugin install general@jebs-dev-tools

Local Installation

# Add local marketplace /plugin marketplace add /path/to/ai-context # Then install plugins /plugin install ruby-rails@jebs-dev-tools

Direct Plugin Directory

# Use a specific plugin directly cc --plugin-dir /path/to/ai-context/plugins/ruby-rails

Repository Structure

ai-context/ ├── .claude-plugin/ │ └── marketplace.json # Marketplace index ├── plugins/ │ ├── ruby-rails/ # Ruby/Rails development │ ├── ghpm/ # GitHub Project Management │ ├── js-ts/ # JavaScript/TypeScript │ ├── devops/ # DevOps & infrastructure │ └── general/ # General utilities └── tools/ # Helper scripts

Plugin Details

ruby-rails

Ruby on Rails development toolkit with skills for Rails, Ruby, RSpec, RuboCop, SimpleCov, Brakeman, and code review with Sandi Metz principles.

Skills: rails, ruby, rspec, rubocop, rubycritic, simplecov, brakeman, rails-generators, sandi-metz-reviewer, review-ruby-code, postgresql-rails-analyzer

Commands: /red-green-refactor, /review-ruby-code, /rails-generators

Agents: rails-generator

ghpm

GitHub Project Management workflow for product development: PRD creation, epic/task breakdown, TDD execution, and QA planning.

Commands: /ghpm:create-prd, /ghpm:create-epics, /ghpm:create-tasks, /ghpm:create-project, /ghpm:execute, /ghpm:tdd-task, /ghpm:changelog, /ghpm:qa-create, /ghpm:qa-create-steps, /ghpm:qa-execute

js-ts

JavaScript and TypeScript development toolkit with ESLint, Vitest, and unit testing best practices.

Skills: eslint, vitest, javascript-unit-testing

Commands: /vitest

devops

DevOps and infrastructure toolkit with GitHub Actions, Kamal deployment, and Tailscale VPN configuration.

Skills: github-actions, kamal, tailscale

Commands: /github-actions

general

General development utilities including Mermaid diagram creation.

Skills: mermaid-diagrams

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/new-skill)
  3. Add or modify content
  4. Commit your changes
  5. Push to the branch
  6. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 适用于各种技术的模块化插件。
  • 提高开发者的生产力。
  • 支持流行的框架和工具。

缺点

  • 主要集中在 Ruby/Rails。
  • 某些插件的文档有限。
  • 可能存在插件冲突。

相关技能

rails-expert

A
toolCo-Pilot / 辅助式
86/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 el-feo.