By sequenzia
Automate full lifecycle of Agent Alchemy plugins: bump versions with drift detection and changelogs, audit ecosystem health for issues, convert Claude Code plugins to markdown or target platforms, incrementally migrate updates, validate adapters against live docs, and research platform architectures.
npx claudepluginhub sequenzia/agent-alchemy --plugin agent-alchemy-plugin-toolsConverts a single plugin component (skill, agent, hooks, reference, or MCP config) to a target platform format. Spawned by port-plugin as part of a wave-based conversion team. Reads session files for shared knowledge, loads type-specific converter references on demand, and writes structured results to per-component files.
Researches target platform plugin architectures by fetching official documentation, community examples, and existing plugins to produce a structured platform profile for the conversion engine.
Bumps plugin versions across the Agent Alchemy ecosystem
Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups
Convert Claude Code plugins into generic, platform-agnostic format. Supports full conversion (skills, agents, hooks), flatten mode (skills only — agents converted to skills, hooks absorbed), or nested mode (agents nested as pure markdown within parent skills, hooks absorbed). Full mode supports per-group or unified output layouts — unified merges all groups into a single directory organized by component type. Strips Claude Code-specific implementation details to produce clean markdown files preserving only the intent and instructions. Use when asked to "make this portable", "convert to generic format", "export plugin", "create universal skills", "strip platform dependencies", "make harness-agnostic", "decouple from Claude Code", "flatten to skills only", "nest agents in skills", or when the user wants their plugin content usable outside Claude Code. Also use when the user wants to share skills with teams using different agent frameworks.
Updates previously-ported plugins when source plugins change or the target platform evolves
Validates adapter files against live platform documentation to detect stale mappings,missing features, and outdated version information
Agent Alchemy Core Tools — utilities and essential functions for AI agents
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Claude Code の SubAgent(agents/*.md)を正しく定義するためのベストプラクティスガイド。 YAML frontmatter、ツール選択、3-Phase 構造、コンテキスト受け渡し、アンチパターンを網羅。 Use when: agents/*.md を書く、SubAgent 定義を改善する、エージェントの動作が想定外、 コンテキストが渡らない、ツール選択に迷う。 Triggers: "subagent", "agent definition", "agents/*.md", "エージェント定義", "サブエージェント", "3-Phase", "context passing", "コンテキスト渡し", "tool selection", "ツール選択", "subagent_type", "bypassPermissions"
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.