alexei-led

72 mods across 8 repositories, 874 stars between them.

codex

49

alexei-led/resume-from

Agent

The Codex plugin adds a /resume-from prompt. The prompt runs the matching published command package.

5 15d ago A 0 tokens original MIT

pi

50

alexei-led/resume-from

Agent

Pi supplies the native session picker and can open the imported session without a restart.

5 15d ago A 0 tokens original MIT

resume-from

51

alexei-led/resume-from

Plugin Claude Code

Continue a coding session from another agent, or another profile of the same agent.

5 15d ago A tokens not measured original MIT

resume-from

52

alexei-led/resume-from

Command

Continue a session from another coding agent or another Claude Code profile.

5 15d ago A 12 tokens original MIT

alexei-led/architect

Plugin Claude Code

Instruction-first architecture design and review: one read-only architect role, evidence-based design/review/scorecard/plan skills, methodology and tool skills, and report/design/plan templates.

2 1mo ago A tokens not measured original MIT

architect

54

alexei-led/architect

Agent

Read-only architecture designer/reviewer: creates target designs, maps intended vs observed structure, gathers evidence, scores architecture, and writes plans without editing source.

2 1mo ago A 32 tokens original MIT

architecture-design

55

alexei-led/architect

Skill Claude CodeCodex

Design a modular architecture from requirements, intended architecture notes, or an approved redesign brief. Use when asked to create architecture docs, define module boundaries, integration contracts, test specifications, or a target architecture before implementation. Blends Balanced Coupling, architecture-fitness…

2 1mo ago A 86 tokens original MIT

architecture-plan

56

alexei-led/architect

Skill Claude CodeCodex

Turn approved architecture-design artifacts, with supporting review findings when present, into an incremental implementation/refactoring plan. Use when asked to plan a refactor, sequence remediation, or implement an approved target architecture. Produces a task-runner-compatible, verifiable plan that cites source…

2 1mo ago B 98 tokens original MIT

architecture-review

57

alexei-led/architect

Skill Claude CodeCodex

Run a repeatable, evidence-based architecture review of an existing codebase. Use when asked to assess modularity, coupling, cohesion, dependency direction, circular dependencies, blast radius, fragile seams, shallow modules, testability, ownership boundaries, architectural drift, structural risk, or fit between…

2 1mo ago A 147 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Assign architecture scores against the fixed rubric. Use when scoring or re-scoring architecture dimensions, choosing a band, setting confidence, or checking that a score is defensible. Enforces band-matches-value, evidence-per-score, and low-confidence caps. NOT for gathering evidence (use architecture-review) or…

2 1mo ago A 71 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Treat architecture intent as executable checks (fitness functions), not prose. Use when scoring the architecturefitness dimension, recommending how to keep a boundary from re-rotting, or turning a finding into an enforceable check. Distinguishes checks that already run from checks you only recommend. NOT for judging…

2 1mo ago A 84 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Assess coupling with the Balanced Coupling model (integration strength, distance, volatility). Use when judging whether coupling is balanced or risky, scoring the couplingbalance dimension, or deciding what to flag as structural risk. Highest risk is high strength + high distance + high volatility together. NOT…

2 1mo ago A 94 tokens original MIT

tools-archfit

61

alexei-led/architect

Skill Claude CodeCodex

Gather deterministic architecture-fitness evidence with archfit: full checks, scorecards, deltas, SARIF/JSON findings, tool coverage, and agenttasks. Use when a repo has .archfit.yaml or the user wants architect to combine its review with archfit. Produces hard facts for architecture-review to calibrate, not a…

2 1mo ago A 106 tokens original MIT

tools-ast-grep

62

alexei-led/architect

Skill Claude CodeCodex

Gather structural-pattern architecture evidence with ast-grep syntax-tree queries. Use when checking module boundaries, layer violations, forbidden imports, direct DB/framework access, route declarations, exported surface area, or framework leaks across seams. Yields exact file:line evidence for modularity, coupling…

