mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-15 06:23:28 +08:00
New skills: - lead-intelligence: AI-native lead intelligence pipeline with 4 agents (signal-scorer, mutual-mapper, enrichment-agent, outreach-drafter). Replaces Apollo/Clay with agent-powered signal scoring, mutual ranking, warm path discovery, and personalized outreach drafting. - autonomous-agent-harness: Replaces standalone agent frameworks (Hermes, AutoGPT) using Claude Code native crons, dispatch, memory, and computer use. Documents the full architecture for persistent autonomous operation. New CLI target: - Gemini CLI: .gemini/GEMINI.md config added, gemini target registered in install-modules.json platform-configs module. Updated: - marketplace.json: Fixed stale counts (was "14+ agents, 56+ skills"), now accurately reflects 30 agents, 138 skills, 60 commands. - README.md and AGENTS.md: Synced skill counts to 138. - install-modules.json: Added lead-intelligence to business-content module, autonomous-agent-harness to agentic-patterns module. All catalog validations pass (30/60/138). Install-manifest tests pass (20/20).
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "everything-claude-code",
|
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner — agents, skills, hooks, commands, and rules evolved over 10+ months of intensive daily use",
|
|
"owner": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com"
|
|
},
|
|
"metadata": {
|
|
"description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "everything-claude-code",
|
|
"source": "./",
|
|
"description": "The most comprehensive Claude Code plugin — 30 agents, 140 skills, 60 commands, and production-ready hooks. Default install gets core skills; re-run with --profile full for everything. Supports Claude, Cursor, Codex, OpenCode, Gemini CLI, and Antigravity.",
|
|
"version": "1.10.0",
|
|
"author": {
|
|
"name": "Affaan Mustafa",
|
|
"email": "me@affaanmustafa.com"
|
|
},
|
|
"homepage": "https://github.com/affaan-m/everything-claude-code",
|
|
"repository": "https://github.com/affaan-m/everything-claude-code",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"commands",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"best-practices"
|
|
],
|
|
"category": "workflow",
|
|
"tags": [
|
|
"agents",
|
|
"skills",
|
|
"hooks",
|
|
"commands",
|
|
"tdd",
|
|
"code-review",
|
|
"security",
|
|
"best-practices"
|
|
],
|
|
"strict": false
|
|
}
|
|
]
|
|
}
|