lesson-quiz
01Skill Claude CodeCodex
An interactive quiz skill for Claude Code lessons. It asks 8–10 mixed concept and practical questions about lessons 01–10, such as hooks, MCP, or skills.
Skill Claude CodeCodex
An interactive quiz skill for Claude Code lessons. It asks 8–10 mixed concept and practical questions about lessons 01–10, such as hooks, MCP, or skills.
Skill Claude CodeCodex
A self-assessment and learning-path adviser for Claude Code, an AI coding agent. It uses quizzes across 10 areas to create a skills profile, identify gaps, and suggest what to learn next.
Skill Claude CodeCodex
A guided skill for drafting blog posts from ideas and source material. It covers research, brainstorming, outlining, and versioned revisions.
Skill Claude CodeCodex
A skill that checks written communication against a brand’s tone and style guidelines. Brand voice is the consistent way an organisation sounds in public and customer-facing writing.
Skill Claude CodeCodex
A skill for creating or updating a CLAUDE.md file, a project file that gives Claude Code instructions and context. It follows recommended practices for connecting an AI coding agent to a project.
Skill Claude CodeCodex
A code-review guide for checking software changes for security, speed, and overall quality.
Skill Claude CodeCodex
A tool for creating API documentation from source code. An API is the defined way that software components communicate with each other.
Skill Claude CodeCodex
A structured guide for refactoring code, meaning changing its internal structure without changing what it does.
Plugin Claude Code
A collection of DevOps automation tools for deploying software, monitoring systems, and responding to incidents. DevOps combines software development and operations work.
Agent
An agent that examines system health and alerts. Alerts are notifications that a system may have a problem.
Agent
An agent focused on software deployment, which means putting a new version of an application into a usable environment.
Agent
An agent that manages the incident-response process for problems in live systems.
Command
A command for running a deployment workflow—the series of steps used to release software.
Command
A command for handling production incidents in a structured way. A production incident is a problem affecting a live service or its users.
Command
A command for returning software to the previous stable version.
Command
A command for checking the health of the services in a system.
Plugin Claude Code
A documentation tool for creating and maintaining written information about a software project.
Agent
An API documentation writer for describing how software interfaces work and how other programs can use them.
Agent
A code-documentation assistant for making explanations inside and around source code clearer and more useful.
Agent
A code-example creator for showing how software can be used in practical situations.
Command
A command for producing documentation that explains how an API can be used.
Command
A command for bringing project documentation up to date with the codebase, the collection of source files that make up a project.
Command
A command for checking whether project documentation is complete and accurate.
Plugin Claude Code
A pull-request review workflow, where a pull request is a proposed code change awaiting review. It includes checks for security, tests, and documentation.