xuxiang
28a7a050c3
style: fix markdownlint errors (MD030, MD004, MD047)
2026-02-02 21:35:31 +08:00
xuxiang
d7cafbe582
chore: sync with upstream e7cb442 + update zh translations
2026-02-02 20:07:59 +08:00
xuxiang
6f87d43c19
style: fix markdownlint errors (MD030, MD047)
2026-01-31 19:25:25 +08:00
xuxiang
0e5571998f
fix: restore missing files (package.json etc) and fix sync script logic
2026-01-31 18:55:45 +08:00
xuxiang
b1d03833b9
chore: sync with upstream ae2c063 + update zh translations
2026-01-31 18:22:06 +08:00
xuxiang
e133f58e1c
docs: 完成所有文档的中文翻译并应用到项目
2026-01-28 00:12:54 +08:00
Claude
c6c32cdc7a
fix: add language labels to fenced code blocks for MD040 compliance
...
Add `text` language identifier to unlabeled fenced code blocks
to satisfy markdownlint MD040 rule across Go documentation files.
2026-01-26 09:35:43 +00: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
Panger Lkr
2bfd2fbbee
feat: add cloud infrastructure security skill ( #44 )
...
Adds cloud infrastructure security skill with AWS/Vercel/Railway patterns
2026-01-25 15:45:24 -08:00
soilmass
fae9716c0a
feat(agents): add database-reviewer agent with Supabase patterns ( #48 )
...
Adds comprehensive database-reviewer agent with Supabase PostgreSQL best practices
2026-01-25 15:44:54 -08:00
Affaan Mustafa
b9b7831ef5
fix: multiple community-reported issues
...
- feat(plugin.json): add agents declaration to make 9 agents visible
in /agents command (fixes #66 , closes PR #67 )
- fix(backend-patterns): correct requirePermission HOF pattern to
properly wrap handlers instead of expecting Request directly
(fixes #54 , closes PR #63 )
- docs(user-CLAUDE): add privacy guideline about redacting secrets
from logs before sharing (fixes #38 , closes PR #39 )
- fix(eval-harness): add mandatory frontmatter with name, description,
and tools fields (closes PR #58 )
2026-01-25 15:43:48 -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
7d3ea0f576
feat: add strategic compact skill
2026-01-20 18:40:02 -08:00
Affaan Mustafa
6bf102dbaa
feat: add continuous learning skill with session examples
...
Stop hook-based pattern extraction - no README, comments in .sh file.
2026-01-20 18:33:33 -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