Add AI agent architecture design and diagnosis skill 🤖🤖🤖 - #3015
Open
Crabbb wants to merge 1 commit into
Open
Conversation
Contributor
🔒 PR Risk Scan ResultsScanned 16 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
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.
Pull Request Checklist
main.Description
Adds
agent-architecture, an English skill for designing AI agents through guided requirements discovery and diagnosing architectural failures in existing agents. It produces architecture and a verification plan; implementation and external actions require a separate request.The workflow addresses recurring failures in architecture conversations: interviews that end without a deliverable, platform/workflow names that leave domain methods unspecified, and reviews that mistake missing evidence in one fragment for a system-wide defect.
Unlike the existing
architecture-blueprint-generator, which documents general codebase architecture, this skill focuses on AI-agent execution, authority, context, continuity and evidence. The entry point uses progressive disclosure into 13 references, including reproducible regression scenarios.Validation
npm ci --ignore-scriptsnpm run skill:validatenpm run buildbash eng/fix-line-endings.shgit diff --checkgpt-5.4), explicit local skill invocation and read-only tools: a Jira batch design after requirements discovery, and a diagnosis with an uninspected central authorization gateway and ambiguous write outcome. The affected design case was repeated after clarifying the retry rule.These checks cover a limited CLI workflow. They do not establish parity across models or Copilot surfaces, automatic skill selection, production readiness, or PDF rendering. The CLI cases requested chat-only output. Normal PDF/diagram export needs a host with permitted artifact-writing and rendering tools; the skill explicitly reports unavailable exports.
Type of Contribution
Additional Notes
I am the author and maintainer of the source skill at Crabbb/agent-architecture. No paid service, account signup, provider or agent framework is required by the skill. Source texts remain under their original terms; the package includes attribution links, not full third-party books.
This contribution is licensed under MIT and follows the repository Code of Conduct.