Legacy slash-entry shim for the claude-devfleet skill. Prefer the skill directly.
Legacy slash-entry shim for the documentation-lookup skill. Prefer the skill directly.
Legacy slash-entry shim for the e2e-testing skill. Prefer the skill directly.
Legacy slash-entry shim for the eval-harness skill. Prefer the skill directly.
Analyze instincts and suggest or generate evolved structures
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.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing implementation blueprints with concrete files, interfaces, data flow, and build order.
Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, and documenting dependencies to inform new development.
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
Structured self-debugging workflow for AI agent failures using capture, diagnosis, contained recovery, and introspection reports.
Add x402 payment execution to AI agents — per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents need to pay for APIs, services, or other agents.
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes. Use when ECC should be trimmed to what a project actually needs instead of loading the full bundle.
Matches all tools
Hooks run on every tool call, not just specific ones
External network access
Connects to servers outside your machine
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.
Requires secrets
Needs API keys or credentials to function
Requires secrets
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Runs pre-commands
Contains inline bash commands via ! syntax
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
Personal Claude Brain — plugin-based setup. Skills, memory, MCP servers, dan hooks semua otomatis aktif saat installer dijalankan.
Cukup 1 command per OS. Yang terjadi: prerequisites install otomatis, 1x browser popup untuk Infisical login, sisanya jalan sendiri.
powershell -ExecutionPolicy Bypass -c "irm https://raw.githubusercontent.com/gerald2581/.claude-skill/main/setup.ps1 | iex"
bash <(curl -fsSL https://raw.githubusercontent.com/gerald2581/.claude-skill/main/setup.sh)
Yang terjadi otomatis:
infisical logingh auth login)claude
Wrapper sudah di-setup otomatis oleh installer — infisical inject secrets di belakang layar.
infisical run --projectId "08b8164b-c14e-4b10-b28d-64176925e960" --env dev -- bash ~/.claude-skill/install.sh
| Masalah | Penyebab | Solusi |
|---|---|---|
command not found setelah install | PATH belum refresh | Buka terminal baru |
infisical login tidak muncul prompt (Git Bash) | Perlu winpty | setup.sh handle otomatis |
npm ERR! EACCES | Permission issue | Jalankan PowerShell as Administrator |
secrets not found di infisical | Belum ada akses project | Minta akses ke project 08b8164b-... |
| Setup.ps1 gagal: Git Bash not found | Git belum terinstall | winget install Git.Git lalu ulangi |
Phase 0 Detect OS (macOS / Linux / WSL / Git Bash / Windows PowerShell)
Phase 1 Install prerequisites (git, node, pm2, infisical, claude) — auto via brew/apt/winget
Phase 2 Verify Infisical credentials
Phase 3 Clone / pull repo → ~/.claude-skill (single location, remote URL clean dari PAT)
Phase 4 Deploy skills, commands, agents, rules, hooks, ecosystem.config.js ke ~/.claude/
Phase 5 Configure: restore settings → rewrite paths → MCP → .env → sanitize API keys
Phase 6 Start services: PM2 daemon (conversation-watcher + brain-monitor) + ECC plugin
Phase 7 Health check: credentials, files, hooks, Supabase, git security
~/.claude/
├── skills/ ← 450+ skills
├── commands/ ← slash commands (/commit, /plan, dll)
├── agents/ ← 49 agent definitions
└── rules/ ← coding rules per bahasa
| MCP | Fungsi |
|---|---|
claude-brain | Memory pribadi via Fly.io — notes, insights, reminders |
context7 | Live docs library/framework terbaru |
exa | Web search + fetch real-time |
github | Interact GitHub — PR, issues, search code |
memory | Knowledge graph lokal |
playwright | Browser automation & E2E testing |
sequential-thinking | Step-by-step reasoning terstruktur |
| Hook | Trigger | Fungsi |
|---|---|---|
brain-autostart | SessionStart | Start PM2 services + register session namespace |
mem0-context-loader | SessionStart | Load memory context dari mem0.ai |
realtime-brain-sync | PostToolUse | Tiap file diedit → langsung sync ke GitHub (hidden) |
auto-brain-sync | PostToolUse/Stop | Sync session → GitHub + Supabase + mem0.ai (hidden) |
auto-tmux-dev | PreToolUse (Bash) | Dev server (npm run dev) → PM2 hidden process per-terminal |
stop-dispatcher | Stop | Jalankan semua stop-hooks dalam 1 proses (no window flash) |
| Service | Namespace | Lifecycle | Fungsi |
|---|---|---|---|
conversation-watcher | global | Always-on, auto-restart | Poll .jsonl sessions → sync ke Supabase |
brain-monitor | global | Always-on, auto-restart | Reminder checker + Telegram notifications |
dev-<project> | session-<id> | Per-terminal, no-restart | Dev server per project (auto-cleanup saat terminal close) |
SUPABASE_URL, SUPABASE_SERVICE_KEY, MEM0_API_KEY, MCP_API_KEY, GITHUB_PERSONAL_ACCESS_TOKEN
Tidak perlu di-set manual — Infisical inject otomatis saat infisical run --projectId ... -- winpty claude.
cd ~/.claude-skill && infisical run --projectId "08b8164b-c14e-4b10-b28d-64176925e960" --env dev -- bash test-infisical.sh
# Cek PM2 services
pm2 status
# Lihat logs background services
pm2 logs conversation-watcher
npx claudepluginhub gerald2581/.claude-skillMemory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.