Frank
b994a076c2
docs: add guidance for project documentation capture ( #355 )
2026-03-07 14:48:11 -08:00
Affaan Mustafa
d70bab85e3
feat: add Cursor, Codex, and OpenCode harnesses — maximize every AI coding tool
...
- AGENTS.md: universal cross-tool file read by Claude Code, Cursor, Codex, and OpenCode
- .cursor/: 15 hook events via hooks.json, 16 hook scripts with DRY adapter pattern,
29 rules (9 common + 20 language-specific) with Cursor YAML frontmatter
- .codex/: reference config.toml, Codex-specific AGENTS.md supplement,
10 skills ported to .agents/skills/ with openai.yaml metadata
- .opencode/: 3 new tools (format-code, lint-check, git-summary), 3 new hooks
(shell.env, experimental.session.compacting, permission.ask), expanded instructions,
version bumped to 1.6.0
- README: fixed Cursor section, added Codex section, added cross-tool parity table
- install.sh: now copies hooks.json + hooks/ for --target cursor
2026-02-25 10:45:29 -08:00
yptse123
81aa8a72c3
chore: update Sonnet model references from 4.5 to 4.6
...
Update MODEL_SONNET constant and all documentation references
to reflect the new claude-sonnet-4-6 model version.
2026-02-20 18:08:10 +08:00
Affaan Mustafa
733295b44e
docs: enhance 5 thin commands and add Rust API example
...
Commands enhanced with multi-language support, error recovery strategies,
and structured step-by-step workflows:
- build-fix: build system detection table, fix loop, recovery strategies
- test-coverage: framework detection, test generation rules, before/after report
- refactor-clean: safety tiers (SAFE/CAUTION/DANGER), multi-language tools
- update-codemaps: codemap format spec, diff detection, metadata headers
- update-docs: source-of-truth mapping, staleness checks, generated markers
New example:
- rust-api-CLAUDE.md: Axum + SQLx + PostgreSQL with layered architecture,
thiserror patterns, compile-time SQL verification, integration test examples
2026-02-12 15:38:27 -08:00
Affaan Mustafa
739cb2ab48
docs: add hooks guide, expand planner agent, add Django example
...
- Add hooks/README.md: comprehensive hook documentation with input schema,
customization guide, 4 ready-to-use hook recipes, and cross-platform notes
- Expand planner agent with full worked example (Stripe subscriptions plan)
and sizing/phasing guidance (119 → 212 lines)
- Add Django REST API example config (DRF + Celery + pytest + Factory Boy)
- Update README directory tree with new files
2026-02-12 13:43:31 -08:00
Affaan Mustafa
f375171b13
docs: expand Spring Boot skills and add Go microservice example
...
- springboot-security: add code examples for authorization, input validation,
SQL injection prevention, password encoding, CORS, rate limiting, and secrets
management (119 → 261 lines)
- springboot-verification: add unit test, Testcontainers integration test,
MockMvc API test patterns, and security scan grep commands (100 → 222 lines)
- Add Go microservice example (gRPC + PostgreSQL + clean architecture)
- Update README directory tree with new example
2026-02-12 13:36:41 -08:00
Affaan Mustafa
b57eef4f71
docs: improve README with agent guide, FAQ, and fix component counts
...
- Fix inaccurate counts: 13 agents (was 15+), 34 skills (was 30+), 31 commands (was 30)
- Add "Which Agent Should I Use?" decision table with common workflows
- Add FAQ section addressing top recurring issues (hooks, context window, cross-platform)
- Add 5 missing skills and 7 missing commands to directory tree listing
- Expand code-reviewer agent with React/Next.js, Node.js patterns, and confidence filtering
- Add real-world SaaS example (Next.js + Supabase + Stripe) in examples/
2026-02-12 13:24:24 -08:00
voovvaa
1c9fa0b8f8
Add hooks.md to documentation index ( #40 )
...
Docs: Add hooks.md reference to rules table
2026-01-25 15:46:04 -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
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