feat: add lead-intelligence skill, autonomous-agent-harness, and Gemini CLI target

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).
This commit is contained in:
Affaan Mustafa
2026-03-30 23:30:20 -04:00
parent e68233cd5d
commit dd1d505b9f
11 changed files with 879 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ For manual install instructions see the README in the `rules/` folder. When copy
/plugin list everything-claude-code@everything-claude-code
```
**That's it!** You now have access to 30 agents, 136 skills, and 60 commands.
**That's it!** You now have access to 30 agents, 138 skills, and 60 commands.
### Multi-model commands require additional setup
@@ -1111,7 +1111,7 @@ The configuration is automatically detected from `.opencode/opencode.json`.
|---------|-------------|----------|--------|
| Agents | PASS: 30 agents | PASS: 12 agents | **Claude Code leads** |
| Commands | PASS: 60 commands | PASS: 31 commands | **Claude Code leads** |
| Skills | PASS: 136 skills | PASS: 37 skills | **Claude Code leads** |
| Skills | PASS: 138 skills | PASS: 37 skills | **Claude Code leads** |
| Hooks | PASS: 8 event types | PASS: 11 events | **OpenCode has more!** |
| Rules | PASS: 29 rules | PASS: 13 instructions | **Claude Code leads** |
| MCP Servers | PASS: 14 servers | PASS: Full | **Full parity** |