.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/alexei-led/architect
home/skills/alexei-led/architect
alexei-led avatar

alexei-led/architect

18 skills · 2 total installs

View on GitHub
$npx skills add alexei-led/architect
SkillInstalls
methodology-balanced-couplingA model for judging whether coupling between components is a problem or not. Coupling is not the enemy — it is what makes a system more than its parts.1tools-lsp-tree-sitterA language server resolves symbols the way the compiler does: it knows the real definition, every reference, the implementations of an interface, and the…1architecture-designDesign a target architecture. The architect writes design artifacts; it does not edit production source or implement the design.—architecture-planDerive an actionable, incremental implementation/refactoring plan from an approved design, with review findings as supporting context when present.—architecture-reviewThe review loop, in order. Do not skip ahead — each step gates the next.—architecture-scorecardHow to score, honestly and reproducibly. The rubric itself lives in ../../resources/templates/scorecard.yaml — read it; do not restate or invent values here.—methodology-architecture-fitnessArchitecture intent that lives only in a doc is a suggestion. Intent that runs in CI is enforced.—tools-archfitUse archfit as a deterministic measurement and gate engine. It supplies whole-repo facts; the architect still judges intent, domain volatility, runtime/deploy…—tools-ast-grepast-grep matches code by its syntax tree, so a pattern survives reformatting, whitespace, and comments that defeat grep.—tools-code-searchLocal search is the first evidence pass. It discovers where the architecture is implemented before heavier tools spend time proving graph or semantic facts.—tools-codebase-memorycodebase-memory-mcp indexes a repository into a persistent SQLite knowledge graph (tree-sitter ASTs plus a hybrid LSP layer) and exposes it over MCP.—tools-codegraphcodegraph builds a persistent graph of the codebase — symbols, references, and call edges — that you query without re-parsing each time.—tools-gitnexusgitnexus turns git history into a queryable graph: co-change relationships, per-file change frequency, and the historical blast radius of a path.—tools-goDependency, semantic, and supply-chain evidence for Go modules. The Go toolchain itself answers most structural questions; goda and go-callvis add graph shape.—tools-infra-operationalA system's architecture includes how it deploys and runs. These tools turn manifests into evidence about deploy units, runtime topology, deploy-time coupling,…—tools-pythonDependency, complexity, and quality evidence for Python targets.—tools-report-markdownThe report is an artifact a human reads and a tool re-parses. These tools keep its frontmatter machine-valid and its diagrams renderable, and they catch broken…—tools-typescriptDependency and quality evidence for TS/JS targets. These tools give the module graph, cycles, unused surface, and type/lint state — the inputs to dependency,…—