Why: each of these plugins changed shipped .apm/ content on this branch without a package version bump, which configure.md requires and no gate catches. No skill, agent or hook was removed, so a patch bump fits. Implementation Notes: marketplace.json regenerated with apm pack; the diff is the five version strings only. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
36 lines
1008 B
YAML
36 lines
1008 B
YAML
name: bin
|
|
version: 1.1.8
|
|
description: Skills for everyday AI-assisted development work that is not tied to a single tool, forge or language, and has not yet been split into a focused plugin.
|
|
author:
|
|
name: Defame1297
|
|
email: defame1297@rkdr.net
|
|
url: https://git.dev.rkdr.net/Defame1297/
|
|
license: MIT
|
|
homepage: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin
|
|
repository: https://git.dev.rkdr.net/Defame1297/holocron/src/branch/main/plugins/bin
|
|
keywords:
|
|
- utility
|
|
- diagnostics
|
|
- prototyping
|
|
- tdd
|
|
- research
|
|
|
|
# Constrains what .apm/ may contain: instructions, skill, hybrid, or prompts
|
|
type: skill
|
|
|
|
# Which agent platforms to deploy to.
|
|
# Resolution order: --target flag > this field > auto-detect from filesystem.
|
|
# Accepted values: agent-skills, antigravity, claude, codex, copilot, cursor, gemini, grok-build, kiro, opencode, windsurf
|
|
targets:
|
|
- claude
|
|
- copilot
|
|
- codex
|
|
|
|
dependencies:
|
|
apm: []
|
|
mcp: []
|
|
includes: auto
|
|
devDependencies:
|
|
apm: []
|
|
scripts: {}
|