From factory
Analyzes codebase with Factory CLI to generate reports on eval scores, GitHub issues, backlog items, observability coverage, and improvements. Use before project changes.
npx claudepluginhub akashgit/remote-factory --plugin factoryThis skill uses the workspace's default tool permissions.
Analyze the current codebase and generate an observation report.
Produces structured codebase analysis reports with architecture overview, critical files, patterns, and actionable recommendations.
Assesses codebase health for legacy projects by analyzing complexity, dependencies, dead code, tech debt, and git hotspots. Produces module health scores and prioritized rescue plan.
Performs repo-wide or PR diff readiness sweeps dispatching parallel agents across security (shieldkit), tests (testkit), codebase (lenskit), evolution (timewarp), and instructions (alignkit) for synthesized reports.
Share bugs, ideas, or general feedback.
Analyze the current codebase and generate an observation report.
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
factory study "$(pwd)"
This produces a report at .factory/strategy/observations.md covering:
.factory/strategy/backlog.mdFor cross-project insights, pass --projects-dir:
factory study "$(pwd)" --projects-dir ~/factory-projects
After studying, use /factory:implement to act on the findings.