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 |
|