Freakk
e7cb442843
feat: add Python/Django support and enhance READMEs ( #139 )
...
## Python Support
- **agents/python-reviewer.md**: Expert Python code review agent with PEP 8 compliance, type hints, security, and performance checks
- **commands/python-review.md**: Slash command for automated Python code review with ruff, mypy, pylint, black, bandit
- **skills/python-patterns/SKILL.md**: Python idioms, type hints, error handling, context managers, decorators, concurrency
- **skills/python-testing/SKILL.md**: pytest configuration, fixtures, parametrization, mocking, async testing, TDD methodology
## Django Support
- **skills/django-patterns/SKILL.md**: Django architecture, DRF patterns, project structure, QuerySets, serializers, ViewSets, service layer, caching
- **skills/django-security/SKILL.md**: Django security best practices, authentication, CSRF, SQL injection, XSS prevention, production settings
- **skills/django-tdd/SKILL.md**: Django testing with pytest-django, Factory Boy, model testing, API testing, integration testing
- **skills/django-verification/SKILL.md**: Pre-deployment verification loop including migrations, tests, security scans, performance checks
## Documentation Enhancements
- **Quick Start**: Added 3-step quick start guide to all READMEs (EN, zh-CN, zh-TW)
- **Beautification**: Added emoji icons for better visual hierarchy across all READMEs
- **.claude-plugin/plugin.json**: Added python-reviewer to agents list
All files follow project conventions with proper frontmatter, markdown formatting, and comprehensive code examples.
Co-authored-by: Freakz3z <freakk@FreakkdeMacBook-Air.local >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-02-01 04:05:02 -08:00
manish sharma
ae2c063dde
feat(skills): add Java Spring Boot skills
...
Adds 6 new skills for Java Spring Boot development:
- java-coding-standards: naming, immutability, Optional, streams
- springboot-patterns: REST API, service layer, caching, async
- springboot-tdd: JUnit 5, Mockito, MockMvc, Testcontainers
- springboot-security: Spring Security, validation, CSRF
- springboot-verification: Maven/Gradle build verification
- jpa-patterns: entity design, relationships
Thanks @examin!
2026-01-29 18:54:19 -08:00
Affaan Mustafa
e9dfcdffd0
fix: use CLAUDE_PLUGIN_ROOT for continuous-learning-v2 paths
...
Fixes #113
The instinct commands referenced hardcoded paths that only work with
manual installation (~/.claude/skills/...). When installed as a plugin,
files are at ~/.claude/plugins/cache/.../skills/...
Changes:
- Updated instinct-status, instinct-import, evolve commands to use
${CLAUDE_PLUGIN_ROOT} with fallback to manual path
- Updated observe.sh hook documentation with both install methods
- Updated SKILL.md with plugin vs manual installation instructions
- Removed duplicate commands from skills/continuous-learning-v2/commands/
(already exist in commands/)
Users should use ${CLAUDE_PLUGIN_ROOT} in their hooks config when
installed as a plugin.
2026-01-29 12:23:53 -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