By n-seiji
n-seiji's coding agent plugin: agents, skills, hooks, and commands (fork of affaan-m/everything-claude-code)
Run comprehensive verification on current codebase state.
Sync documentation from source-of-truth:
Incrementally fix TypeScript and build errors:
Safely identify and remove dead code with test verification:
GitHub PR/Issue URLからクロスリポジトリ対応のマルチパースペクティブPRレビューを実行し、レビューコメントを投稿する
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Interactive installer for Everything Coding Agent — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
affaan-m/everything-claude-code のフォーク。 Claude Code と Codex の両方で使える coding agent plugin として、agents / skills / commands / hooks を配布する。
.claude-plugin/marketplace.json を n-seiji namespace で公開.codex-plugin/plugin.json を追加し、Codex から plugins/everything-coding-agent/skills/ を読み込めるようにしたinstall.sh ベースのインストール経路(.claude/settings.json、rules/ 含む)は廃止/ 候補に出したい workflow を plugins/everything-coding-agent/skills/*/SKILL.md として公開/cp — commit and push/cpp — commit, push, and open a draft PR/draft-pr — draft PR 作成フロー/plugin marketplace add n-seiji/everything-coding-agent
/plugin install everything-coding-agent@n-seiji
Codex CLI は .agents/plugins/marketplace.json を marketplace index として読み、インストール対象の plugin は .codex-plugin/plugin.json から skills/ を読み込む。
リポジトリを marketplace として追加してから plugin を install する。
codex plugin marketplace add n-seiji/everything-coding-agent
codex plugin list | rg -i everything-coding-agent
codex plugin add everything-coding-agent@n-seiji
ローカル checkout を使う場合:
codex plugin marketplace add /absolute/path/to/everything-coding-agent
codex plugin add everything-coding-agent@n-seiji
Codex では Claude Code の top-level commands/ はそのまま slash command としては読まれないため、候補に出したい workflow は plugins/everything-coding-agent/skills/<name>/SKILL.md として配置している。install 後は /everything、/review、/go、/tdd などで候補を絞り込める。
インストール済み plugin を更新する場合は、marketplace を更新してから plugin を入れ直す。
codex plugin marketplace upgrade n-seiji
codex plugin remove everything-coding-agent@n-seiji
codex plugin add everything-coding-agent@n-seiji
n-seiji/dotfiles の home/programs/claude.nix で
flake input としてこのリポジトリを取り込み、~/.claude/plugins/marketplaces/n-seiji に
symlink + enabledPlugins で有効化する。home-manager switch で反映。
| 種別 | パス | 用途 |
|---|---|---|
| agents | agents/*.md | planner, code-reviewer, tdd-guide ほか 13 種の subagent |
| skills | skills/*/SKILL.md | Claude Code 向けの upstream skills |
| codex skills | plugins/everything-coding-agent/skills/*/SKILL.md | Codex の / 候補に出す workflow skills |
| shared commands | skills/everything-coding-agent/commands/*.md | Codex / Claude Code 両対応の skill command |
| commands | commands/*.md | Claude Code 向け slash command |
| hooks | hooks/ | PreToolUse / PostToolUse / Stop |
rules/、settings.json、plugins/config.json は
plugin reference の component
仕様に含まれず、プラグインからは配布できない。ユーザ環境への配置は dotfiles で行う。
この前提は Claude Code 向けで、hooks/hooks.json も Claude Code 用マニフェストのまま管理している。
~/.claude/rules/ — dotfiles home/files/claude/rules/ を symlink~/.claude/settings.json — dotfiles の base + enabledPlugins をマージしてビルド~/.claude/plugins/config.json — dotfiles で配置| コマンド | 説明 |
|---|---|
/build-fix | build error の段階的修正 |
/code-review | 汎用コードレビュー |
/cp | 変更をステージ → コミット → プッシュ |
/cpp | 変更をステージ → コミット → プッシュ → draft PR 作成 |
/draft-pr | draft PR 作成フロー(ブランチチェック付き) |
/e2e | E2E test 作成/実行/調査 |
/go-build | Go build / vet / lint failure の修正 |
/go-review | Go 向けコードレビュー |
/go-test | Go test / table-driven test workflow |
/plan | 実装計画作成 |
/python-review | Python 向けコードレビュー |
/refactor-clean | dead code / cleanup refactor |
/review-pr | GitHub PR review |
/tdd | test-driven development workflow |
/test-coverage | coverage gap の調査とテスト追加 |
/update-docs | docs 更新 |
/verify | build/lint/test などの検証 |
Claude Code 固有/実験系だった multi-*, ccpp, checkpoint, sessions, learn, evolve, instinct-*, orchestrate, pm2, setup-pm, skill-create, update-codemaps, eval は削除済み。
npx claudepluginhub n-seiji/everything-coding-agent --plugin everything-coding-agentHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete developer toolkit for Claude Code