mirror of
https://github.com/chrisbanes/skills.git
synced 2026-09-19 08:37:48 +08:00
f3934dff32
## Summary - add the portable Agent Plugins v1.0.0 root manifest - keep release versioning and validation synchronized across the portable, Claude, Codex, and OpenCode manifests - align the repository skill schema with Agent Skills core fields while retaining the existing Claude Code `disable-model-invocation` and `paths` extensions ## Validation - `npm run lint` - `npm test` (280 tests passed, 1 skipped) - `python3 evals/run.py validate` (79 cases) - `python3 scripts/release.py validate-manifests 2026.9.2` - canonical Agent Plugins v1.0.0 JSON Schema validation - `git diff --check`
20 lines
547 B
JSON
20 lines
547 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "chrisbanes-skills",
|
|
"version": "2026.9.2",
|
|
"description": "Skills for Kotlin, Android, JVM, and Jetpack Compose development by Chris Banes.",
|
|
"author": {
|
|
"name": "Chris Banes",
|
|
"url": "https://github.com/chrisbanes"
|
|
},
|
|
"homepage": "https://github.com/chrisbanes/skills",
|
|
"repository": "https://github.com/chrisbanes/skills",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"kotlin",
|
|
"android",
|
|
"jetpack-compose",
|
|
"skills"
|
|
]
|
|
}
|