Agent skills and plugins by Berry Development
npx claudepluginhub berrydev-ai/berrydev-pluginsManage, monitor, troubleshoot, and develop with locally running Airbyte instances using abctl CLI, kubectl, and Airbyte Public API.
A Claude Code plugin marketplace for extending AI coding agents with specialized domain knowledge, workflows, and tool integrations.
airbyte-local-managerManage, monitor, troubleshoot, and develop with locally running Airbyte instances using abctl CLI and kubectl.
Use when:
Categories covered: CLI operations, Kubernetes pod management, API interactions, troubleshooting workflows, diagnostic scripts
Add the marketplace and install a plugin:
/plugin marketplace add berrydev-ai/agent-skills
/plugin install airbyte-local-manager@berrydev-plugins
Once installed, the skill is automatically available to Claude Code. The agent will use the skill's SKILL.md as context when working on relevant tasks. You can also invoke it directly:
/airbyte-local-manager
agent-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── airbyte-local-manager/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── skills/
│ │ └── airbyte-local-manager/
│ │ └── SKILL.md # Agent instructions (loaded as context)
│ ├── scripts/ # Executable scripts the agent can run
│ ├── references/ # Detailed reference docs (loaded on demand)
│ ├── metadata.json # Version, organization, description
│ └── README.md # Human-readable documentation
├── CLAUDE.md
├── README.md
└── LICENSE
To add a new plugin, see CLAUDE.md for detailed guidelines.
MIT - see LICENSE for details.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations