{"id":47256336,"url":"https://github.com/yyyyyyy0/ma-skills","last_synced_at":"2026-04-02T00:27:49.879Z","repository":{"id":343655559,"uuid":"1178479385","full_name":"yyyyyyy0/ma-skills","owner":"yyyyyyy0","description":"UI design \u0026 review skills for AI coding agents — grounded in 間 (ma) philosophy","archived":false,"fork":false,"pushed_at":"2026-03-29T09:25:48.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-29T12:37:34.636Z","etag":null,"topics":["accessibility","ai-agents","claude-code","design-system","ui-design","ux-review"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yyyyyyy0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-11T04:03:37.000Z","updated_at":"2026-03-29T09:24:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/yyyyyyy0/ma-skills","commit_stats":null,"previous_names":["yyyyyyy0/ma-skills"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yyyyyyy0/ma-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyyyyyy0%2Fma-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyyyyyy0%2Fma-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyyyyyy0%2Fma-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyyyyyy0%2Fma-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yyyyyyy0","download_url":"https://codeload.github.com/yyyyyyy0/ma-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yyyyyyy0%2Fma-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["accessibility","ai-agents","claude-code","design-system","ui-design","ux-review"],"created_at":"2026-03-14T17:58:12.491Z","updated_at":"2026-04-02T00:27:49.861Z","avatar_url":"https://github.com/yyyyyyy0.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ma-skills\n\n`ma-skills` is a reusable bundle of `ma` skills for designing and reviewing UI through the philosophy of \"間\".\n\nThe bundle is versioned as a public package, not just a local snapshot. Use the repository changelog, Git tags, and GitHub Releases as the canonical references for what changed and which version to pin.\n\n## Included skills\n\n- `ma`: parent skill for UI design and implementation\n- `ma-review`: orchestration skill for full UI review\n- `ma-system`: consistency and design system audit\n- `ma-legibility`: readability and accessibility audit\n- `ma-mapping`: control-to-target clarity audit\n- `ma-flow`: visual flow and reading order audit\n- `ma-reduction`: complexity and noise reduction audit\n\n## Layout\n\n```text\nskills/\n  ma/\n    references/\n  ma-flow/\n  ma-legibility/\n  ma-mapping/\n  ma-reduction/\n  ma-review/\n    assets/\n    references/\n  ma-system/\n```\n\nEach skill directory contains its own `SKILL.md`, and some skills also ship companion files in `references/` or `assets/`.\n\n`ma` と `ma-review` は軽量な本文から companion files を参照する設計です。`ma-flow` などの単一論点 subskill は比較的 self-contained です。\n\n## Install\n\nThe bundle can be installed with any skill manager or copied into a local skill directory.\nOne example is installing from GitHub with `npx skills`:\n\n```bash\nnpx skills add yyyyyyy0/ma-skills -g --skill '*'\n```\n\nTo inspect the bundle without installing:\n\n```bash\nnpx skills add yyyyyyy0/ma-skills --list\n```\n\nYou can also install from a direct GitHub URL:\n\n```bash\nnpx skills add https://github.com/yyyyyyy0/ma-skills -g --skill '*'\n```\n\nManual copy also works if you manage skills as local directories:\n\n```bash\ncp -R skills/* /path/to/your/skills/\n```\n\nWhen copying manually, copy the full skill directories. Do not copy only `SKILL.md`, because `ma` and `ma-review` include companion files that are part of the bundle.\n\n## Versioning and Releases\n\n- Skill metadata versions are expected to match the corresponding Git tag for a published bundle.\n- Use [CHANGELOG.md](CHANGELOG.md) to see user-facing changes between releases.\n- Prefer pinning a Git tag or GitHub Release when you need a stable reference point.\n- If you install from the moving default branch, check the changelog before updating local copies.\n\n## Bundle Maintenance\n\nThis repository includes a helper script to rebuild the bundle from local source skills while preserving companion files and checking version consistency:\n\n```bash\n./scripts/sync-from-local.sh\n```\n\nThe script reads source skills from `MA_SKILLS_SOURCE_ROOT`. If the variable is not set, it auto-detects common local skill directories such as `~/.codex/skills`, `~/.claude/skills`, `~/.cursor/skills`, `~/.config/opencode/skills`, `~/.config/agents/skills`, and `~/.local/share/skills`, but only selects roots that already contain the full bundled skill set, including the `ma` companion references.\n\nIf more than one valid bundle root is found, the script stops and asks you to set `MA_SKILLS_SOURCE_ROOT` explicitly.\n\n```bash\nMA_SKILLS_SOURCE_ROOT=/path/to/local/skills ./scripts/sync-from-local.sh\n```\n\nThe script copies the source skill directories, verifies required companion files, and reports metadata version drift across bundled skills. Recommended maintainer flow:\n\n1. Sync the bundle from local source skills.\n2. Review the diff and update `CHANGELOG.md`.\n3. Tag the release with the same version that appears in skill metadata.\n4. Publish a GitHub Release using that tag.\n\n## Source\n\nThis repository can be reproduced from local skill definitions stored under `MA_SKILLS_SOURCE_ROOT` or one of the auto-detected local skill directories that already contain the full bundle, such as:\n\n- `/path/to/local/skills/ma`\n- `/path/to/local/skills/ma-*`\n\nThe `scripts/sync-from-local.sh` helper keeps the bundle reproducible as those local source skills evolve.\n\n## License\n\nSee `LICENSE.txt`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyyyyyy0%2Fma-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyyyyyyy0%2Fma-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyyyyyyy0%2Fma-skills/lists"}