Deevs' marketplace for Claude Code, Open Code, and other agentic AI systems
npx claudepluginhub deevsdeevs/agent-systemFive hypothesis generators attacking from complementary angles: value, flows, networks, microstructure/entropy, causal mechanisms
Orchestration, data validation, risk geometry, hypothesis execution, and forensic audit for quantitative research
Multi-session workflow chains for maintaining linked context across conversations
Critical developer personas: architect, devops detective, rust/python/cpp purists, grumpy reviewer, testing specialist
Systematic bug hunting with spec reconstruction, adversarial validation, and confidence-ranked reports
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
Deevs' plugin marketplace for Claude Code with workflow chains, terminal control, and expert agents.
/plugin marketplace add git@github.com:DeevsDeevs/agent-system.git
Codex loads repo-scoped skills from .agents/skills. This repo includes .agents/skills symlinks to each skill folder.
For backward compatibility, .codex/skills symlinks are also kept.
Codex multi-agent role config for all personas is included in:
.codex/config.toml.codex/agents/*.tomlUsage:
$skill-name or /skills.$chain-system link <name>, $chain-system load <name>, $chain-system list.$dev-experts <persona>, $bug-hunters <role>, $alpha-squad <role>, $mft-research-experts <role>.If Codex was already running, restart it to reload the skills.
Global (user-scoped) install for any repo:
curl -fsSL https://raw.githubusercontent.com/DeevsDeevs/agent-system/main/scripts/install.sh \
| bash -s -- --non-interactive --platform codex
Install selected skills only:
curl -fsSL https://raw.githubusercontent.com/DeevsDeevs/agent-system/main/scripts/install.sh \
| bash -s -- --non-interactive --platform codex --skills dev-experts,bug-hunters
Installer (interactive by default):
curl -fsSL https://raw.githubusercontent.com/DeevsDeevs/agent-system/main/scripts/install.sh \\
| bash -s --
Installer flags: --non-interactive, --platform claude|codex|both, --repo-ref <tag|branch|commit>, --uninstall, --skills a,b,c.
Uninstall:
--uninstall./plugin uninstall <plugin>@deevs-agent-system inside Claude Code.Install a single skill by URL with $skill-installer.
Multi-session workflow chains for maintaining context across conversations.
Core: Save conversation state, resume complex projects across sessions without losing technical details.
Commands:
/chain-link [name] - Save current work to chain/chain-load [name] - Resume from saved chain/chain-list - List all chainsUse when: Working on multi-session projects, need to pause and resume with full context.
Details: chain-system/README.md
/plugin install chain-system@deevs-agent-system
Critical, opinionated developer personas focused on approach and methodology.
Agents:
/architect - Technical lead and architect
/devops - Production detective
/rust-dev - Rust purist
/python-dev - Pythonista
/cpp-dev - C++ performance purist
/reviewer - Grumpy code wizard, 40 years experience
/tester - Testing specialist
Details: dev-experts/README.md
/plugin install dev-experts@deevs-agent-system
Five hypothesis generators attacking from complementary angles. Mechanism over fit. Counterparty over correlation.
Agents:
/fundamentalist - Accounting & value lens
/vulture - Flows & constraints lens
/network-architect - Relationships & propagation lens
/book-physicist - Microstructure & entropy lens
/causal-detective - Mechanisms & confounding lens
Details: alpha-squad/README.md
/plugin install alpha-squad@deevs-agent-system