├── .claude-plugin ├── marketplace.json └── plugin.json ├── .gitignore ├── CLAUDE.md ├── LICENSE ├── README.md └── commands ├── create-agent.md ├── create-command.md ├── create-hook.md ├── create-md.md ├── create-output-style.md ├── create-plugin.md └── create-skill.md /.claude-plugin/marketplace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/.claude-plugin/marketplace.json -------------------------------------------------------------------------------- /.claude-plugin/plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/.claude-plugin/plugin.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/README.md -------------------------------------------------------------------------------- /commands/create-agent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-agent.md -------------------------------------------------------------------------------- /commands/create-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-command.md -------------------------------------------------------------------------------- /commands/create-hook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-hook.md -------------------------------------------------------------------------------- /commands/create-md.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-md.md -------------------------------------------------------------------------------- /commands/create-output-style.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-output-style.md -------------------------------------------------------------------------------- /commands/create-plugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-plugin.md -------------------------------------------------------------------------------- /commands/create-skill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-skill.md --------------------------------------------------------------------------------