m0_56676577
384b255ff8
docs: add note about rules limitation in plugin installation
...
The Claude Code plugin system does not support distributing rules
via plugins. Added a note to Option 1 (Plugin Installation) section
explaining this limitation and providing manual installation steps.
Closes #88
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 13:38:17 +08:00
Claude
75e1e46f3f
feat: add comprehensive Golang language support
...
Add Go-specific agents, skills, and commands for idiomatic Go development:
Agents:
- go-reviewer: Go code review for concurrency, error handling, security
- go-build-resolver: Fix Go build errors with minimal changes
Skills:
- golang-patterns: Idiomatic Go patterns, best practices, conventions
- golang-testing: TDD, table-driven tests, benchmarks, fuzzing
Commands:
- /go-review: Invoke Go code reviewer
- /go-test: Go TDD workflow with coverage
- /go-build: Fix Go build/vet/lint errors
Also updates README.md to document the new Go support.
2026-01-26 08:20:42 +00:00
Affaan Mustafa
5c63fa9006
feat: v1.1.0 release - session ID tracking, async hooks, new skills
...
- Add session ID to session filenames (Issue #62 )
- Add getSessionIdShort() helper for unique per-session tracking
- Add async hooks documentation with example
- Create iterative-retrieval skill for progressive context refinement
- Add continuous-learning-v2 skill with instinct-based learning
- Add ecc.tools ecosystem section to README
- Update skills list in README
All 67 tests passing.
2026-01-25 18:21:27 -08:00
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