Open-sourced library of 59 Claude skills covers full website lifecycle

A Reddit user has open-sourced a library of 59 structured skills (prompts/frameworks) for Claude, designed to cover the entire lifecycle of building, launching, running, and growing a website. The project is MIT-licensed and available on GitHub at github.com/rampstackco/claude-skills.
What's included
13 categories: brand discovery, creative briefs, information architecture, content strategy, brand identity, design systems, content/copy, SEO (foundation + audit suite), product specs, development (code review, components, accessibility, performance), QA, operations (launch, incident response, monitoring, security), growth, research, and a meta-skill that teaches you to write your own skills.
Key design decisions
- Uniform structure: Every skill includes sections for when to use, when NOT to use, required inputs, the framework, the workflow, failure patterns, output format, and references. The "when NOT to use" sections are highlighted as the most valuable.
- Stack-agnostic: Initially tied to Next.js + Supabase, the author rewrote them to work with WordPress, Shopify, Webflow, plain HTML — forcing real abstractions.
- SEO audit suite: The only exception to stack-agnostic — 7 skills built around the Ahrefs MCP for structured data. An orchestration skill chains backlink analysis, keyword gap, content gap, traffic diagnosis, site health, and rank tracking into a complete audit run.
Quality controls
CI lint validates structure on every contribution: em dashes, broken refs, frontmatter validity, missing references, and mismatched catalog counts. The author's test for inclusion: if a stranger could clone the repo and ship the same quality of output, the skill stayed; otherwise it was cut.
Meta-skill for skill creation
The skill-creation-walkthrough skill codifies how to write new skills. The hardest part, per the author, is getting the trigger phrases right — that determines whether Claude uses the skill reliably or ignores it.
Who it's for
Developers using Claude as an AI coding agent who want a structured, reusable library for website projects across the full lifecycle.
📖 Read the full source: r/ClaudeAI
👀 See Also

DIY OpenClaw Alternative Using Claude Code in Headless Mode
A developer built a Python server that sends prompts to Claude Code in headless mode, with Telegram bot access, Hammerspoon automation, and local markdown file storage for tasks, schedules, and notes.

Soul MCP Server Adds Persistent Memory and Safety for Local LLMs
Soul is an open-source MCP server that provides persistent memory across sessions for local LLMs with two commands: n2_boot at start and n2_work_end at end. It includes Ark safety features that block dangerous commands like rm -rf and DROP DATABASE at zero token cost, plus cloud storage configuration.

Colony: A Local-First Coordination Layer That Cuts Multi-Agent Handoff Tokens from 30K to 400
Colony is a local-first coordination substrate that reduces multi-agent handoff costs from ~30,000 tokens to ~400 by replacing context replay with compact observations stored in SQLite.

OpenClaw Skills with High Adoption: Capability Evolver, WACLI, Composio, and More
A Reddit post highlights several OpenClaw skills with significant install counts and specific use cases, including Capability Evolver for self-auditing agent behavior, WACLI for WhatsApp access, and Composio for connecting to 860+ apps.