AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Buildable Web Builder

skill-suntay44-buildable-plugin-skills-web-builder · by suntay44

Use when generating or adapting local-first web app prototypes from Buildable app specs, archetypes, UI patterns, design playbooks, and golden templates.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-suntay44-buildable-plugin-skills-web-builder

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-suntay44-buildable-plugin-skills-web-builder)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Buildable Web Builder? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Buildable Web Builder Skill

Use this skill to generate or adapt local web prototypes.

Resolve all referenced paths from the Buildable plugin or repository root.

Activation

Use only when the user is building or adapting a web app/prototype. Do not activate for unrelated frontend debugging unless the user asks for Buildable guidance.

Reference Loading Contract

Mandatory order:

  1. Read the saved planner output first: .buildable/phase-plan.json when present, otherwise buildable-app-spec.json. Use .buildable/phase-plan.toon when present as the compact agent-facing build contract.
  2. Load only appSpec.references.
  3. Load current project files only as needed for the requested change.
  4. Do not load all templates.
  5. Load starter source only for the selected template and only when generating or editing it.

Default Stack

  • Next.js
  • TypeScript
  • Tailwind CSS
  • shadcn-style component patterns
  • local/mock data

Workflow

  1. Read the saved plan/app spec from the planner handoff.
  2. Check appSpec.planAudit.checks before editing; treat blocked/failed checks as gates, not suggestions.
  3. If questionsNeeded is true, ask the user before generating.
  4. For fresh starts, prefer buildable generate "" when a runnable template exists. Add --out only when the user requested a specific folder.
  5. Apply appSpec.designSystem for visual tone, density, palette intent, layout rules, component rules, accessibility, and anti-patterns.
  6. Apply appSpec.blocks as reusable micro-template guidance. Selected block docs are references to adapt to the current entity/design system, not generic code to paste blindly.
  7. If appSpec.auth.requested is true, implement the local/mock auth shape first and keep any named provider behind the auth seam.
  8. Load only the references listed in the app spec.
  9. If the template is generic-app, use the selected archetype reference to shape screens and entities instead of loading unrelated templates.
  10. Inspect the local project if generating inside an existing app.
  11. Generate or adapt a complete first-screen prototype.
  12. Keep data local unless the spec explicitly requires otherwise.
  13. Run build/typecheck/lint checks when available.

Build Order

  1. Create typed entities and sample data.
  2. Build the primary screen and state operations.
  3. Add empty, filtered, and edited states.
  4. Apply responsive layout rules.
  5. Review against the selected quality rubric.

Guardrails

  • Do not add auth, accounts, billing, cloud previews, managed databases, telemetry, or deployment.
  • Do not create marketing landing pages for app requests.
  • Do not leave generic placeholder UI.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.