skill-web-implementation

Delegate Astro/Tailwind/TypeScript web-implementation tasks to a subagent and manage postflight git commits.

444|464|Updated Jun 1, 2020
One-click install
npx skills add https://github.com/benbrastmckie/nvim --skill skill-web-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-web-implementation
Source: https://github.com/benbrastmckie/nvim/tree/main/.opencode/skills/skill-web-implementation
Command: npx skills add https://github.com/benbrastmckie/nvim --skill skill-web-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill delegates end-to-end web-implementation work (Astro/Tailwind/TypeScript) to a specialized subagent and handles postflight tasks to finalize changes, including status updates, artifact linking, and git commits.

Core Features & Use Cases

  • Delegates web-implementation tasks to the dedicated subagent (web-implementation-agent) to generate and modify Astro/TS/TSX/CSS files.
  • Performs postflight processing after the subagent completes, including status updates, metadata handling, and commit operations.
  • Validates subagent outputs via the .return-meta.json artifact, reads implementation summaries, and cleans up temporary markers.

Quick Start

Provide a web-implementation task for the agent with project context and let it orchestrate end-to-end changes.

Frequently Asked Questions about skill-web-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Astro and Tailwind web implementation tasks end-to-end?

Automate Astro and Tailwind web implementation by delegating feature development, refactors, and style updates to a specialized subagent that generates files, verifies builds, and manages git commits.

What is the best way to coordinate TypeScript file creation and build verification?

Coordinate TypeScript file creation and build verification by delegating implementation to a subagent that validates outputs via metadata artifacts, reads summaries, and cleans up temporary files post-completion.

Can I use this to automate git commits after web feature development?

Yes, you can automate git commits after web feature development because the postflight processing handles status updates, artifact linking, and commit operations once the subagent completes implementation.

Does this approach work with Astro, Tailwind, and TypeScript refactoring tasks?

This approach works with Astro, Tailwind, and TypeScript refactoring tasks by applying coordinated file creation, modification, and build verification across TSX, TS, and CSS files through a dedicated subagent.

How does subagent output validation work for web implementation projects?

Subagent output validation works by checking a return metadata JSON artifact, reading the implementation summary, and cleaning up temporary markers to ensure generated web files meet project requirements.

What are the limitations of delegating end-to-end web implementation to a subagent?

Limitations include dependency on the subagent generating valid return metadata for validation, requiring project context upfront, and being constrained to Astro, Tailwind, and TypeScript stacks for coordinated file changes.