2 1mo ago A 102 tokens original MIT

tools-code-search

63

alexei-led/architect

Skill Claude CodeCodex

Gather local codebase evidence with fd, rg, git grep, git log, and targeted file reading. Use when starting an architecture review, building the system map, finding entrypoints, locating module boundaries, tracing exact text or config keys, or collecting file:line evidence for modularity, coupling, dependency…

2 1mo ago A 117 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Gather persistent code-knowledge-graph evidence from the codebase-memory-mcp MCP server: architecture overview, type-resolved call edges, cycles, blast radius, module clusters, dead code, and cross-session ADR memory. Use when mcpcodebase-memory-mcp tools are available and you need graph-shaped structure, coupling, or…

2 1mo ago A 152 tokens original MIT

tools-codegraph

65

alexei-led/architect

Skill Claude CodeCodex

Gather whole-repo dependency and semantic graph evidence with codegraph: definitions, references, call edges, cycles, hubs, fan-in/out, and blast radius. Use when assessing module boundaries, dependency direction, coupling, impact of change, or fragile graph shape at architecture-review scale. Index staleness is a…

2 1mo ago A 107 tokens original MIT

tools-gitnexus

66

alexei-led/architect

Skill Claude CodeCodex

Gather change-coupling and volatility evidence with GitNexus git-history graphs: files that change together, churn hotspots, historical blast radius, and impact over time. Use when scoring changelocality, corroborating Balanced Coupling volatility (domain role sets it; churn only supports it), or checking whether…

2 1mo ago A 120 tokens original MIT

tools-go

67

alexei-led/architect

Skill Claude CodeCodex

Gather Go architecture evidence with go list, go mod graph, goda, gopls, staticcheck, govulncheck, and go-callvis. Use when a Go module needs package graphs, import cycles, dependency direction, package-boundary checks, call/reference facts, dead code, vulnerabilities, or call graphs for modularity and coupling…

2 1mo ago A 112 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Gather deployment and runtime-architecture evidence from operational config: Helm, Kustomize, Kubernetes, Terraform/OpenTofu, Docker, GitHub Actions, policy tools, SBOM, and vulnerability scanners. Use when a target ships deploy units and you need runtime topology, deploy-time coupling, config drift, CI/CD, or…

2 1mo ago A 93 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Gather resolved semantic evidence with LSP and syntax fallback with tree-sitter. Use when architecture findings need actual definitions, references, callers, implementations, diagnostics, or symbols rather than text matches — especially for coupling and boundary claims. Use tree-sitter when no language server is…

2 1mo ago A 102 tokens original MIT

tools-python

70

alexei-led/architect

Skill Claude CodeCodex

Gather Python architecture evidence with import-linter, pydeps, pyright/basedpyright, ruff, deptry, pipdeptree, uv tree, radon/lizard, and vulture. Use when a Python repo needs import contracts, module graphs, layer-boundary checks, type state, complexity hotspots, dead code, or dependency health for modularity and…

2 1mo ago A 118 tokens original MIT

alexei-led/architect

Skill Claude CodeCodex

Produce and validate architecture-review report and plan artifacts: Markdown, YAML frontmatter, Mermaid diagrams, jq/yq checks, Graphviz/D2 graphs, links, spelling, and format. Use when writing or checking cited reports, system-map diagrams, score summaries, or refactoring plans. This is report-quality evidence, not…

2 1mo ago A 106 tokens original MIT

tools-typescript

72

alexei-led/architect

Skill Claude CodeCodex

Gather TypeScript/JavaScript architecture evidence with dependency-cruiser, madge, knip, tsc, ESLint, and the package manager. Use when a TS/JS repo needs module graphs, workspace/package boundaries, import cycles, dependency direction, dead code, type errors, or boundary-rule violations for modularity and coupling…

2 1mo ago A 108 tokens original MIT