Commit Graph

14 Commits

Author SHA1 Message Date
Jeff Scott Ward
5670fcd34f Fix plugin manifest validation errors (#75)
Fixes plugin manifest validation errors caused by explicit agents field and incorrect tools format. Fixes #74
2026-01-25 17:38:25 -08:00
zerx-lab
970f8bf884 feat: cross-platform support with Node.js scripts
- Rewrite all bash hooks to Node.js for Windows/macOS/Linux compatibility
- Add package manager auto-detection (npm, pnpm, yarn, bun)
- Add scripts/lib/ with cross-platform utilities
- Add /setup-pm command for package manager configuration
- Add comprehensive test suite (62 tests)

Co-authored-by: zerx-lab
2026-01-22 23:08:07 -08:00
Affaan Mustafa
0d438dd042 style: side-by-side guide layout matching profile README 2026-01-22 22:29:06 -08:00
Affaan Mustafa
7f4f622517 feat: add star history chart and minimal badge bar 2026-01-22 22:19:01 -08:00
Affaan Mustafa
5010f82c3e feat: package as Claude Code plugin with marketplace distribution
- Add .claude-plugin/plugin.json manifest for direct installation
- Add .claude-plugin/marketplace.json for marketplace distribution
- Reorganize skills to proper skill-name/SKILL.md format
- Update hooks.json with relative paths for portability
- Add new skills: continuous-learning, strategic-compact, eval-harness, verification-loop
- Add new commands: checkpoint, eval, orchestrate, verify
- Update README with plugin installation instructions

Install via:
  /plugin marketplace add affaan-m/everything-claude-code
  /plugin install everything-claude-code@everything-claude-code
2026-01-22 04:16:49 -08:00
Affaan Mustafa
4491f15577 Clarify README description of the repository 2026-01-21 12:23:50 -08:00
Affaan Mustafa
e6440d32b8 docs: restructure README to flow shorthand → longform guides together 2026-01-21 12:05:58 -08:00
Affaan Mustafa
fa0928a3d7 Enhance README with update section and resources
Added update section with an image and a link to a guide.
2026-01-21 11:40:43 -08:00
Affaan Mustafa
3c1e7d9910 Clarify repository purpose and additional resources
Updated README to clarify repository purpose and resources.
2026-01-17 18:14:33 -08:00
Affaan Mustafa
62a80df941 Update README with image and guide link 2026-01-17 18:07:13 -08:00
Affaan Mustafa
6eefb41d61 Update README with guide reading reminder
Added a note to read the complete guide before configs.
2026-01-17 18:06:52 -08:00
Affaan Mustafa
d7cf890b58 Fix formatting in README.md for guide link 2026-01-17 18:06:40 -08:00
Affaan Mustafa
e57979c1e9 Update README with image and guide link
Added an image to the README and updated guide link.
2026-01-17 18:06:03 -08:00
Affaan Mustafa
45959c326e Initial release: Complete Claude Code configuration collection
Battle-tested configs from 10+ months of daily Claude Code usage.
Won Anthropic x Forum Ventures hackathon building zenith.chat.

Includes:
- 9 specialized agents (planner, architect, tdd-guide, code-reviewer, etc.)
- 9 slash commands (tdd, plan, e2e, code-review, etc.)
- 8 rule files (security, coding-style, testing, git-workflow, etc.)
- 7 skills (coding-standards, backend-patterns, frontend-patterns, etc.)
- Hooks configuration (PreToolUse, PostToolUse, Stop)
- MCP server configurations (15 servers)
- Plugin/marketplace documentation
- Example configs (project CLAUDE.md, user CLAUDE.md, statusline)

Read the full guide: https://x.com/affaanmustafa/status/2012378465664745795
2026-01-17 17:49:33 -08:00