Skip to content

Add noizai-voice-workflow skill#935

Open
babysor wants to merge 1 commit intogithub:stagedfrom
babysor:add-noizai-voice-workflow-skill
Open

Add noizai-voice-workflow skill#935
babysor wants to merge 1 commit intogithub:stagedfrom
babysor:add-noizai-voice-workflow-skill

Conversation

@babysor
Copy link

@babysor babysor commented Mar 9, 2026

Summary

  • add new skill: skills/noizai-voice-workflow/SKILL.md
  • regenerate docs/README.skills.md skills table via npm run build

Validation

  • npm run skill:validate
  • npm run build

Why

  • contribute a practical voice workflow skill for human-like TTS generation with local/cloud backend strategies and delivery-ready outputs

Made with Cursor

@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@aaronpowell aaronpowell removed the request for review from dvelton March 9, 2026 05:13
Contribute a new community skill for human-like TTS workflows and regenerate skills documentation table.

Made-with: Cursor
@babysor babysor force-pushed the add-noizai-voice-workflow-skill branch from 5a9ebfb to b452d2d Compare March 9, 2026 10:19
@babysor
Copy link
Author

babysor commented Mar 9, 2026

Thanks for the catch — fixed now. I rebased the branch onto staged and force-pushed.

Current diff is now only the intended changes:

  • skills/noizai-voice-workflow/SKILL.md
  • docs/README.skills.md

No materialized plugin files are included anymore.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants