Add x-blazor skill package#2
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a standalone x-blazor-skill package that ships agent/skill-instruction artifacts for AntDesign.X.Blazor, mirroring the @ant-design/x-skill layout so Codex/Claude/Cursor/CodeFuse-style tools can guide developers through building Blazor AI chat and agent UIs with this library.
Changes:
- Adds skill manifests (
.skill.json,.claude-plugin/marketplace.json,package.json,agents/openai.yaml) wiring the skill into multiple agent ecosystems. - Adds
SKILL.mdwith setup, decision guide, workflow, rules, and a minimal Razor example. - Adds progressive reference docs for components, composition patterns, and API/service usage including React→Blazor mappings.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| x-blazor-skill/package.json | NPM-style package metadata for skill distribution. |
| x-blazor-skill/.skill.json | Target paths for codefuse/claude/cursor/codex installations. |
| x-blazor-skill/.claude-plugin/marketplace.json | Claude plugin marketplace registration. |
| x-blazor-skill/skills/x-blazor-skill/agents/openai.yaml | OpenAI agent interface metadata. |
| x-blazor-skill/skills/x-blazor-skill/SKILL.md | Main skill entry: setup, decision guide, workflow, minimal example. |
| x-blazor-skill/skills/x-blazor-skill/reference/COMPONENTS.md | Component reference with role and prop guidance. |
| x-blazor-skill/skills/x-blazor-skill/reference/PATTERNS.md | End-to-end composition patterns (local, store, agent, server boundary, migration). |
| x-blazor-skill/skills/x-blazor-skill/reference/API.md | Service registration, records, request client, and store APIs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+51
to
+60
| `XBubbleList` applies default role config for: | ||
|
|
||
| | Role | Default behavior | | ||
| | --- | --- | | ||
| | `assistant` / `ai` | start placement, filled, round, Markdown enabled | | ||
| | `user` | end placement, filled, corner, Markdown enabled | | ||
| | `system` | start placement, outlined, Markdown enabled | | ||
| | `tool` | start placement, borderless, Markdown enabled | | ||
| | `divider` | renders as a divider row | | ||
|
|
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
x-blazor-skill, a Codex/agent skill package for AntDesign.X.Blazor.@ant-design/x-skillstyle with.skill.json,.claude-plugin/marketplace.json, and askills/x-blazor-skillentry.Verification
quick_validate.py x-blazor-skill/skills/x-blazor-skillpython3 -m json.tool x-blazor-skill/.skill.jsonpython3 -m json.tool x-blazor-skill/.claude-plugin/marketplace.jsondotnet test AntDesignXBlazor.slnx