feat(skills): add agentforge-workflow skill + Vercel publish flow#9
Merged
mandarnilange merged 2 commits intomainfrom May 2, 2026
Merged
feat(skills): add agentforge-workflow skill + Vercel publish flow#9mandarnilange merged 2 commits intomainfrom
mandarnilange merged 2 commits intomainfrom
Conversation
- skills/agentforge-workflow/ — guided AgentForge workflow author with on-demand schema cheat sheets (agent / pipeline / node / templates / scaffold) - scripts/validate-skills.mjs + .github/workflows/publish-skills.yml — frontmatter validator (name, description, license, metadata.author, metadata.version) enforced in CI; agentforge- prefix required - README restructure: harness model surfaced right after Quick Start, audience pitch / package comparison / harness deep-dive moved to dedicated docs, all doc links consolidated into one grouped "Learn more" launchpad - New docs: who-uses-it, harness-model, packages, artifacts; platform-architecture.md gains heterogeneous worker pool deployment example
…gentforce_public)
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
skills/agentforge-workflow/— a guided AgentForge workflow author for any AI coding agent (Claude Code, Cursor, Codex). Walks the user through goal → template check → agent decomposition → pipeline shape → flows → nodes → schemas, then emits a complete.agentforge/directory. On-demand reference cheat sheets cover agent / pipeline / node schemas, the template catalog, and scaffold layout.scripts/validate-skills.mjs+.github/workflows/publish-skills.ymlvalidate frontmatter (name,description,license,metadata.author,metadata.version) and enforce theagentforge-name prefix on every PR. Theskills/directory IS the publication — no upload step. Once merged, the skill is installable vianpx skills add mandarnilange/agentforge/agentforge-workflow.docs/who-uses-it.md,docs/harness-model.md,docs/packages.md,docs/artifacts.md.docs/platform-architecture.mdgains a heterogeneous worker pool deployment example (§15).How to install the skill (after merge)
Trigger it in any session with prompts like "help me design an AgentForge pipeline for PR triage" or "what agents do I need to build an SEO audit workflow?".
Test plan
npm run skills:validatepasses locally and in CIPublish Skillsworkflow turns green on this PRgh pr checksreports green on existing CI (lint / build / test).agentforge/directory thatagentforge validateaccepts