Personal collection of AI tools and configurations.
Custom subagents for Claude Code.
Subagents are specialized AI assistants that Claude Code can delegate tasks to. Each operates in its own context, preventing pollution of the main conversation. See official docs.
| Agent | Description |
|---|---|
| business-analyst | Requirements analysis, user stories, feature specs, and product documentation |
| css-developer | CSS/SCSS specialist for layout, responsive design, animations, theming, and modern CSS features |
| frontend-figma-layout-designer | Convert raw Figma HTML/CSS exports into clean, production-ready React components |
| golang-pro | High-performance Go systems, concurrent programming, microservices, and idiomatic patterns |
| instantdb-expert | InstantDB realtime database: code generation, reviews, optimizations, and type-safe patterns |
| js-perf-analyzer | JS/TS performance analysis: memory leaks, CPU bottlenecks, event loop stalls, V8 internals, and bundle size |
| npm-updater | Check for package updates, analyze changelogs, run security audits, and create update reports |
| playwright-e2e | Playwright E2E testing: write, review, debug, and optimize tests and page objects |
| postgres-pro | PostgreSQL administration, query optimization, replication, and high availability |
| react-code-optimizer | React performance analysis: fix re-renders, eliminate duplicates, optimize component splitting |
| react-specialist | React 18+ development with hooks, server components, and production-ready architectures |
| reatom-guru | React with Reatom state manager: write, review, and refactor using best practices |
| typescript-pro | Advanced TypeScript development with full type system mastery, strict mode, generics, and build optimization |
# Remote (from any machine)
curl -fsSL https://raw.githubusercontent.com/ivklgn/ai/main/claude/install.sh | bash -s -- [OPTIONS] [AGENTS...]
# Local (from cloned repo)
./claude/install.sh [OPTIONS] [AGENTS...]Options:
| Flag | Description |
|---|---|
-g, --global |
Install to ~/.claude/agents (default) |
-p, --project PATH |
Install to PATH/.claude/agents |
-l, --link |
Symlink files (local mode only) |
-c, --copy |
Copy files |
-a, --all |
Install all agents |
-L, --list |
List available agents |
Examples:
# All agents globally
curl -fsSL https://raw.githubusercontent.com/ivklgn/ai/main/claude/install.sh | bash -s -- --all
# Specific agents to current project
curl -fsSL https://raw.githubusercontent.com/ivklgn/ai/main/claude/install.sh | bash -s -- -p . typescript-pro golang-pro