Sync plan skill, settings, and plugins from GitHub repo #4

Merged
forgejo_admin merged 3 commits from 3-sync-github-config into main 2026-02-23 18:51:42 +00:00
Contributor

Summary

  • Add skills/plan/SKILL.md (planning skill was entirely missing)
  • Add hooks/post-merge-rebase.sh (was on disk but untracked)
  • Update settings.json: add playwright MCP server, post-merge-rebase hook, superpowers plugin
  • Add plugin ecosystem files: blocklist, installed_plugins
  • Gitignore install-counts-cache.json (ephemeral cache)

All ~/.claude symlinks now point to this repo instead of GitHub.

Closes #3

Review

  • Passed automated review-fix loop (3 rounds)
  • User approved merge

🤖 Generated with Claude Code

## Summary - Add `skills/plan/SKILL.md` (planning skill was entirely missing) - Add `hooks/post-merge-rebase.sh` (was on disk but untracked) - Update `settings.json`: add playwright MCP server, post-merge-rebase hook, superpowers plugin - Add plugin ecosystem files: blocklist, installed_plugins - Gitignore `install-counts-cache.json` (ephemeral cache) All `~/.claude` symlinks now point to this repo instead of GitHub. Closes #3 ## Review - [x] Passed automated review-fix loop (3 rounds) - [ ] User approved merge 🤖 Generated with [Claude Code](https://claude.com/claude-code)
- Add skills/plan/SKILL.md (planning skill was entirely missing)
- Update settings.json: add playwright MCP server, post-merge-rebase
  hook, superpowers plugin enablement
- Add plugin ecosystem files: blocklist, install-counts-cache,
  installed_plugins

All ~/.claude symlinks now point to this repo instead of GitHub.

Closes forgejo_admin/claude-custom#3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add install-counts-cache.json to .gitignore (ephemeral cache data)
- Remove install-counts-cache.json from tracking
- Clear test entries from blocklist.json
- Add trailing newlines to JSON files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
Contributor

Review fixes applied

  1. post-merge-rebase.sh — false positive, file already exists in repo from prior commit
  2. install-counts-cache.json — added to .gitignore, removed from tracking
  3. blocklist.json — cleared test entries
  4. Trailing newlines — added to JSON files
  5. installed_plugins.json path — accepted (Claude Code manages this internally)
## Review fixes applied 1. **post-merge-rebase.sh** — false positive, file already exists in repo from prior commit 2. **install-counts-cache.json** — added to .gitignore, removed from tracking 3. **blocklist.json** — cleared test entries 4. **Trailing newlines** — added to JSON files 5. **installed_plugins.json path** — accepted (Claude Code manages this internally)
File existed on disk but was never committed. Required by the
PostToolUse hook entry in settings.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign in to join this conversation.
No description provided.