home / skills / laurigates / claude-plugins / meta-assimilate
This skill analyzes and assimilates project Claude configurations to enhance user scoped agents and commands by generalizing and integrating them.
npx playbooks add skill laurigates/claude-plugins --skill meta-assimilateReview the files below or copy the command above to add this skill to your agents.
---
model: opus
created: 2025-12-16
modified: 2025-12-16
reviewed: 2025-12-16
allowed-tools: Read, Write, Edit, MultiEdit, Glob, Grep, TodoWrite
argument-hint: <project-path>
description: Analyze and assimilate project-specific Claude configurations
name: meta-assimilate
---
# Assimilate Command
Examine the .claude/{agents,commands} of the project at path [path] and think deep if we could make use of them in the user scoped agents and commands. Either by copying and generalizing or assimilating into existing agents or commands if similar ones already exist.
This skill analyzes a project's .claude/agents and .claude/commands to determine which user-scoped Claude agents and commands can be reused, generalized, or assimilated. It proposes concrete actions: copy, adapt, or merge configurations into existing agents and commands to reduce duplication and improve consistency. The result is a prioritized plan for integrating project-specific behaviors into the user's agent set.
The skill inspects the project's .claude/{agents,commands} directory, parsing metadata, prompts, and invocation patterns. It compares discovered items against the user's current agents and commands, identifying exact matches, near-duplicates, and candidates for generalization. For each candidate it recommends whether to copy untouched, refactor into a generalized template, or merge into an existing agent/command with minimal changes.
Will this change project files automatically?
No. The skill produces recommendations and a plan. Changes should be applied after review and testing.
How does it decide between copying and generalizing?
It weighs similarity, parameterizability, and reuse potential; exact matches are copied, repeatable patterns are generalized, and overlapping functionality is merged.