mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-06 06:12:41 +00:00
Compare commits
1 Commits
fix/devcon
...
fix/plugin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68efae8efa |
@@ -68,7 +68,7 @@ ENV SHELL=/bin/zsh
|
|||||||
ENV EDITOR=nano
|
ENV EDITOR=nano
|
||||||
ENV VISUAL=nano
|
ENV VISUAL=nano
|
||||||
|
|
||||||
# Default powerlevel10k theme
|
# Default powerline10k theme
|
||||||
ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
ARG ZSH_IN_DOCKER_VERSION=1.2.0
|
||||||
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)" -- \
|
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)" -- \
|
||||||
-p git \
|
-p git \
|
||||||
|
|||||||
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "plugin-dev",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.",
|
||||||
|
"author": {
|
||||||
|
"name": "Daisy Hollman",
|
||||||
|
"email": "daisy@anthropic.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user