feat(skills): expand skill family — agentforge-template-author + agentforge-debug + release flow + install-command fix#11
Merged
mandarnilange merged 3 commits intomainfrom May 2, 2026
Conversation
…ase flow
Two new skills round out the agentforge-* family alongside the existing
agentforge-workflow:
- agentforge-template-author — guides contributors adding a new shipped
template under packages/{core,platform}/src/templates/. Covers scope
check, package selection (core vs platform), agent set, prompts,
schemas, manifest, README, and parse tests.
- agentforge-debug — triages stuck/failing pipeline runs from symptom
to root-cause class to fix path. Read-first discipline; never mutates
state without confirmation. References cite the actual domain model
enums.
Release flow:
- Top-level skills/CHANGELOG.md with semver bump policy + per-skill
release pointers.
- Per-skill CHANGELOG.md for all three skills documenting 0.1.0.
Cross-links:
- skills/README.md adds an audience column and lists all three skills.
- README.md "Agent Skills" section becomes a 3-row table; install
command stays mandarnilange/agentforge (picks up all three at once).
Validator passes; biome lint clean.
…erpreted as a directory, not a skill filter)
… skills-lock.json) Untracks .claude/scheduled_tasks.lock that was previously committed by mistake. These paths are per-developer CLI state and shouldn't be shared via git.
2 tasks
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.
Summary
Closes P46-T6, T7, T9, T10, T11 — consolidates everything left in P46 except the manual validation (T8, retained by user) and the wait-and-watch skills.sh listing (T12).
New skills (round out the agentforge-* family)
Release flow
Install-command fix + gitignore
Cross-links
Pending in P46 (out of scope here)
Test plan
Supersedes
#10 — closed; its commits are cherry-picked here as `f28c78d` and `a7ae72a`.