diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..d7a8cc7 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,26 @@ +{ + "name": "typefox", + "owner": { + "name": "TypeFox", + "url": "https://www.typefox.io" + }, + "description": "TypeFox's agent skills for open source technologies, as an installable Claude Code plugin.", + "plugins": [ + { + "name": "typefox-agent-skills", + "source": "./", + "description": "TypeFox's agent skills for open source technologies: agent experience (AX), idiomatic Go and Go documentation, Eclipse Dash license checks, VS Code extension publishing, TypeScript code review, and skill evaluation.", + "category": "engineering", + "keywords": [ + "typefox", + "skills", + "go", + "typescript", + "agent-experience", + "eclipse", + "vscode", + "code-review" + ] + } + ] +} diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..0e786f3 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,31 @@ +{ + "name": "typefox-agent-skills", + "version": "1.0.0", + "description": "TypeFox's agent skills for open source technologies: agent experience (AX), idiomatic Go and Go documentation, Eclipse Dash license checks, VS Code extension publishing, TypeScript code review, and skill evaluation.", + "author": { + "name": "TypeFox", + "url": "https://www.typefox.io" + }, + "homepage": "https://agentskills.io/", + "repository": "https://github.com/TypeFox/agent-skills", + "license": "MIT", + "keywords": [ + "typefox", + "skills", + "go", + "typescript", + "agent-experience", + "eclipse", + "vscode", + "code-review" + ], + "skills": [ + "./skills/agent-experience", + "./skills/eclipse-license-check", + "./skills/go-documentation", + "./skills/idiomatic-go", + "./skills/publish-vscode-extension", + "./skills/skill-evals", + "./skills/ts-code-reviewer" + ] +} diff --git a/README.md b/README.md index 5443b6a..7d103e0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,13 @@ npx skills add TypeFox/agent-skills npx skills add TypeFox/agent-skills -s ``` +Or install this repo as a Claude Code plugin: + +```sh +/plugin marketplace add TypeFox/agent-skills +/plugin install typefox-agent-skills@typefox +``` + Skills are activated automatically when their trigger conditions match your conversation context. See the [agent skills documentation](https://agentskills.io/) for details on how skills work and how to manage them. ## Writing Skills