Skill Claude CodeCodex
A project-structure guide that examines a front-end codebase and creates architecture notes for AI coding agents and new team members. It documents folders, their roles, coding rules, and integration patterns.
Skill Claude CodeCodex
A project-structure guide that examines a front-end codebase and creates architecture notes for AI coding agents and new team members. It documents folders, their roles, coding rules, and integration patterns.
Plugin Claude Code
A collection of skills for creating project specification documents. The listed documents cover product requirements, technology choices, design rules, and a plan for a first usable version.
Skill Claude CodeCodex
A guide for creating a design system: a shared set of rules for colours, fonts, interface components, and user experience. It can gather brand and interface requirements, generate colour palettes, and produce documentation.
Skill Claude CodeCodex
A guide for creating an MVP roadmap, meaning a plan for building the smallest useful first version of a product. It covers development order, milestones, sprints, dependencies, risks, and rough effort estimates.
Skill Claude CodeCodex
A guide for creating a Product Requirements Document, or PRD: a written plan that explains what a product should do, who it is for, and how success will be measured. It uses questions, templates, and prioritisation methods to structure the plan.
Skill Claude CodeCodex
A guide for documenting a project’s technology stack—the programming languages, libraries, tools, and external services it uses. It can collect project requirements, organise technologies by category, and check package versions.
Plugin Claude Code
A collection of skills for Supabase, a service that provides hosted databases and related backend tools.
Skill Claude CodeCodex
A setup guide for Supabase database development environments. Supabase is a hosted database and application-backend service; this guide connects its database schema to generated TypeScript types, client and server code, command-line tools, and project documentation.
Plugin Claude Code
Fetch web pages and save them as clean Markdown files into docs/ directory.
Skill Claude CodeCodex
Fetch web pages and save them as clean Markdown files into a docs/ directory. Use when the user provides a URL and wants its content saved as a local .md file for reference — especially documentation pages, API references, blog posts, or technical guides. Triggers on requests like "save this page as markdown", "fetch…