By ItamarZand88
Professional TypeScript Claude Agent SDK development toolkit — patterns, hooks, control, and architecture
You are adding a new TypeScript hook to an Agent SDK project. Use the sdk-hooks-development skill.
Diagnose issues with a TypeScript Agent SDK project — checks SDK installation, TypeScript config, hook implementations, common runtime errors, and provides targeted fixes
Scaffold a new TypeScript Agent SDK runner in the current project — generates the runner class, types file, constants, and hooks directory with working examples
Fetch the latest Claude Agent SDK TypeScript documentation online, compare it against this plugin's reference files, and apply updates for any new options, hook events, message types, or behavioral changes. Run this periodically to keep the plugin accurate.
You are an expert architect specializing in TypeScript Claude Agent SDK platforms. Your role is to analyze SDK platform implementations and provide actionable architectural guidance.
You are a TypeScript Agent SDK hook strategy specialist. You design and implement complete, production-quality hook systems for Agent SDK platforms.
Use this skill when controlling agent behavior in TypeScript Agent SDK platforms — restricting allowed tools, setting budget and turn limits, crafting system prompts that guide agents to specific behaviors, implementing the file pre-creation pattern, augmenting prompts with runtime context, building message loggers, or tracking agent run metadata (cost, duration, iterations).
Use this skill when implementing TypeScript hook callbacks for the Claude Agent SDK — creating PreToolUse hooks to allow/deny tool calls, PostToolUse hooks to inject additionalContext, building factory functions for parameterized hooks, using HookCallback and HookJSONOutput types, applying isPreToolUseInput and isPostToolUseInput type guards, or designing a hooks strategy for an Agent SDK platform. Hooks in the TypeScript SDK are async functions, NOT JSON config files.
Use this skill when developing TypeScript applications with the Claude Agent SDK (@anthropic-ai/claude-agent-sdk), implementing query() calls, configuring SDK options, handling streaming message iteration, working with SDKMessage and SDKResultMessage types, managing AbortSignal, passing custom env variables, or setting up the single-point-of-contact types file for SDK imports.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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 itamarzand88/claude-code-agentic-engineering --plugin agent-sdk-proBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that provides a structured 4-step workflow for software development: Ticket → Plan → Implement → Review.
# Inside Claude Code
/plugin marketplace add ItamarZand88/claude-code-agentic-engineering
/plugin install agi@claude-code-agentic-engineering
# Run the complete workflow in one command
/agi:all "Add OAuth integration with Google"
# 1. Create task ticket with codebase analysis
/agi:1_ticket "Add OAuth integration with Google"
# 2. Generate implementation plan
/agi:2_plan .claude/tasks/add-oauth-integration
# 3. Execute the plan
/agi:3_implement .claude/tasks/add-oauth-integration
# 4. Code review
/agi:4_review .claude/tasks/add-oauth-integration
Review artifacts in .claude/tasks/{task-name}/ between steps for best results.
# Chain commands with --continue flag
/agi:1_ticket "Add feature" --continue=plan # ticket + plan
/agi:1_ticket "Add feature" --continue=implement # ticket + plan + implement
/agi:1_ticket "Add feature" --continue=all # full workflow
| Command | Description |
|---|---|
/agi:1_ticket <description> | Create task ticket with codebase analysis |
/agi:2_plan <task_folder> | Generate implementation plan |
/agi:3_implement <task_folder> | Execute the plan |
/agi:4_review <task_folder> | Code review and QA |
/agi:all <description> | Run complete workflow |
/agi:checks | Run linting/type checks |
/agi:best-practices | Generate coding standards from PRs |
/agi:fix-pr-comments <pr> | Fix PR review comments |
The plugin uses 3 specialized agents:
All artifacts are organized in .claude/tasks/:
.claude/tasks/{task-name}/
├── ticket.md # Requirements
├── plan.md # Implementation plan
└── review.md # Code review
gh) for best-practices and fix-pr-comments commandsCLI-Anything for the Web: Generate agent-native CLIs for closed-source web apps via network traffic analysis
Advanced agentic engineering workflow with specialized agents for ticket creation, planning, implementation, and code review. Includes 4-step workflow commands and best practices extraction.
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
PROJECT.md-first autonomous development with hybrid auto-fix documentation. 8-agent pipeline, auto-orchestration, docs auto-update on commit (true vibe coding). Knowledge base system with 90% faster repeat research. Strict mode enforces SDLC best practices automatically. Works for ANY Python/JavaScript/TypeScript/Go project.