My random enhancement for AI tools.
This repo is set up as a Claude Code plugin marketplace. It hosts one small plugin of its own (aaron-intelligence) and is otherwise a curated jumping-off point for finding good Claude Code plugins, official and third-party.
Remote Control sessions are started on demand. Codex runs once from the workspace root and selects target repositories remotely; Claude runs in a per-repository tmux session. See REMOTE_CONTROL.md for setup, usage, and the shutdown helper.
Add this repo as a marketplace source:
/plugin marketplace add ajustinjames/aaron-intelligence
Then install any plugin it lists:
/plugin install <plugin-name>@aaron-intelligence
| Plugin | Description | Install |
|---|---|---|
aaron-intelligence |
Aaron's personal Claude Code enhancements — a growing bundle of hooks, skills, and commands tuned to how he works. First component: a PreToolUse Bash guard that soft-blocks using the shell (cat/head/tail, sed -i, echo > file) as a stand-in for the Read/Edit/Write tools and tells Claude which tool to use — a deny that Claude re-plans around, nothing destructive. Precision-first: pipelines, tail -f, awk/grep, and program-output redirects are left alone. Off via AARON_INTELLIGENCE_GUARD=off. See plugin README. |
/plugin install aaron-intelligence@aaron-intelligence |
These live in the anthropics/claude-plugins-official marketplace. Add it once, then install any of them:
/plugin marketplace add anthropics/claude-plugins-official
| Plugin | Description | Install |
|---|---|---|
claude-md-management |
Audit and maintain CLAUDE.md files — check quality, capture session learnings, keep project memory current. |
/plugin install claude-md-management@claude-plugins-official |
context7 |
Upstash Context7 MCP server for up-to-date, version-specific library docs and code examples pulled straight from source repos. | /plugin install context7@claude-plugins-official |
frontend-design |
Guidance and tooling for distinctive, production-grade frontend UI — avoids generic AI-generated aesthetics. | /plugin install frontend-design@claude-plugins-official |
security-guidance |
Security review for Claude-generated code — pattern-based edit warnings, LLM diff review on stop, and an agentic commit reviewer for injection, XSS, SSRF, secrets, and more. | /plugin install security-guidance@claude-plugins-official |
| Plugin | Description | Install |
|---|---|---|
codex |
Delegate tasks to OpenAI Codex from Claude Code, or have Codex review your code. From openai/codex-plugin-cc. |
/plugin marketplace add openai/codex-plugin-cc then /plugin install codex@openai-codex |