用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/claude-design-bc-gov-design-system --skill create-github-action命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill when building Blazor components or apps aligned to the B.C. Government Design System. Triggers: BC Gov Blazor component, Blazor BC government, BC Sans Blazor, BC government Razor component, WCAG Blazor BC, government Blazor UI, BC design tokens Blazor, Blazor Server BC Gov, Blazor WASM BC Gov.
Use this skill when creating a PowerPoint presentation aligned to the B.C. Government Design System. Triggers: BC Government deck, government slide deck, BC Sans presentation, BC Gov branding in PowerPoint, design system PPTX template, government briefing deck, BC government slide template.
Use this skill when building React components or apps aligned to the B.C. Government Design System. Triggers: BC Gov React component, @bcgov/design-system-react-components, BC government React app, BC Sans React, BC Gov form in React, government React UI, WCAG-compliant BC government component, React Aria BC Gov.
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-github-action |
| description | Scaffold a deterministic GitHub Actions CI/CD workflow |
| argument-hint | [workflow-type: test|build|deploy|lint|release|security] |
| allowed-tools | Bash, Read, Write |
Follow the create-github-action skill workflow to scaffold a traditional deterministic
GitHub Actions CI/CD workflow (no AI at runtime).
$ARGUMENTS — optional workflow type or purpose (e.g. test, build, deploy,
lint, release, security). Omit to start with discovery.$ARGUMENTS specifies a workflow type, use it to seed Phase 1 discovery.github/workflows/<name>.yml file.github/workflows/<name>.yml with complete job definitions, trigger events, permissions,
and inline comments explaining each step.
$ARGUMENTS is empty: begin with workflow type discoverycreate-agentic-workflow