/install agent-pattern-mining
Agent Pattern Mining
Mine reusable agent patterns from real codebases and turn them into concrete upgrades instead of vague inspiration.
Workflow
-
Scope the source repo and the upgrade target.
- Clarify whether the goal is analysis only, a new skill, workflow changes, implementation work, or all of them.
- Prefer targeted reading over exhaustive reading.
-
Map the architecture quickly.
- Inspect entrypoints, command/tool registries, memory/context code, planning/tasking, permissions, plugin/extensibility, remote/background execution, and observability.
- Ignore vendor-specific infrastructure unless it carries a transferable pattern.
-
Build a transfer matrix.
- For each promising pattern, capture:
- source feature
- user benefit
- portability/risk
- nearest OpenClaw equivalent
- concrete local action
- For each promising pattern, capture:
-
Classify findings.
- Adopt now: can be captured as a skill, workspace rule, reference note, or small implementation.
- Prototype later: good idea, but needs tool/runtime changes.
- Do not copy: tightly vendor-locked, high-complexity, or low-value for the local setup.
-
Apply improvements in this order.
- Create or improve a skill when the pattern is reusable.
- Update
AGENTS.mdfor stable workflow changes. - Update
TOOLS.mdfor environment-specific operational notes. - Update daily memory or
MEMORY.mdfor durable lessons. - Propose config/runtime changes only when the user explicitly asks for them.
-
Report the result concretely.
- Summarize what the source system does well.
- List what was adopted locally.
- List what still requires deeper implementation work.
- Name the exact files created or changed.
What to Look For
Prioritize patterns that reduce operator burden or improve agent reliability:
- explicit planning modes
- visible task tracking
- context budget awareness
- selective memory recall
- permission boundaries and review gates
- multi-agent orchestration
- deferred tool discovery
- plugin/skill hot reload
- change/diff observability
- session recovery and history search
Deprioritize patterns that are mostly infrastructure-specific:
- first-party SaaS integrations
- internal telemetry wiring
- organization-specific policy systems
- vendor-only remote services without a local analogue
Output Shape
Use this structure when delivering results:
- Architecture sweep — the subsystems reviewed
- Best transferable ideas — ranked by impact
- Concrete local upgrades — skill/doc/workflow changes already made
- Gaps left open — good ideas not yet implemented
- Files changed — exact paths
References
- Read
references/claude-code-patterns.mdwhen the source is Claude Code or when the user wants proven patterns from agentic coding CLIs.
Guardrails
- Do not claim an upgrade happened unless a file, workflow, or configuration actually changed.
- Prefer lean skills: keep
SKILL.mdprocedural and move detailed analysis toreferences/. - When the repo is large, read representative files first, then deepen only where the pattern is promising.
- If the user asks for self-upgrade, translate findings into persistent artifacts, not just commentary.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-pattern-mining - After installation, invoke the skill by name or use
/agent-pattern-mining - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Pattern Mining?
Study another AI agent, coding CLI, or assistant codebase and extract transferable patterns into concrete local improvements. Use when asked to learn from Cl... It is an AI Agent Skill for Claude Code / OpenClaw, with 10 downloads so far.
How do I install Agent Pattern Mining?
Run "/install agent-pattern-mining" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Pattern Mining free?
Yes, Agent Pattern Mining is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Pattern Mining support?
Agent Pattern Mining is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Pattern Mining?
It is built and maintained by cndbot (@cndbot); the current version is v1.0.0.