Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:811
forks:47
updated:2026年1月29日 21:59
SKILL.md
Implement a playbook from its PROMPT specification files. Supports both single-framework (PROMPT-REACT.md, etc.) and 3-framework (PROMPT-3-FRAMEWORKS.md) modes.
Design and implement a new feature or component from a GitHub issue. Use for net-new functionality, not bug fixes.
Explain what code does in plain English
Fix a GitHub issue by number. Use when asked to fix GitHub issues.
Update component documentation when code changes
| name | check-accessibility |
| description | Review component for accessibility issues |
| disable-model-invocation | true |
| allowed-tools | Read, Grep, Glob, WebSearch, WebFetch |
Usage: /check-accessibility COMPONENT_NAME
Examples:
/check-accessibility button/check-accessibility alert/check-accessibility v2/lib/src/components/Button.tsCheck accessibility for: $ARGUMENTS
Setup:
.claude/PROJECT_CONTEXT.md for AgnosticUI structure and accessibility principlesProcess:
Search for latest standards:
Locate component files:
v2/lib/src/components/$ARGUMENTS*v2/playgrounds/*/src/stories/*$ARGUMENTS*Analyze against current standards:
Framework-specific considerations:
Report findings:
If fixes requested:
AgnosticUI Accessibility Requirements: