Auto-improve, memory management, and second-brain workflows for the agent company.
Start an autonomous experiment loop. The experiment-runner agent runs iterations continuously, keeping improvements and discarding failures, until interrupted or the goal is met.
Run a single iteration of an autoresearch experiment. Reads state, decides one change, commits, evaluates, and keeps or discards.
Set up a new autoresearch experiment interactively. Creates the .autoresearch/ directory structure with config, program.md, and optionally a starter evaluator.
Show experiment dashboard — progress, best metric, keep rate, and results table for one or all experiments.
Process all unprocessed files in the raw/ folder and compile them into canonical knowledge base pages. Handles mixed source types — markdown, PDFs, YouTube transcripts, Twitter exports, web captures, and more.
Specialized agents for the learning-system plugin.
Autonomous experimenter that optimizes a target file by a measurable metric. Reads experiment state from `.autoresearch/`, decides what ONE change to try based on accumulated evidence and strategy escalation, makes the change, commits, runs the evaluator, and keeps or discards based on outcome. Spawned by `/ar:loop` and `/ar:run`.
Read-only analyst for `~/.claude/projects/<project>/memory/`. Identifies promotion candidates (entries proven enough for CLAUDE.md), stale references, consolidation opportunities, conflicts with existing CLAUDE.md rules, and reports health metrics (capacity, freshness, organization). Spawned by `/si:review`.
Transforms a proven pattern or debugging solution into a standalone, portable skill package. Generates `SKILL.md` with proper frontmatter, reference docs, and examples that work in any project (no hardcoded paths or project-specific values). Spawned by `/si:extract` when a recurring solution should become reusable.
Use to autonomously improve skills, memory files, agents, documentation, or conversation-derived workflows based on recent evidence. Runs eval-loop style review and mutation, keeps score and change logs, preserves reusable lessons, and chooses the highest-leverage improvement targets without waiting for explicit user instruction.
Design, audit, and improve agent memory systems across Claude Code's three memory layers (CLAUDE.md, auto-memory, rules/). Use for: reviewing what Claude has learned, promoting proven patterns to enforced rules, extracting recurring solutions into skills, checking memory health and capacity, capturing a pattern explicitly, or wiring up the error-capture hook.
Build and maintain a durable, storage-agnostic personal or team knowledge system from notes, meetings, docs, chats, research, code repos, datasets, images, and loose ideas. Use when the user wants to capture raw material, incrementally compile it into a maintained LLM wiki, preserve provenance, consolidate duplicates, run recurring health checks, challenge ideas against prior knowledge, answer complex questions against the maintained wiki, generate reports or rendered artifacts from an evolving knowledge base, or turn recent knowledge updates into recurring publishable outputs without depending on a specific tool such as Obsidian.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This repository is a company package with department-level plugins for Claude, Codex, and Cursor.
This repo is structured so people can use it in multiple ways:
npx skillsThe active departments are:
learning-systemmarketingsalesengineeringproductbusiness-opsThe active agents are:
sales-prospectingexecutivedeep-researchfinancial-analystgrowth-leadprincipal-engineervp-of-operations| Method | Best for | Installs |
|---|---|---|
| Claude Code marketplace + department plugin | Full repo with department plugins, teams, and shared references | Marketplace plus department plugin |
npx skills | Cross-agent skill install | Skills only |
| Codex manual install | One skill or a small set of skills | Skills only |
Codex $skill-installer | Direct GitHub skill install inside Codex | Individual skills |
| OpenClaw manual install | Local runtime skill folders | Skills, optionally agents/commands |
| Git clone | Local development, forking, direct loading | Everything |
| Symlink / shell copy | Selective local installs | Individual folders |
| Sparse checkout | Pull only specific folders from Git | Individual folders |
Use this when you want the full repo: root marketplace, department plugins, teams, references, commands, hooks, agents, and skills.
Claude now installs departments through the root marketplace at .claude-plugin/marketplace.json.
Run Claude against the department you want to work with:
claude --plugin-dir /absolute/path/to/repo/engineering
claude --plugin-dir /absolute/path/to/repo/marketing
claude --plugin-dir /absolute/path/to/repo/business-ops
Clone the repo once, then add the marketplace and install the department plugin you want:
mkdir -p ~/.claude/plugins
git clone https://github.com/alvarovillalbaa/plugins.git ~/.claude/plugins/agent-company
Inside Claude:
/plugin marketplace add /absolute/path/to/repo
/plugin install engineering@agent-company
/plugin install sales@agent-company
If the repo is hosted on GitHub, the flow is:
/plugin marketplace add alvarovillalbaa/plugins
/plugin install engineering@agent-company
/plugin install sales@agent-company
cd ~/.claude/plugins/agent-company && git pull
npx skillsUse this when you want portable skill installation across supported agents.
Because the repo is now department-scoped, install from a department path or from a published skill repo that mirrors one skill.
npx -y skills add ./engineering
npx -y skills add ./marketing
npx -y skills add -g ./engineering
npx -y skills add -g ./business-ops
npx -y skills add -a codex ./engineering
npx -y skills add -a claude-code ./marketing
If your npx skills workflow accepts direct folder targets, point it at the skill folder:
npx -y skills add ./marketing/skills/seo-and-geo
npx -y skills add ./sales/skills/prospect-research
git clone https://github.com/alvarovillalbaa/plugins.git
cd plugins
npx -y skills add ./engineering
You still have the same three practical options: install via npx skills, install an individual skill manually, or use Codex $skill-installer.
npx skillsnpx -y skills add -a codex ./engineering
npx -y skills add -a codex ./marketing
Copy a skill folder into your local Codex skills directory.
mkdir -p ~/.codex/skills
cp -R marketing/skills/seo-and-geo ~/.codex/skills/
cp -R engineering/skills/agentic-development ~/.codex/skills/
cp -R business-ops/skills/finances ~/.codex/skills/
Inside Codex, use $skill-installer for repository-backed installs.
$skill-installer
If you want a skill from this repo, prompt the installer to fetch the skill from its new department path:
npx claudepluginhub alvarovillalbaa/plugins --plugin learning-systemProspecting, outreach, GTM support, and revenue workflow plugin for the agent company.
Content, SEO/GEO, social, slides, video, and visual content workflows for the agent company.
Product strategy, product management, and product marketing support plugin for the agent company.
Architecture, implementation, QA, security, cloud, and documentation workflows for the agent company.
Finance, reporting, research, review, and operating cadence workflows for the agent company.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques