Releases: ddtcorex/maestro-skills
Releases · ddtcorex/maestro-skills
Release list
v2.2.0
Added
- Govard v1.64.0 audit sync (verified on reference Magento 2 project (Apache, 2.4.8-p4, 3.2G media)):
govard-toolbox: Audit gateway —govard audit run --checks lintstreams live likevendor/bin(TTY colorized + uncapped, piped capped),jsonstays single object for agents;--modevalidates early (auto,project,module_in_project,standalone); resilient per-image pulls (--ignore-buildable); stalediagnosticslease recovery; 7-page manual audit cost 2.5-3 min withtimeout 300+ trap (keep all 7, don't sample fewer).magento2-linter: Document--format textvsjsonstreaming/color and non-zero exit still renders.magento2-performance-audit: Detail Govard-nativeprofilerlease/Accept: text/html/artifacts/profiler/profile.csvSHA, and keep 7 pages with 300s trap.per-page-type-audit: Expected 50k queries/page (16-26s each on reference project) and stale lock trap.
Verified
- lint reference module 1.6s/1.1s warm (56 findings,
media-guard2ms),profiler11.3s PASSED withprofile.csv,--modetypo reports valid modes,pub/media0 PHP, site 200 after restore.
v2.1.0
Fixed
- Plugin-mode skill descriptions: YAML block scalars now parse, so all domain
skills expose their real trigger text through the DSH skill catalog. govard-laravel/govard-magentocommand samples route host-side through
govard toolinstead of nesting Govard inside the container shell.
Added
review-in-worktreeskill for running Govard workflows against detached
review worktrees.dshdeclared in every domain skill's compatibility list, enforced by a
catalog drift-guard test suite.
What's Changed
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Added
- Forked the complete superpowers process-skills library (14 skills) from
obra/superpowers v6.3.0 into
skills/: brainstorming, dispatching-parallel-agents, executing-plans,
finishing-a-development-branch, receiving-code-review,
requesting-code-review, subagent-driven-development, systematic-debugging,
test-driven-development, using-git-worktrees, using-superpowers,
verification-before-completion, writing-plans, writing-skills. MIT license;
attribution in the newTHIRD-PARTY-NOTICES.md(license text retained as
the MIT license requires). The bundle is now 25 skills: 11 domain + 14
process. skills/using-superpowers/references/dsh-tools.md— DeepSeek Harness tool
mapping (the fork's only body-level addition), plus a DSH row in the skill's
Platform Adaptation list and a fork-provenance note inusing-superpowers/SKILL.md.scripts/sync-superpowers.sh [ref]— refreshes the fork from upstream while
preserving the local additions, for review-before-commit syncing.- The DSH Cordis plugin now materializes its agent preset itself: on every
boot it copies.dsh-plugin/{preset.yml,agent.cordis.yml}into
~/.dsh/.agent-presets/maestro-skills/(opt-out:installPreset: falsein
the plugin row's config), sodsh plugin --profile web add github:ddtcorex/maestro-skillsis a complete install — install.sh is no
longer required on DSH and remains for loose (non-plugin) skill files.
Changed
- BREAKING: renamed the plugin from
agent-dev-skillstomaestro-skills
everywhere: npm@ddtcorex/maestro-skills, Claude/Codex plugin name
maestro-skills, installer cache~/.maestro-skills, env prefix
MAESTRO_SKILLS_*(legacyAGENT_DEV_SKILLS_*still honored as fallback),
DSH preset idmaestro-skills, GitHub repoddtcorex/maestro-skills(old
URLs redirect after the GitHub rename). Individual skill names are
unchanged, sodepends:chains and downstream exact-name consumers (e.g.
dsh-maestro-harness's review profile) keep working; bump to 2.0.0 because
the install command and package name changed. - DSH agent preset renamed from "Govard Master" to "Maestro Skills";
its persona now names the full 25-skill library and mandates the
process-first workflow (brainstorming before creative work,
systematic-debugging on bugs, verification-before-completion before
claiming done). install.shtargetsgithub.com/ddtcorex/maestro-skills, caches to
~/.maestro-skills, and installs the preset to
~/.dsh/.agent-presets/maestro-skills/.
Full Changelog: v1.0.6...v2.0.0
v1.0.6
Fixed
- Cordis plugin install chain for git-source installs (
dsh plugin add github:ddtcorex/agent-dev-skills): added apreparescript (tsc) so the package buildslib/itself on install — a git install fetches sources only and never runsbuild, so the declared entrylib/index.jsdid not exist (found in awesome-dsh-plugin#2165 review). pnpm ≥ 10 users allow the build once viaallowBuildsin the profile'spnpm-workspace.yaml;dsh pluginprints the exact key on first add. cordis.patch.ymlinsert row now names@ddtcorex/agent-dev-skillsinstead of the bareagent-dev-skills: the loader imports the row'snameas a Node specifier, and no package namedagent-dev-skillsexists — the bundle layer could never have loaded even withlib/built.
Changed
- Renamed the DSH Web GUI Agent Preset from
"Govard Dev Agent"to"Govard Master"(preset.yml; installer output and README updated to match).
Full Changelog: v1.0.5...v1.0.6
v1.0.5
Changed
magento2-linternow points at Govard's nativegovard audit run(project/module_in_project/standalone target-mode resolution, native PHP-matrix policy,--lint-providerfor optional external gates) as the authoritative Magento lint workflow, replacing a vendor CI wrapper script as the primary gate.magento2-code-review,govard-magento, andgovard-toolbox's command reference now link to that authority instead of duplicating its PHP-matrix/provider policy. Depends on ddtcorex/govard#151 (merged, released throughv1.63.0-beta.5).- Documented previously-missing
--allow-lint-ssh-agentand--lint-jobsflags, and corrected the PHP 8.0 support policy (real forproject/module_in_project, with a toolchain-version caveat) and the--lint-provider <name>invocation form (no separate--providerflag) against the real shipped CLI.
What's Changed
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Fixed
- DeepSeek Harness (DSH) submission gate:
package.jsondeclared"dsh.bundle": trueas a
flat key, which the awesome-dsh-plugin CI check does not recognize — it reads the nested
dsh.bundle.patchpath. Added the missing rootcordis.patch.ymland switched the manifest
to"dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, matching the shape the Cordis
plugin loader (and the submission gate) actually expects.src/index.ts's skill-provider
bundle and the.dsh-plugin/Agent preset were already real and functional — only the
manifest wiring was wrong.
What's Changed
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Changed
- Renamed DeepSeek Harness Agent Preset from
"Agent Dev Skills (Govard & Frameworks)"to"Govard Dev Agent".
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Changed
- Standardized marketplace publisher scope to
ddtcorexacross Claude Code (.claude-plugin/marketplace.json) and Codex CLI (.agents/plugins/marketplace.json). - Updated plugin install command syntax to
agent-dev-skills@ddtcorexacross all documentation. - Replaced all remaining
dev-skills-hubreferences withagent-dev-skillsin CHANGELOG.md and CLAUDE.md.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Changed
- Standardized marketplace publisher scope to
ddtcorexacross Claude Code (.claude-plugin/marketplace.json) and Codex CLI (.agents/plugins/marketplace.json). - Updated plugin install command syntax to
agent-dev-skills@ddtcorexacross all documentation.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Added
- DeepSeek Harness (DSH) Cordis Plugin support (
@ddtcorex/agent-dev-skills). - DeepSeek Harness Agent Preset
"Agent Dev Skills (Govard & Frameworks)"(.dsh-plugin/). --target dshsupport ininstall.shto install both skills and DSH Agent Preset.
Changed
- Rebranded repository to
agent-dev-skills(@ddtcorex/agent-dev-skills). - Expanded project scope to Universal AI Agent Development Skills Hub centered around Govard environment orchestration and supported web frameworks (Magento 2, Laravel, etc.).
- Updated plugin manifests across Claude Code, Codex CLI, OpenCode, GitHub Copilot, and DeepSeek Harness.
Full Changelog: v0.4.16...v1.0.0