website

Manage Forward Impact Team website content and assets with libdoc.

4|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/forwardimpact/monorepo --skill website-forwardimpact
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website
Source: https://github.com/forwardimpact/monorepo/tree/main/.claude/skills/website
Command: npx skills add https://github.com/forwardimpact/monorepo --skill website-forwardimpact

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a streamlined process for managing and updating the Forward Impact Team website, ensuring consistent branding and efficient content deployment.

Core Features & Use Cases

  • Content Updates: Easily add or modify website pages, including product pages and documentation.
  • Asset Management: Update hero images, icons, and other visual assets according to design specifications.
  • Workflow Management: Modify the GitHub Actions workflow responsible for building and publishing the site.
  • Use Case: A new product feature is ready to be documented. Use this Skill to create a new page in the website/ directory, add relevant content and assets, and ensure it's correctly published.

Quick Start

Use the website skill to add a new page to the documentation section.

Frequently Asked Questions about website

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

FAQPage Schema
How do I manage website content and update pages using libdoc?

To manage website content with libdoc, you modify pages and assets in the website directory, then use the libdoc build tool to serve and publish updates according to the design specifications in design/SPEC.md.

Can I update hero images and CSS assets through a content management workflow?

Yes, you can update hero images, icons, and CSS/JS assets through this content management workflow by replacing files in the assets directory and ensuring they meet the design/SPEC.md guidelines before building.

What is the best way to add new documentation pages to a web development project?

The best way to add new documentation pages is to create them in the website directory, add relevant content and visual assets, and configure the GitHub Actions publish workflow to deploy the updates automatically.

Do I need libdoc to build and serve a website with GitHub Actions?

Yes, you need the libdoc build tool installed to build and serve the website locally, while the GitHub Actions workflow handles the automated publishing and deployment of the site to production.

Why does my website publishing workflow fail during the GitHub Actions build?

Your website publishing workflow may fail if the content or assets do not follow the specific design guidelines in design/SPEC.md, or if the libdoc build tool encounters errors during the page generation process.

Are there specific design guidelines to follow when modifying web development assets?

Yes, when modifying web development assets, you must follow the specific design guidelines detailed in the design/SPEC.md file to ensure consistent branding and proper rendering across the site.