lesson-quiz
01Skill Claude CodeCodex
An interactive 10-question quiz for one lesson in a Claude Code tutorial. Claude Code is a coding assistant, and the lessons cover topics such as commands, memory, skills, agents, and hooks.
Skill Claude CodeCodex
An interactive 10-question quiz for one lesson in a Claude Code tutorial. Claude Code is a coding assistant, and the lessons cover topics such as commands, memory, skills, agents, and hooks.
Skill Claude CodeCodex
Claude Code 中文自测与学习路径顾问。用于评估当前水平、识别短板、推荐学习顺序。Use when asked to "assess my level", "take the quiz", "find my level", "where should I start", "what should I learn next", "check my skills", "skill check", or similar Chinese requests.
Skill Claude CodeCodex
根据想法和资料起草博客文章。Use when users want to draft a blog post, write an article from research, or turn notes/resources into a structured post.
Skill Claude CodeCodex
保持品牌语气和写作风格一致。Use when creating marketing copy, customer communication, public-facing content, or when users mention brand voice, tone, or writing style.
Skill Claude CodeCodex
A guide for creating, updating, or reviewing a `CLAUDE.md` file, which gives Claude Code lasting project instructions.
Skill Claude CodeCodex
综合代码审查 skill,覆盖安全、性能、代码质量和可维护性。Use when users ask to review code, analyze code quality, evaluate pull requests, or mention code review, security analysis, or performance optimization.
Skill Claude CodeCodex
从源码生成准确、完整的 API 文档和技术说明。Use when creating or updating API docs, generating endpoint documentation, or when users mention API docs, endpoints, or documentation.
Skill Claude CodeCodex
基于 Martin Fowler 方法论做系统化重构。Use when users ask to refactor code, improve structure, reduce technical debt, clean up legacy code, or improve maintainability.
Plugin Claude Code
Complete DevOps automation for deployment, monitoring, and incident response.
Agent
An agent for analysing monitoring alerts and system metrics. The description is in Chinese and says it handles alert correlation, trend analysis, root-cause investigation, metric interpretation, and proactive risk discovery.
Agent
An agent focused on releasing software and undoing releases when needed. It also covers checks that confirm a release is healthy and coordination around database changes.
Agent
An incident-response coordinator for handling serious service problems. Incident response is the process of organizing people and work while a production outage or other urgent failure is being resolved.
Command
A deployment workflow for releasing an application to a production or pre-release environment. It includes checks, building, testing, health checks, and team notification.
Command
A structured process for handling production incidents, meaning problems affecting a live application or its users. It covers recording the incident, judging its severity and impact, coordinating response, and documenting the outcome.
Command
A rollback workflow for returning an application to an earlier stable version. It checks the chosen version and its health, performs the rollback, then verifies the result.
Command
A system health check that reports whether key application services are working. It checks containers, database connections, API response times, errors, and resource use.
Plugin Claude Code
Comprehensive documentation generation and maintenance.
Agent
An AI agent that helps write API documentation. An API is a defined way for software to communicate with other software.
Agent
An AI specialist for adding and improving code comments and inline documentation. It supports JSDoc, docstrings, parameter and return-value explanations, and usage examples.
Agent
An agent that writes example code and tutorial sections, including getting-started guides, common use cases, integrations, best practices, and troubleshooting.
Command
A command that creates Markdown documentation from an application's source code and API endpoints. API documentation explains how other programs can call those endpoints, including inputs, outputs, errors, and examples.
Command
A documentation workflow that keeps written guides aligned with code changes. It finds affected documents, updates them, checks that examples still work, and refreshes version details when needed.
Command
A documentation checking command that reviews links, code examples, missing sections, formatting, and whether the text matches the actual code.
Plugin Claude Code
Complete PR review workflow with security, testing, and docs.