feat(skills): add multi-agent orchestration skill#36
Open
Arcarda wants to merge 2 commits into
Open
Conversation
Adds a comprehensive skill file documenting multi-agent orchestration patterns for Solana programs — chain architect→implement→test→audit→deploy agents with decision traces, uncertainty quantification, and automated handoffs. Covers: - 5-phase pipeline (Architect→Implement→Test→Audit→Deploy) - Decision trace framework (P/C/T/B dimensions) - Quality gates and handoff protocol - CI/CD integration - Fuzz and invariant testing patterns
|
@Arcarda is attempting to deploy a commit to the STBR TRUE Team on Vercel. A member of the Team first needs to authorize it. |
… security posture guardian + register in SKILL.md
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
Adds a comprehensive skill file for multi-agent orchestration patterns during Solana program development. Ships as a new skill: \�gent-orchestration-solana.md.
What it covers
Why this fits
The Kit ships 15 specialized agents but lacks guidance on orchestrating them together into a production pipeline. This skill fills that gap — teaching AI agents how to chain their work across phases with structured handoffs and quality gates.
Based on patterns used in production multi-agent systems (Mastra 4D orchestration framework).
Submission for the Superteam Brasil agent skills bounty.