소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill flutter-mcp-toolkit-repo-maintainer명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | flutter-mcp-toolkit-repo-maintainer |
| description | >- Use when this capability is needed. |
Golden path for this repository (not end-user Flutter apps). Prefer
release-please on main; use manual steps only when the Release PR path is blocked.
## [Unreleased] in CHANGELOG.mdrelease.yml binaries, or install.sh version pinsVERSION)| File | Field |
|---|---|
| VERSION | repo pin |
| plugin/EXPECTED_SERVER_VERSION | installer pin |
| packages/core/lib/src/runtime_version.dart | kFlutterMcpVersion (x-release-please-version) |
| packages/server_capability_core/lib/src/fmt_capability.dart | version getter |
| mcp_server_dart/pubspec.yaml | version: |
| mcp_toolkit/pubspec.yaml | version: |
| packages/core/pubspec.yaml | version: |
| packages/server_capability_kernel/pubspec.yaml | version: + same-train dependency constraints |
| packages/server_capability_core/pubspec.yaml | version: + same-train dependency constraints |
| plugin/.cursor-plugin/plugin.json | version |
| plugin/.codex-plugin/plugin.json | version |
| plugin/.claude-plugin/plugin.json | version |
| .claude-plugin/marketplace.json | plugins[0].version |
| .release-please-manifest.json | "." key |
| mcp_server_dart/lib/src/skill_assets.g.dart | generated — embeds plugin/.cursor-plugin/plugin.json, plugin/.codex-plugin/plugin.json, plugin/mcp.json, and all plugin/skills/*/SKILL.md |
After any version bump: run make sync-version, then make sync-skills, then make check-contracts (includes check_version_sync.sh and check_skill_assets_drift.sh). tool/release/sync_version.sh derives all version touchpoints from root VERSION.
Harness / video (separate repos): flutter_harness, flutter_mcp_video — not maintained in this plugin tree. Three-repo layout: flutter_harness/docs/RELATED_REPOS.md.
## [Unreleased] in CHANGELOG.md (Keep a Changelog sections: Added, Changed, Fixed, Documentation).main (feat:, fix:, docs:) so release-please can aggregate..cursor/plans/.Keep a Changelog requires version headings like ## [3.0.1]. Linters treat [3.0.1] as an undefined reference link (MD052: "No link definition found").
<!-- markdownlint-disable MD052 --> in CHANGELOG.md (release-please must keep it when prepending sections).`AgentCallEntry`, not [AgentCallEntry].bash tool/contracts/check_changelog_markdown.sh (also in make check-contracts).flowchart LR
main[merge_to_main] --> rp[release-please.yml]
rp --> pr[Release_PR]
pr --> sync[release_pr_sync_versions.yml]
pr --> assets[release_pr_sync_skills.yml]
pr --> tag[vX_Y_Z_tag]
tag --> rel[release.yml_binaries]
tag --> pub[pub_publish.yml_pubdev]
main with conventional commits.tool/release/sync_version.sh on Release PRs and commits any drift from root VERSION.skill_assets.g.dart on Release PRs when drift is detected; posts a checklist comment on PR open. If skill-assets-drift still fails, run make sync-skills locally and push.vX.Y.Z + GitHub release notes.VERSION, then attaches flutter_mcp_* tarballs (does not overwrite release body).flutter_mcp_toolkit_core → flutter_mcp_toolkit_capability_kernel → flutter_mcp_toolkit_capability_core → mcp_toolkit.Before automated pub.dev publishing can run, each package must already have a first manual publish and pub.dev Admin must enable GitHub Actions publishing for this repository with tag pattern v{{version}}. Use GitHub environment pub.dev with required reviewers.
Config: release-please-config.json.
Use when release-please is unavailable or you must ship from a branch:
## [Unreleased] bullets into ## [X.Y.Z] (add date), leave empty ## [Unreleased].VERSION to X.Y.Z.make sync-version to derive all version touchpoints and .release-please-manifest.json.make sync-skills (required whenever plugin manifests or skills change).make check-contractschore: release X.Y.Zmake publish-pub-dry-run.git tag vX.Y.Z and push tag (triggers binary and pub.dev workflows).Build artifacts locally: make release-artifacts or bash tool/release/build_release_artifacts.sh --version X.Y.Z.
Publish pub.dev packages locally only as a fallback: make publish-pub.
| Topic | Canonical doc |
|---|---|
| End-user agent install | docs/ai_agents/overview.mdx |
npx skills + lockfile | overview § Install via npx skills; .skills.json.example |
| Contributor / releases | docs/contributing/contribution_guide.mdx |
| Plugin layout | plugin/README.md |
| Marketplace copy SSOT | docs/ai_agents/marketplace_copy.yaml |
| Distribution / stores | docs/ai_agents/marketplace_distribution.mdx |
| Store submission runbook | docs/contributing/marketplace_submission_runbook.mdx |
| Skill bodies | plugin/skills/<id>/SKILL.md → make sync-skills |
Avoid duplicating install tables in README — link to overview.
plugin/skills/ (repo root skills/ → symlink for npx skills).plugin/skills/<id>/SKILL.md, append id to expectedSkillIds in build_skill_assets.dart, run make sync-skills..cursor/skills/<id>/ may symlink to plugin/skills/<id>/.flutter-mcp-toolkit-maintain-web, flutter-mcp-toolkit-maintain-macos, flutter-mcp-toolkit-dogfood-iterations.Video skill and projects live in flutter_mcp_video (skills/hyperframes-video/, projects/video-projects/<id>/). Not bundled in toolkit make sync-skills.
When shipping a promo there: edit the video repo; run bash tool/check_doc_paths.sh in that repo before merge. Toolkit repo only hosts shared brand assets under plugin/assets/ (symlink targets for v7-weaver).
When closing Phase 6 on feat/intentcall-phase1-3:
flutter-mcp-toolkit-intentcall-migration to expectedSkillIds in build_skill_assets.dart if not already present.make sync-skills — commit skill_assets.g.dart with skill edits.bash tool/contracts/check_intentcall_skills_grep.sh — no legacy call-entry symbol outside migration skill.cd mcp_server_dart && dart test test/contract/flutter-mcp-toolkit migrate agent-entries --check flutter_test_app/lib (expect exit 0)program.status: complete_in_repo_product; integration_hardening_complete: true; closures under docs/superpowers/closure/; forward work docs/superpowers/WHATS_NEXT.md and docs/superpowers/plans/2026-05-27-intentcall-phase7-extract.mdmake check-contractsmake sync-skills if plugin/skills/ or plugin/*-plugin/plugin.json changed[Unreleased] updated for user-visible changesSource: Arenukvern/mcp_flutter — distributed by TomeVault.