Skip to content

plugin: add Creator Studio workflow skills#133

Merged
gaelic-ghost merged 8 commits into
mainfrom
docs/apple-creator-studio-plan
Jul 13, 2026
Merged

plugin: add Creator Studio workflow skills#133
gaelic-ghost merged 8 commits into
mainfrom
docs/apple-creator-studio-plan

Conversation

@gaelic-ghost

@gaelic-ghost gaelic-ghost commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

  • add Compressor, Logic Pro, MainStage, GarageBand, Final Cut Pro, and Motion workflow skills with app-specific safety contracts
  • document the staged Creator Studio roadmap, local HelpViewer/Tips research route, and live fixture evidence
  • forward-test a controlled Motion to Final Cut Pro to Compressor delivery chain using temporary artifacts only

Verification

  • six skill-creator quick validations
  • Validating root marketplace presence...
    Validating marketplace entries...
    Socket marketplace validation passed.
  • ============================= test session starts ==============================
    platform darwin -- Python 3.14.3, pytest-9.0.3, pluggy-1.6.0
    rootdir: /Users/galew/Workspace/gaelic-ghost/socket
    configfile: pyproject.toml
    testpaths: tests, plugins/agent-portability-skills/skills/bootstrap-skills-plugin-repo/tests, plugins/agent-portability-skills/skills/sync-skills-repo-guidance/tests, plugins/productivity-skills/skills/maintain-project-repo/tests
    collected 82 items

tests/test_audit_skill_surfaces.py ....... [ 8%]
tests/test_cleanup_legacy_socket_installs.py ..... [ 14%]
tests/test_release_version.py ............. [ 30%]
tests/test_spi_add_package.py .......... [ 42%]
tests/test_swiftasb_skills_install.py .. [ 45%]
tests/test_validate_socket_metadata.py .................. [ 67%]
plugins/agent-portability-skills/skills/bootstrap-skills-plugin-repo/tests/test_bootstrap_skills_plugin_repo.py . [ 68%]
... [ 71%]
plugins/agent-portability-skills/skills/sync-skills-repo-guidance/tests/test_sync_skills_repo_guidance.py . [ 73%]
..... [ 79%]
plugins/productivity-skills/skills/maintain-project-repo/tests/test_maintain_project_repo_workflow.py . [ 80%]
..............s. [100%]

======================== 81 passed, 1 skipped in 1.28s ========================= (81 passed, 1 skipped)

Summary by CodeRabbit

  • New Features

    • Added the Apple Creator Studio Skills plugin to the available catalog.
    • Introduced guided workflows for Compressor, Final Cut Pro, GarageBand, Logic Pro, MainStage, and Motion.
    • Added practical checklists for project preparation, exports, handoffs, verification, and safe handling of impactful actions.
  • Documentation

    • Added plugin usage guidance, workflow references, maintenance instructions, and artifact verification requirements.
    • Added a planned roadmap milestone for Apple Creator Studio operator workflows.

@gaelic-ghost gaelic-ghost added the enhancement New feature or request label Jul 13, 2026
@gaelic-ghost
gaelic-ghost merged commit 81074d1 into main Jul 13, 2026
1 of 2 checks passed
@gaelic-ghost
gaelic-ghost deleted the docs/apple-creator-studio-plan branch July 13, 2026 20:03
@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 1185474c-efe7-48e4-b2e6-e5d466dee6fd

📥 Commits

Reviewing files that changed from the base of the PR and between 08e3226 and dfafee3.

📒 Files selected for processing (24)
  • .agents/plugins/marketplace.json
  • README.md
  • ROADMAP.md
  • docs/maintainers/apple-creator-studio-skills-plugin-plan.md
  • plugins/apple-creator-studio-skills/.codex-plugin/plugin.json
  • plugins/apple-creator-studio-skills/AGENTS.md
  • plugins/apple-creator-studio-skills/skills/compressor-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/compressor-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/compressor-workflow/references/job-and-delivery-contract.md
  • plugins/apple-creator-studio-skills/skills/final-cut-pro-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/final-cut-pro-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/final-cut-pro-workflow/references/library-and-delivery-contract.md
  • plugins/apple-creator-studio-skills/skills/garageband-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/garageband-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/garageband-workflow/references/project-and-handoff-contract.md
  • plugins/apple-creator-studio-skills/skills/logic-pro-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/logic-pro-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/logic-pro-workflow/references/session-and-delivery-contract.md
  • plugins/apple-creator-studio-skills/skills/mainstage-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/mainstage-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/mainstage-workflow/references/concert-safety-contract.md
  • plugins/apple-creator-studio-skills/skills/motion-workflow/SKILL.md
  • plugins/apple-creator-studio-skills/skills/motion-workflow/agents/openai.yaml
  • plugins/apple-creator-studio-skills/skills/motion-workflow/references/project-template-and-render-contract.md

📝 Walkthrough

Walkthrough

Adds and registers a new Apple Creator Studio skills plugin with workflow guidance for Compressor, Logic Pro, MainStage, GarageBand, Final Cut Pro, and Motion, alongside safety contracts, metadata, maintainer documentation, roadmap entries, and catalog updates.

Changes

Apple Creator Studio plugin

Layer / File(s) Summary
Scope and implementation plan
ROADMAP.md, docs/maintainers/apple-creator-studio-skills-plugin-plan.md
Adds Milestone 25 and documents plugin boundaries, workflow coverage, implementation sequencing, validation, evidence, open questions, and non-goals.
Plugin registration and metadata
.agents/plugins/marketplace.json, plugins/apple-creator-studio-skills/.codex-plugin/plugin.json, plugins/apple-creator-studio-skills/AGENTS.md, README.md
Registers the local plugin, defines its manifest and operating guidance, and adds catalog and status documentation.
Core Creator Studio workflows
plugins/apple-creator-studio-skills/skills/{compressor,logic-pro,mainstage,garageband}-workflow/*
Adds workflow guides, agent interfaces, and reference contracts for safe app operation, handoffs, delivery, and evidence capture.
Editing and template workflows
plugins/apple-creator-studio-skills/skills/{final-cut-pro,motion}-workflow/*
Adds Final Cut Pro and Motion workflow guides, agent interfaces, and contracts for project, template, render, and delivery handling.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Suggested labels: documentation

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/apple-creator-studio-plan

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant