api-design
01Skill Claude CodeCodex
Guidance for designing REST APIs, which are web interfaces that let software exchange data through standard requests.
Skill Claude CodeCodex
Guidance for designing REST APIs, which are web interfaces that let software exchange data through standard requests.
Skill Claude CodeCodex
Writing guidance for articles, guides, blog posts, tutorials, newsletters, and other long-form content, including a consistent tone and structure.
Skill Claude CodeCodex
Patterns for running Claude Code through repeated autonomous loops, from simple step-by-step pipelines to a multi-agent DAG, where tasks are connected by dependencies.
Skill Claude CodeCodex
A collection of server-side design patterns covering APIs, databases, and applications built with Node.js, Express, and Next.js API routes. Server-side code runs behind the application and handles requests, data, and business logic.
Skill Claude CodeCodex
A set of coding standards and development patterns for TypeScript, JavaScript, React, and Node.js. It covers general practices for writing and organising code in those technologies.
Skill Claude CodeCodex
An interactive installer for Everything Claude Code that guides users through adding skills and rules to either a user-level or project-level directory. It also checks the chosen paths and can optimise installed files.
Skill Claude CodeCodex
A caching pattern that stores expensive file-processing results using the file contents' SHA-256 hash, rather than the file path. SHA-256 is a way to turn data into a repeatable fingerprint.
Skill Claude CodeCodex
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Skill Claude CodeCodex
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
Skill Claude CodeCodex
A formal framework for testing Claude Code sessions by checking their results against defined evaluations. It follows evaluation-driven development, where evaluations guide how work is built.
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
Skill Claude CodeCodex
A collection of frontend development patterns for React and Next.js, including state management, performance improvements, and user-interface practices.
Skill Claude CodeCodex
A guide for creating animated HTML presentations from scratch or converting PowerPoint files into web-based slides.
Skill Claude CodeCodex
A pattern for gradually improving the context retrieved for a subagent, which is a separate helper agent working on part of a task.
Skill Claude CodeCodex
Skill "market-research" from virgo777/buddyme, covering 市场研究 (market research), 何时激活 (when to activate), 研究标准 (research standards), 常用研究模式 (common research modes) and 投资者/基金尽调 (investor / fund diligence).
Skill Claude CodeCodex
OpenClaw agent skill for converting documents to Markdown. Documentation and utilities for Microsoft's MarkItDown library. Supports PDF, Word, PowerPoint, Excel, images (OCR), audio (transcription), HTML, YouTube.
Skill Claude CodeCodex
A code-quality workflow built around Plankton that runs hooks whenever files are edited. It formats code, checks it for problems, and uses Claude to attempt automatic fixes.
Skill Claude CodeCodex
An example template for a project-specific coding-agent skill, based on real production applications.
Skill Claude CodeCodex
A guide to common Python coding practices, including PEP 8 style rules, type hints, and ways to make applications robust, efficient, and maintainable.
Skill Claude CodeCodex
A guide to testing Python programs with pytest, a tool for running automated tests. It also explains TDD, a method of writing tests before the code they check, along with fixtures, mocks, parameterized tests, and coverage.
Skill Claude CodeCodex
Manage QQ Mail (QQ邮箱) via IMAP/SMTP. Use when the user wants to read, send, search, or manage emails from their QQ mailbox. Supports reading inbox, sending emails with attachments, searching by subject/sender/date, and listing folders.
Skill Claude CodeCodex
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Invokes the researcher agent.
Skill Claude CodeCodex
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
Skill Claude CodeCodex
A broad verification system for Claude Code sessions.