feat: bring skill content to parity with archagents (closes #15) - #19
Merged
Conversation
rob-archastro
force-pushed
the
feat/skill-content-parity
branch
from
April 13, 2026 02:52
be270cc to
bc8d867
Compare
rob-archastro
force-pushed
the
feat/skill-content-parity
branch
from
April 13, 2026 02:55
bc8d867 to
129e192
Compare
rob-archastro
force-pushed
the
feat/skill-content-parity
branch
from
April 13, 2026 02:59
129e192 to
db767f8
Compare
Rename, update, and add skills so both repos have the same 10 concepts with consistent naming and content. Renames: - agent_authoring → author-agent (kebab-case, verb-first) - agent_deploy → deploy-agent (kebab-case, verb-first) Updated existing skills (ported from archagents): - author-agent: verb-first commands, local-config-dir routing section - deploy-agent: verb-first commands, configs routing section - chat: quick reference command table, ergonomics improvements - impersonate: already at parity from earlier PRs - auth: minor phrasing alignment - install: minor phrasing alignment New skills (4): - build-script: AgentScript authoring, syntax reference, deployment - build-skill: skill authoring, SKILL.md format, publishing - build-workflow: workflow authoring, node types, deployment - manage-configs: local config management, init, sync, deploy All 10 sources produce 21 outputs (8 Claude skills + 3 Claude commands + 10 Codex skills). Version bumped 0.3.1 → 0.3.2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
rob-archastro
force-pushed
the
feat/skill-content-parity
branch
from
April 13, 2026 03:06
db767f8 to
ddc1ea3
Compare
rob-archastro
added a commit
that referenced
this pull request
Apr 13, 2026
PR #19 copied the archagents impersonate source which had the full body outside the conditional blocks. The command output bloated from 29 to 164 lines. Restructured so {{#SKILL}} wraps the full routing, identity, and session content while {{#CLAUDE_COMMAND}} wraps only the thin CLI passthrough. Command output is now byte-identical to the pre-PR-#19 version (verified against f76db09). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Renames, updates, and adds skills so archastro-cli has the same 10 concepts as archagents with consistent kebab-case naming and up-to-date content.
Renames
agent_authoring→author-agent(kebab-case, verb-first — matches archagents)agent_deploy→deploy-agent(same)Updated existing skills
describe configsample,describe scriptdocs), local-config-dir routing sectiondeploy configs), configs routing sectionNew skills (4)
archastro init --enable-configs, sync/deploy workflowsManifest updates
defaultPromptupdatedScope
10 source files producing 21 outputs (8 Claude skills + 3 Claude commands + 10 Codex skills), plus 3 manifest description updates. All content ported from archagents with
archagent→archastronaming adaptation.Risk
Medium. Renames
agent_authoringandagent_deployskill directories — users with the old version cached will need/reload-plugins(the version bump forces cache refresh). All 4 new skills are additive.Testing
python3 scripts/generate-plugin-content.py --check→OK: 21 file(s) in sync with sources/.python3 scripts/check_plugin_repo.py→ all 5 checks passarchagent/archagentsreferences in sources or generated output🤖 Generated with Claude Code