Agent skill · Design & Presentation

architecture

Authoritative architecture reference for Lagune, covering repository layout, the command/template split, the core/adapter boundary, what it scaffolds, and the tracking-map model. Use before adding an agent or when a decision depends on repo shape.

wellwelwelgithub.com/wellwelwelGitHub ↗
claude-codecodexcopilotcursorMIT
Install
npx skills add wellwelwel/lagune --skill architecture --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: .claude/skills/architecture/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 89
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Lagune architecture This skill is the specialized, authoritative description of **how Lagune is structured**: repository layout, how commands and templates are organized, the core/adapter boundary, what Lagune scaffolds into a target project, and the tracking-map model. Consult it before changing source, before adding an agent, and whenever a decision depends on the shape of the codebase. The product mission and workflow philosophy live in [CLAUDE.md](../../../CLAUDE.md). The toolchain, code conventions, build path, and how the tracking hooks are implemented live in the [engineering](../engineering/SKILL.md) skill. The language conventions and the boundaries on what prose carries and who may author it live in the [writer](../writer/SKILL.md) skill. This skill covers the _shape_, not the _build_. ## Repository layout Top-level directories. Their internal structure is defined in the sections below. | Directory | Purpose | | ----------------- | ---------------------------------------------------------------------------- | | `src/` | TypeScript source. Everything authored by hand lives here. | | `src/types/` | The single home for every type declaration. No type is declared elsewhere.

What's inside
Steps it walks through
  1. Repository layout
  2. Command & template anatomy
  3. Sub-skills
  4. Agent-agnostic core vs. agent adapters
  5. What Lagune scaffolds into a target project
  6. The tracking map
More from lagune
All skills →
About this skill
What does the architecture skill do?

Authoritative architecture reference for Lagune, covering repository layout, the command/template split, the core/adapter boundary, what it scaffolds, and the tracking-map model. Use before adding an agent or when a decision depends on repo shape.

How do I install it?

Run `npx skills add wellwelwel/lagune --skill architecture --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From wellwelwel/lagune, a repository with 89 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going