Affaan Mustafa
5fe40f4a63
docs: add sponsorship playbook and monthly metrics automation
2026-03-04 16:17:12 -08:00
Affaan Mustafa
c4a5a69dbd
docs: strengthen sponsor optics with live metrics and tiers
2026-03-04 15:29:37 -08:00
dangnd1
61485f91ad
feat(CLI): Add Antigravity IDE support via --target antigravity flag
...
This Pull Request introduces `--target antigravity` support within the installation script to bridge Everything Claude Code configurations smoothly onto the Antigravity IDE ecosystem.
- Modified `install.sh` to parse and act on the new `--target antigravity` CLI arg.
- **Flattened Rules Conversion**: Logic automatically copies Language-agnostic (Common/Globs) rules as well as specific language stack rules into `common-*.md` and `{lang}-*.md` structures within `.agent/rules/`.
- **Workflow & Agent Aggregation**: Commands safely fall in `.agent/workflows/`, and `agents/` alongside `skills/` components are merged into `.agent/skills/`.
- Contains overwrite warnings to ensure local customized rules aren't completely overridden without consent.
- Minor updates to `README.md` to properly document the flag addition.
2026-03-04 14:51:06 -08:00
Affaan Mustafa
48b883d741
feat: deliver v1.8.0 harness reliability and parity updates
2026-03-04 14:48:06 -08:00
Affaan Mustafa
32e9c293f0
chore: replace external repo links with @username attribution
2026-03-03 12:32:35 -08:00
Affaan Mustafa
cd129edef0
feat(skills): add autonomous-loops and plankton-code-quality skills
...
- autonomous-loops: 6 loop patterns from simple claude -p pipelines to
RFC-driven DAG orchestration (Ralphinho, infinite-agentic-loop,
continuous-claude, de-sloppify pattern)
- plankton-code-quality: write-time enforcement integration guide
- README: updated directory listing and Plankton description
Sources: enitrat/ralphinho, disler/infinite-agentic-loop,
AnandChowdhary/continuous-claude, alexfazio/plankton
2026-03-03 12:16:57 -08:00
Rohit Garg
9dfe149310
Add videodb in readme's folder structure
2026-03-03 18:24:39 +05:30
Harry Kwok
5818e8adc7
feat: project-scoped instinct isolation
...
* feat: add project-scoped instinct isolation
* fix(continuous-learning-v2): harden instinct loading and promotion safety; sync v2.1 command docs
* fix(ci): make copilot-setup-steps a valid GitHub Actions workflow
* fix(hooks): stabilize docs warning inline JS regex parsing
2026-03-01 12:07:13 -08:00
Affaan Mustafa
2d3be88bb5
docs: update positioning to performance optimization system, add Plankton reference
2026-02-28 10:09:51 -08:00
Codex
dc8455dd10
feat: separate core vs niche skills and enforce research-first default
...
* Initial plan
* docs: document core skill scope
---------
Co-authored-by: openai-code-agent[bot] <242516109+Codex@users.noreply.github.com >
2026-02-28 10:06:43 -08:00
Affaan Mustafa
b3d3eac532
chore: release v1.7.0
2026-02-27 06:06:41 -08:00
Affaan Mustafa
706ee80069
feat: add generic content and investor skills
2026-02-27 05:50:23 -08:00
Affaan Mustafa
87fc2d5089
Add frontend slides skill across platforms
2026-02-27 05:39:31 -08:00
Affaan Mustafa
7713ceeec0
fix(docs): use namespaced /everything-claude-code:plan in README examples
...
When installed as a plugin, /plan triggers Claude Code's built-in plan
mode instead of the plugin's plan skill. Updated all 4 README files
(EN, zh-CN, zh-TW, ja-JP) to show the plugin-namespaced form with a
comment noting the shorter form works for manual installs.
Also fixes markdownlint MD012 violation in chief-of-staff.md (trailing
double blank line from #280 merge).
Fixes #297
2026-02-26 20:08:14 -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
Affaan Mustafa
a9b104fc23
feat: add security guides and sanitize external links across repo
...
New articles:
- the-security-guide.md: "The Shorthand Guide to Securing Your Agent" (595 lines)
Attack vectors, sandboxing, sanitization, OWASP Top 10, observability
- the-openclaw-guide.md: "The Hidden Danger of OpenClaw" (470 lines)
Security analysis of OpenClaw, MiniClaw thesis, industry evidence
External link sanitization (22 files across EN, zh-CN, zh-TW, ja-JP, .cursor):
- Removed third-party GitHub links from skills and guides
- Replaced with inline descriptions to prevent transitive prompt injection
- Kept official org links (Anthropic, Google, Supabase, Mixedbread)
2026-02-25 07:20:42 -08:00
Okmin
1e79991407
fix(readme): correct skill count to 48 and add missing skill-stocktake to directory listing
2026-02-24 11:49:54 +09:00
Okmin
3b8c157952
chore: update skill count from 43 to 46, add 3 iOS 26 skills to directory listing
2026-02-24 11:44:03 +09:00
Affaan Mustafa
db27ba1eb2
chore: update README stats and add Codex platform support
...
- Stars: 42K+ -> 50K+, forks: 5K+ -> 6K+, contributors: 24 -> 30
- Skills: 43 -> 44 (search-first), commands: 31 -> 32 (learn-eval)
- Add Codex to supported platforms in FAQ
- Add search-first skill and learn-eval command to directory listing
- Update OpenCode feature parity table counts
2026-02-23 06:56:00 -08:00
Affaan Mustafa
0b11849f1e
chore: update skill count from 37 to 43, add 5 new skills to directory listing
...
New community skills: content-hash-cache-pattern, cost-aware-llm-pipeline,
regex-vs-llm-structured-text, swift-actor-persistence, swift-protocol-di-testing
2026-02-16 20:04:57 -08:00
Affaan Mustafa
bb1486c404
Merge pull request #229 from voidforall/feat/cpp-coding-standards
...
feat: add cpp coding standards skill
2026-02-16 14:18:35 -08:00
Sungpeo Kook
9d9258c7e1
docs: require default directory creation for initial user-level rules
2026-02-17 01:32:56 +09:00
Lin Yuan
8b4aac4e56
feat: add cpp-coding-standards skill to skills/ and update README
2026-02-14 20:26:33 +00:00
Affaan Mustafa
1823b441a9
chore: sync agentshield stats to 102 rules, 912 tests
2026-02-12 17:34:23 -08:00
Affaan Mustafa
8248310181
fix: add missing clickhouse-io skill to directory listing
2026-02-12 17:13:59 -08:00
Affaan Mustafa
40a68b323a
fix: add 7 missing commands to README, remove phantom /security entry
...
Added: /python-review, /multi-plan, /multi-execute, /multi-backend,
/multi-frontend, /multi-workflow, /pm2, /sessions
Removed: /security (no matching command file; use security-review skill)
Updated count: 24 → 31 commands
2026-02-12 17:13:05 -08:00
Affaan Mustafa
f64a61bc94
chore: update AgentShield stats to 96 rules, 876 tests
2026-02-12 16:58:02 -08:00
Affaan Mustafa
21c0f281b4
chore: update AgentShield stats to 91 rules, 851 tests
2026-02-12 16:52:12 -08:00
Affaan Mustafa
a74d708f7f
Merge pull request #208 from eltociear/add-ja-doc
...
docs: add Japanese documents
2026-02-12 16:48:08 -08:00
Affaan Mustafa
db52081438
Merge pull request #210 from Warshoow/docs/token-optimization-guide
...
docs: add token optimization guide
2026-02-12 16:48:01 -08:00
Affaan Mustafa
e8f1250573
chore: update AgentShield stats to 86 rules, 825 tests
2026-02-12 16:47:03 -08:00
Affaan Mustafa
40b354a202
chore: update AgentShield stats to 792 tests, 84 rules
2026-02-12 16:41:39 -08:00
Affaan Mustafa
8cf472a5f4
chore: update AgentShield stats to 767 tests, 76 rules
2026-02-12 16:26:22 -08:00
Affaan Mustafa
7ec5fc3a52
fix: add event type enum to hooks schema and avoid shared RegExp state
...
- hooks.schema.json: add enum constraint for hook event types
(PreToolUse, PostToolUse, PreCompact, SessionStart, SessionEnd,
Stop, Notification, SubagentStop) — enables IDE autocompletion
and compile-time validation
- utils.js countInFile: always create fresh RegExp to avoid shared
lastIndex state when reusing global regex instances
- README: update AgentShield stats (751 tests, 73 rules)
2026-02-12 16:24:48 -08:00
Affaan Mustafa
29a6585cb9
feat: add docker-patterns skill for containerized development
...
Docker Compose for local dev, networking, volume strategies, container
security hardening, debugging commands, and anti-patterns.
Complements the existing deployment-patterns skill which covers CI/CD
and production Dockerfiles.
Closes #121
2026-02-12 16:14:20 -08:00
Affaan Mustafa
d22f172c52
chore: update AgentShield stats to 697 tests, 63 rules
2026-02-12 16:07:39 -08:00
Affaan Mustafa
ff9a91319f
chore: update AgentShield stats to 611 tests, 36 rules
2026-02-12 15:49:34 -08:00
Affaan Mustafa
4209421349
docs: add token optimization guide with recommended settings ( #175 )
...
Adds a comprehensive Token Optimization section to the README with:
- Recommended settings (model, MAX_THINKING_TOKENS, AUTOCOMPACT_PCT)
- Daily workflow commands table (/model, /clear, /compact, /cost)
- Strategic compaction guidance (when to compact vs not)
- Context window management (MCP tool description costs)
- Agent Teams cost warning
2026-02-12 15:37:48 -08:00
Affaan Mustafa
911d38f686
feat: add 3 new skills, JS syntax validation in hooks CI, and edge case tests
...
- New skills: api-design, database-migrations, deployment-patterns
- validate-hooks.js: validate inline JS syntax in node -e hook commands
- utils.test.js: edge case tests for findFiles with null/undefined inputs
- README: update skill count to 35, add new skills to directory tree
2026-02-12 15:24:28 -08:00
Affaan Mustafa
20a2058bbb
chore: update AgentShield test count to 520
2026-02-12 15:20:28 -08:00
Affaan Mustafa
8769064a3b
chore: update AgentShield stats to 35 rules, 14 patterns, 487 tests
2026-02-12 15:03:59 -08:00
Affaan Mustafa
d048428643
docs: expand AgentShield section with hackathon context and add sponsors
...
- Expand AgentShield ecosystem section with Opus 4.6 three-agent pipeline
details, 5 scan categories, and 4 output formats
- Add hackathon badge to header stats
- Add sponsors section before star history
2026-02-12 14:07:10 -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
Warshoow
6492190a4d
docs: add token optimization guide
2026-02-12 09:53:12 +01:00
Francis Behnen
c95ac2c7c3
Refer in README to install.sh for installing rules instead of instructutions for manual ( #196 )
2026-02-12 00:02:38 -08:00
Ikko Ashimine
53d848fb15
docs: add Japanese documents
2026-02-12 16:56:29 +09:00
Affaan Mustafa
3bc8672432
Merge pull request #183 from moonlandar/feat/cpp-testing-skill
...
Feat/cpp testing skill
2026-02-11 05:56:38 -08:00
Affaan Mustafa
b86e4a4be6
Merge pull request #190 from JackyST0/patch-1
...
Update README with Skills Directory link
2026-02-11 05:56:27 -08:00