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

Open-source local hook automatically switches Claude models to cut AI costs
A developer created a local hook for Cursor and Claude Code that analyzes prompts and automatically selects the appropriate Claude model (Haiku, Sonnet, or Opus) before sending requests. The tool uses keyword rules to classify tasks and block overpaying scenarios, with retroactive analysis showing 50-70% cost reduction.

Session Memory Feature Introduced in Claude Code
Claude Code now includes a 'Session Memory' feature, generating and maintaining session summaries in summary.md files. Unlock it with tweakcc for interactive sessions exceeding specific token and tool call thresholds.

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

ClawsifyAI Agent Handles Email, Research, and Brainstorming Tasks
A developer tested ClawsifyAI, an AI agent-style claw bot, for a week and found it handled emails, research, repetitive work, and brainstorming. The agent provides clear feedback, practical solutions, and sometimes better ideas than originally planned.