{"id":48735920,"url":"https://github.com/igapyon/mikuscore-skills","last_synced_at":"2026-04-16T00:01:30.444Z","repository":{"id":350764036,"uuid":"1207976352","full_name":"igapyon/mikuscore-skills","owner":"igapyon","description":"Agent Skills for combining generative AI with mikuscore to work with music data and score-related workflows, including ABC-based creation, format conversion across ABC, MusicXML, MIDI, and MuseScore, score rendering paths, and mikuscore-specific guidance for conversion policies and constraints.","archived":false,"fork":false,"pushed_at":"2026-04-12T02:00:45.000Z","size":12720,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"devel","last_synced_at":"2026-04-12T04:24:15.506Z","etag":null,"topics":["abc","abc-notation","agentskill","agentskills","midi","mikuku","mikuscore","musescore","music-notation","musicxml","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igapyon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-11T16:48:33.000Z","updated_at":"2026-04-12T02:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/igapyon/mikuscore-skills","commit_stats":null,"previous_names":["igapyon/mikuscore-skills"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/igapyon/mikuscore-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmikuscore-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmikuscore-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmikuscore-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmikuscore-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igapyon","download_url":"https://codeload.github.com/igapyon/mikuscore-skills/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igapyon%2Fmikuscore-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["abc","abc-notation","agentskill","agentskills","midi","mikuku","mikuscore","musescore","music-notation","musicxml","typescript"],"created_at":"2026-04-12T04:00:57.459Z","updated_at":"2026-04-16T00:01:30.430Z","avatar_url":"https://github.com/igapyon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mikuscore-skills\n\n`mikuscore-skills` is an Agent Skills repository for working with `mikuscore` as a score conversion and rendering engine.\n\nThe main user-facing idea is simple:\n\n- say `mikuscore` explicitly\n- let the agent keep the conversion flow inside `mikuscore`\n- get back the generated file or the concrete diagnostics result\n\nThis repository is centered on [`skills/mikuscore`](./skills/mikuscore).\n\n## What It Is For\n\nTypical uses:\n\n- convert `ABC`, `MusicXML`, `MIDI`, and `MuseScore` data through documented `mikuscore` routes\n- render score material to `SVG`\n- explain `mikuscore`-specific diagnostics and conversion-loss behavior\n- keep AI-facing full-score handoff aligned with the current `ABC` policy while keeping canonical score handling aligned with `MusicXML`\n\nThis repository is not trying to replace the `mikuscore` browser UI or turn the skill into a generic notation assistant.\n\n## How To Invoke It\n\nIn conversation, start by naming `mikuscore`.\n\nExamples:\n\n- `mikuscore で ABC から MusicXML に変換して`\n- `mikuscore でこの譜面を SVG にして`\n- `mikuscore で MIDI から MusicXML にしたい`\n- `mikuscore の diagnostics の見方を教えて`\n- `mikuscore の AI handoff はなぜ ABC なの?`\n\n## Install And Local Verification\n\n### Normal Install\n\nBuild a distributable bundle:\n\n```bash\nnpm run build:bundle\n```\n\nThen place the generated bundle contents under your skill home root.\n\nThis bundle includes:\n\n- `skills/mikuscore`\n- `skills/mikuscore/vendor/mikuscore`\n- `skills/mikuscore/vendor/mikuscore/node_modules` for runtime use\n\nThat means the installed `skills/mikuscore` directory is intended to be self-contained enough to find its vendored runtime.\n\nExpected layout:\n\n```text\n\u003cskill-home\u003e/\n  skills/\n    mikuscore/\n      SKILL.md\n      agents/\n      references/\n      vendor/\n        mikuscore/\n          README.md\n          docs/\n          scripts/\n          src/\n          node_modules/\n```\n\nTypical skill-home locations:\n\n- Codex: `~/.codex/skills/mikuscore`\n- GitHub Copilot: `~/.copilot/skills/mikuscore`\n- Claude: `~/.claude/skills/mikuscore`\n\n### Repo-Local Verification\n\nFor local validation inside this repository:\n\n```bash\nnpm test\nnpm run install:local\n```\n\n`npm test` verifies:\n\n- skill structure\n- isolated bundle execution\n- vendored CLI conversion smoke behavior\n\n`npm run install:local` syncs the skill into repo-local `.codex/skills/mikuscore` and includes the vendored runtime and runtime dependencies inside the skill directory.\n\nAfter that, start a new Codex session and invoke `mikuscore` explicitly.\n\n## Documents\n\nFor repository-specific development notes:\n\n- [docs/development.md](docs/development.md)\n- [docs/agent-skill-design.md](docs/agent-skill-design.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fmikuscore-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figapyon%2Fmikuscore-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figapyon%2Fmikuscore-skills/lists"}