chore: install obra/superpowers as project-scoped plugin#16
Merged
Conversation
Pin the marketplace at obra/superpowers#v5.1.0 and force-enable the superpowers plugin via .claude/settings.json so every collaborator who trusts the repo folder gets the same skill set on session start.
Pulls from the auto-available claude-plugins-official marketplace, so no extraKnownMarketplaces entry is needed. Gives the project the Anthropic frontend-design skill alongside superpowers.
Sets CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in .claude/settings.json so every collaborator can spawn coordinated multi-session teams (lead + teammates with shared task list and direct messaging) on this repo. Team config and tasks themselves live under ~/.claude/teams/, generated at runtime per docs.
…ign for UI Adds two hard constraints to both maps: prefer superpowers:<skill> over ad-hoc workflows, and require agents touching React / shadcn / Tailwind / the Electron renderer to pre-load /frontend-design:frontend-design and stay consistent with its design system. Both files also gain a "Project skills" pointer to .claude/settings.json.
…ttribution Tightens hard constraint #9 in CLAUDE.md and AGENTS.md so it explicitly bans LLMs from appearing as commit author OR committer OR Co-Authored-By, and also bans in-code "generated by" / "written with" attribution. Closes a loophole where automated commits drifted into LLM identity.
361af9f to
30070c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pin the marketplace at obra/superpowers#v5.1.0 and force-enable the
superpowers plugin via .claude/settings.json so every collaborator who
trusts the repo folder gets the same skill set on session start.