Agent Plugins Marketplace
← All plugins

scaffolding

v3.6.0

Agent skills for the Scaffolding SwiftUI navigation library: coordinators and the @Scaffoldable macro, routing and modals, injected @Environment values, navigation state restoration, and unit-testing coordinators.

Claude Code5 Skills

By dotaevaLicense: MIT36 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 27, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install scaffolding for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install scaffolding-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/dotaeva/scaffolding

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

scaffolding/
├── .claude-plugin/plugin.json
├── skills/scaffolding-coordinators/SKILL.md
├── skills/scaffolding-environment/SKILL.md
├── skills/scaffolding-routing/SKILL.md
├── skills/scaffolding-state-restoration/SKILL.md
└── skills/scaffolding-testing/SKILL.md

Included Skills5

scaffolding-coordinatorsskills/scaffolding-coordinators/SKILL.md

Define and review Scaffolding SwiftUI coordinators, module boundaries, @Scaffoldable routes, FlowStack, TabItems, Root, and SplitColumns. Use when choosing a coordinator type, diagnosing macro tracking, or composing navigation across features.

scaffolding-environmentskills/scaffolding-environment/SKILL.md

Use Scaffolding coordinator environment injection and destination metadata in SwiftUI views and previews. Covers ancestor access, opt-out, routeType versus presentationType, and isolated-view preview setup.

scaffolding-routingskills/scaffolding-routing/SKILL.md

Write and review Scaffolding navigation: pushes, pops, modal queues, dismissal, typed child access, awaited results, animation scopes, and deep links. Use when choosing a navigation call or migrating deprecated overloads.

scaffolding-state-restorationskills/scaffolding-state-restoration/SKILL.md

Capture, restore, migrate, and diagnose Scaffolding navigation snapshots. Use for Codable routes, replay versus replacement, partial-restoration reports, per-scene checkpoints, and hierarchy inspection.

scaffolding-testingskills/scaffolding-testing/SKILL.md

Test Scaffolding navigation with Swift Testing and ScaffoldingTesting. Use for activation, typed hierarchy assertions, deadline-based waits, results and cancellation, tabs, split columns, deep links, or restoration.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "scaffolding",
  "version": "3.6.0",
  "description": "Agent skills for the Scaffolding SwiftUI navigation library: coordinators and the @Scaffoldable macro, routing and modals, injected @Environment values, navigation state restoration, and unit-testing coordinators.",
  "author": {
    "name": "dotaeva",
    "url": "https://github.com/dotaeva"
  },
  "homepage": "https://github.com/dotaeva/scaffolding",
  "repository": "https://github.com/dotaeva/scaffolding",
  "license": "MIT",
  "keywords": [
    "swift",
    "swiftui",
    "navigation",
    "coordinator",
    "ios",
    "macro"
  ],
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[scaffolding on Agent Plugins Marketplace](https://pluginsmp.com/plugins/scaffolding-2)