Affaan Mustafa
dd1d505b9f
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).
2026-03-30 23:30:20 -04:00
Affaan Mustafa
bb1efad7c7
fix: bump plugin.json and marketplace.json to v1.9.0
...
Both files were stuck at v1.8.0, blocking upgrades via claudepluginhub.
2026-03-22 15:36:35 -07:00
Affaan Mustafa
48b883d741
feat: deliver v1.8.0 harness reliability and parity updates
2026-03-04 14:48:06 -08:00
Affaan Mustafa
b3d3eac532
chore: release v1.7.0
2026-02-27 06:06:41 -08:00
Affaan Mustafa
2d9cc5c336
fix: restructure plugin manifest for Cowork marketplace compatibility
...
- Add $schema to marketplace.json (matches official Anthropic format)
- Add strict: false to marketplace entry so marketplace is authority
- Remove component declarations (agents, skills) from plugin.json to
avoid "conflicting manifests" error — auto-discovery handles these
- Add version, author email to marketplace plugin entry
- Passes `claude plugin validate .` with no warnings
2026-02-27 03:12:08 -08:00
Affaan Mustafa
b21596de20
fix: sync plugin manifest to v1.6.0, add chief-of-staff agent, fix placeholder email
...
- plugin.json version 1.4.1 → 1.6.0 to match npm/repo
- Add chief-of-staff.md to agents array (merged in PR #280 )
- Fix marketplace.json owner email to me@affaanmustafa.com
2026-02-27 02:29:26 -08:00
gzb1128
5230892ee8
fix: remove version fields from marketplace.json
...
Removes remaining version fields from marketplace.json to fully enable automatic plugin updates via git SHA.
Fixes #36
2026-01-22 23:14:23 -08:00
Affaan Mustafa
ecfbbd3da1
fix: use relative path './' for plugin source instead of GitHub object
...
Using './' lets Claude Code use the already-cloned marketplace repo
directly instead of fetching from GitHub again. This avoids potential
double-fetch issues and simplifies the installation.
2026-01-22 15:02:48 -08:00
Affaan Mustafa
9e8006c8ca
fix: use GitHub source object in marketplace.json
...
Fixes 'Invalid schema: plugins.0.source: Invalid input' error when
installing via /plugin marketplace add. The source field needs to be
a GitHub source object, not a relative path, when the plugin is at
the repo root.
2026-01-22 13:14:19 -08:00
Affaan Mustafa
5010f82c3e
feat: package as Claude Code plugin with marketplace distribution
...
- Add .claude-plugin/plugin.json manifest for direct installation
- Add .claude-plugin/marketplace.json for marketplace distribution
- Reorganize skills to proper skill-name/SKILL.md format
- Update hooks.json with relative paths for portability
- Add new skills: continuous-learning, strategic-compact, eval-harness, verification-loop
- Add new commands: checkpoint, eval, orchestrate, verify
- Update README with plugin installation instructions
Install via:
/plugin marketplace add affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code
2026-01-22 04:16:49 -08:00