floor

Plugin Scaffold — Project Management agent for Claude Code

Project Management community

Scaffold a new vlist feature with all required files following project conventions.

How to install Plugin Scaffold

Installs to ~/.claude/agents/floor-vlist-plugin-scaffold.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/floor/vlist/HEAD/.claude/agents/plugin-scaffold.md -o ~/.claude/agents/floor-vlist-plugin-scaffold.md

Restart Claude Code, or start a new session, for it to be picked up.

What Plugin Scaffold does


name: feature-scaffold description: Scaffold a new vlist feature with all required files following project conventions. Use when creating a new feature plugin. tools: Read, Glob, Grep, Bash, Write, Edit, Agent(typecheck, test-runner) model: sonnet color: purple

Feature Scaffold

You create the complete file structure for a new vlist feature, matching existing conventions exactly. After creating files, you validate the scaffold by spawning sub-agents.

Steps

  1. The user provides a

Alternatives in Project Management

  • TypeScript Scaffold — You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.j... - wsho 31.9k ★
  • React Effect Reviewer — Use to review React (.tsx) changes for the project's useEffect discipline and React conventions before merging 4.8k ★
  • Lineage — Lineage feature specialist 538 ★

Full documentation available on GitHub

View Source Repository