By j-show
AI Everything is a collection of skills and tools that can be used to automate your workflow.
Remove dead code, deprecated branches, unused functions, and redundant logic within a scoped codebase area. Evidence-first cleanup with user confirmation before deletion. Use when user wants to clean code, remove deprecated paths, delete unused exports, deduplicate logic, prune feature flags, simplify conditionals, or invoke clean-helper. Triggers: 'clean', 'clean-helper', 'dead code', 'remove deprecated', 'unused function', 'redundant logic', 'prune', 'remove legacy', 'delete unused', 'cleanup', '清理代码', '删除废弃', '移除冗余', '无用代码', '废弃分支', '精简逻辑', 'dead branch', 'unreachable code'.
Summarize git changes and create a commit with a structured message. Parallel git status/diff/log; feat/fix/docs type with bullet body; heredoc commit; safe git only. Use when user wants to commit, write commit message, git commit, summarize changes, invoke commit-helper, or create commit. Triggers: 'commit', 'commit-helper', 'git commit', 'commit message', '提交', '写提交信息', '创建 commit', '总结改动并提交', '帮我提交', '拟定提交说明'.
Orchestrate ui-ux-pro-max + frontend-design for distinctive UI. Writes SSOT brief to designs/specs, generates preview mockups in designs/previews with prompt docs in designs/images, then implements with a11y guardrails. Use when user asks to design, redesign, build UI, landing page, dashboard, component, design system, visual direction, typography, mockup, or prototype. Actions: design, redesign, build UI, create landing page, style guide, design preview, UI prototype. Triggers: 'designer', 'frontend design', 'UI design', '设计页面', '做落地页', '设计系统', '视觉方向', '去模板化', 'design brief', 'UI prototype', '设计图'. Requires installed ui-ux-pro-max and frontend-design skills.
Add JSDoc, key-step inline comments, and README from implementation code. Documents functions, classes, interfaces, types, enums, and constants; syncs README with package.json, env vars, and directory layout. Use when user wants to document code, add jsdoc, write or update readme, invoke doc-helper, or complete project documentation. Triggers: 'doc', 'doc-helper', 'jsdoc', 'readme', 'document code', 'add comments', 'write documentation', '补全文档', '写注释', '完善 README', 'JSDoc', '代码注释', '文档补全'.
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub j-show/ai-everything --plugin ai-everythingBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
English · 简体中文
AI Everything (package name ai-everything) is a plugin bundle for coding agents. It registers paths for skills, commands, hooks, and related assets across Cursor, Codex, and Claude Code so you can reuse one workflow toolkit in multiple harnesses.
scripts/*.mjs use import and modern fs APIs)npm install required for maintainer scripts (stdlib only)bash on PATH is only needed for hook scripts, not for npm run deploybuild)Edit fields in the root package.json (including author, displayName, shortDescription used by Codex and Cursor manifests).
From the repository root:
npm run build
Commit the updated plugin JSON files together with package.json so published manifests stay consistent.
build uses the root package.json as the single source of truth and writes to .cursor-plugin, .codex-plugin, and .claude-plugin. See JSDoc in scripts/build.mjs.
deploy)For local development, link this repo’s commands/, rules/, and skills/ into the target harness config directory:
| Script | Equivalent CLI |
|---|---|
npm run deploy:cursor | npm run deploy -t cursor |
npm run deploy:codex | npm run deploy -t codex |
npm run deploy:claude | npm run deploy -t claude |
npm run deploy:qcode | npm run deploy -t qcode |
Options (see scripts/deploy.mjs):
| Flag | Values | Default | Meaning |
|---|---|---|---|
-t, --type | cursor, codex, claude, qcode | (required) | Target harness |
-m, --mode | user, local | user | user → ~/.cursor (etc.); local → ./.cursor (etc.) under current cwd |
Examples:
# User-wide Cursor config (links into ~/.cursor/commands, etc.)
npm run deploy:cursor
# Harness folder under the current project only
npm run deploy -- --type cursor --mode local
# Direct Node invocation
node scripts/deploy.mjs --type codex --mode user
If npm swallows flags, use a double dash: npm run deploy -- --type cursor.
Behavior: Creates symlinks (Windows directories use junctions; file symlinks may fall back to hard links on EPERM). Skips paths already linked to this repo; warns and skips when the target exists but is not a link.
Paths are defined in each harness’s plugin manifest. This repo currently uses:
| Kind | Path (relative to plugin root) |
|---|---|
| Skills | ./skills/ |
| Agents (Cursor) | ./agents/ |
| Commands (Cursor) | ./commands/ |
| Hooks (Cursor) | ./hooks/hooks-cursor.json |
| Skills (Codex plugin field) | ./skills/ |
Metadata (name, version, description, author, homepage, etc.) is sourced from the root package.json. After edits, run npm run build to sync into JSON under .cursor-plugin, .codex-plugin, and .claude-plugin.
Each harness has its own install flow. If you use more than one of Claude Code, Codex, and Cursor, install this plugin separately in each product.
Official reference: Discover and install plugins and Create and distribute a plugin marketplace.
Install from Anthropic’s official marketplace:
/plugin install ai-everything@claude-plugins-official
The custom marketplace provides AI Everything and related plugins for Claude Code.
Register the marketplace:
/plugin marketplace add jshow-marketplace
Install from that marketplace:
/plugin install ai-everything@jshow-marketplace
AI Everything is available via the official Codex plugin marketplace.
Open the plugin search UI:
/plugins
Search for AI Everything:
ai-everything
Select Install Plugin.
Official reference: Plugins – Codex.
ai-everything in the list or marketplace.Official reference: Plugins | Cursor Docs.
In Cursor Agent chat, install from the marketplace:
/add-plugin ai-everything
AI Pet lifecycle hooks for Claude Code and Codex
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Intelligent prompt optimization: injects the right context at the right moment so Claude lands a better first output. Clarifies vague prompts with research-based questions, plus targeted nudges for approach selection, plan readability, workflow routing, background execution, subagent routing, output readability, user-decision questions, and plan-mode assessment