By zpankz
Recursive context modularization, dependency analysis, and hyperedge bridge extraction
A production-ready Agent Skill that builds recursive dependency-aware modular architecture from raw context using an atom-of-thought pipeline, semantic graph analysis, adaptive decomposition, and cycle/bridge extraction.
This repository ships a standalone implementation for:
SKILL.md: skill contract (metadata + instructions) loaded by agent skill loaders.scripts/: orchestration engine and implementation.tests/: validation and regression tests.references/: schema and process references used by the skill..claude-plugin/marketplace.json: Claude plugin marketplace descriptor..gitignore: repo hygiene.python3 scripts/rlm_orchestrator.py --input <INPUT_DIR> --output <OUT_DIR>
npx skills)# Install this skill to all supported local agents
npx skills install Zpankz/refactor/refactor
# Install to only Claude's skills directory
npx skills install Zpankz/refactor/refactor --agent claude
# Dry-run preview
npx skills install Zpankz/refactor/refactor --agent claude --dry-run
This repo includes a Claude marketplace manifest. After publishing, a Claude user can add the marketplace and install the plugin:
/plugin marketplace add https://github.com/Zpankz/refactor
/plugin install refactor@refactor-marketplace
--mode analysis for audit-only graph extraction.--mode orchestration for recursive refinement and module extraction.--min-similarity, --target-confidence, --min-bridge-weight, --max-bridges, and max depth settings.This project does not include any secrets, credentials, or deployment keys. It is deterministic and keeps model context output artifacts on disk for traceability.
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.
npx claudepluginhub zpankz/refactor --plugin refactorA marketplace of agent skills for Obsidian workflows, organized into granular bundles including notes, plugins, automation, development, plugin devkit, plugin UI, visuals, media, and imported plugin-specific families.
Self-referential self-improving agent framework for Claude Code. Inspired by Meta's HyperAgents paper — evolutionary optimization of skills, agents, hooks, and code via LLM-driven mutation and fitness-based selection.
Emit and verify reproducible governance artifacts for local .index artifacts.
Emit and verify reproducible governance artifacts for local .index artifacts.
Grill-driven scaffolding that designs complete workflow systems from the ground up. Uses structured interrogation to compose CLAUDE.md, rules, skills, hooks, agents, tools, and workflows as primitives within a systems-thinking architecture.
Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.
Design and analyze modular software systems using the Balanced Coupling model by Vlad Khononov. Includes a modularity review skill for analyzing existing codebases and a modular design skill for designing new systems from requirements.
A senior multi-agent engineering workflow plugin for Claude Code, Codex, and GitHub Copilot CLI.
Autonomous, independently-verified architecture deepening — sweep a codebase for deep-module/deletion-test opportunities and file them as vertical-slice issues, headless and delta-aware, over a whole repo or a chosen part.
Disciplined refactoring using small, verifiable steps based on Fowler's 'Refactoring' and Feathers' 'Working Effectively with Legacy Code'
Smart codebase exploration with dependency mapping and structure analysis