mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
- Add .codex-plugin/plugin.json — Codex-native plugin manifest with skills reference and MCP server config pointer - Add .codex-plugin/.mcp.json — standalone MCP server config bundle (github, context7, exa, memory, playwright, sequential-thinking) - Add .codex-plugin/README.md — installation guide and server reference - Fix .claude-plugin/plugin.json — add missing agents[] (28 explicit file paths per validator rules), skills[], and commands[] arrays; remove hooks field (auto-loaded by Claude Code v2.1+ convention) - Add tests/plugin-manifest.test.js — 16 CI tests enforcing PLUGIN_SCHEMA_NOTES.md rules (no hooks, arrays throughout, explicit agent paths, version required, .mcp.json structural checks) - Update package.json: add .codex-plugin/ to files[], add plugin manifest test to npm test chain Refs: .claude-plugin/PLUGIN_SCHEMA_NOTES.md
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "everything-claude-code",
|
|
"version": "1.9.0",
|
|
"description": "Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use",
|
|
"author": {
|
|
"name": "Affaan Mustafa",
|
|
"url": "https://x.com/affaanmustafa"
|
|
},
|
|
"homepage": "https://github.com/affaan-m/everything-claude-code",
|
|
"repository": "https://github.com/affaan-m/everything-claude-code",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"claude-code",
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"rules",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"workflow",
|
|
"automation",
|
|
"best-practices"
|
|
],
|
|
"agents": [
|
|
"./agents/architect.md",
|
|
"./agents/build-error-resolver.md",
|
|
"./agents/chief-of-staff.md",
|
|
"./agents/code-reviewer.md",
|
|
"./agents/cpp-build-resolver.md",
|
|
"./agents/cpp-reviewer.md",
|
|
"./agents/database-reviewer.md",
|
|
"./agents/doc-updater.md",
|
|
"./agents/docs-lookup.md",
|
|
"./agents/e2e-runner.md",
|
|
"./agents/flutter-reviewer.md",
|
|
"./agents/go-build-resolver.md",
|
|
"./agents/go-reviewer.md",
|
|
"./agents/harness-optimizer.md",
|
|
"./agents/java-build-resolver.md",
|
|
"./agents/java-reviewer.md",
|
|
"./agents/kotlin-build-resolver.md",
|
|
"./agents/kotlin-reviewer.md",
|
|
"./agents/loop-operator.md",
|
|
"./agents/planner.md",
|
|
"./agents/python-reviewer.md",
|
|
"./agents/pytorch-build-resolver.md",
|
|
"./agents/refactor-cleaner.md",
|
|
"./agents/rust-build-resolver.md",
|
|
"./agents/rust-reviewer.md",
|
|
"./agents/security-reviewer.md",
|
|
"./agents/tdd-guide.md",
|
|
"./agents/typescript-reviewer.md"
|
|
],
|
|
"skills": ["./skills/"],
|
|
"commands": ["./commands/"]
|
|
}
|