PacktPublishing

18 mods across 8 repositories, 974 stars between them.

api-generating

01

PacktPublishing/The-Claude-Code-Operating-Model

Skill Claude CodeCodex

Generate REST API endpoints following project conventions. Activate when user asks to create a new API endpoint, add a route, or build a new API resource with CRUD operations.

5 25d ago A 37 tokens copy · 100% MIT

code-reviewing

02

PacktPublishing/The-Claude-Code-Operating-Model

Skill Claude CodeCodex

Review code for security vulnerabilities, performance issues, and coding best practices. Activate when the user asks to review code, check code quality, give feedback on code changes, or audit a file.

5 25d ago A 42 tokens copy · 100% MIT

financial-analyzing

03

PacktPublishing/The-Claude-Code-Operating-Model

Skill Claude CodeCodex

Analyze financial data including revenue, costs, profitability, margins, and business metrics. Activate when user asks about financial analysis, revenue review, cost breakdown, ROI calculation, or profitability assessment.

5 25d ago A 42 tokens copy · 100% MIT

docs-reviewer

07

PacktPublishing/The-Claude-Code-Operating-Model

Agent Claude Code

Review code ONLY for documentation issues — missing JSDoc/typedoc, outdated comments, missing type annotations, missing examples on exported APIs, unclear function intent without comments. Do NOT comment on security, performance, or quality. Activate when user asks for docs review or a multi-agent review pipeline fans…

5 25d ago A 66 tokens copy · 100% MIT

PacktPublishing/The-Claude-Code-Operating-Model

Agent Claude Code

Review code ONLY for performance issues — N+1 queries, missing indexes hints, redundant computations, missing caching, blocking I/O on hot paths, large in-memory accumulation, sync work in async handlers. Do NOT comment on security, style, or documentation. Activate when user asks for performance review or a…

5 25d ago A 73 tokens copy · 100% MIT

quality-reviewer

09

PacktPublishing/The-Claude-Code-Operating-Model

Agent Claude Code

Review code ONLY for code-quality issues — naming, DRY violations, function-too-long, deep nesting, missing error handling, magic numbers, unclear control flow. Do NOT comment on security, performance, or documentation. Activate when user asks for code quality review or a multi-agent review pipeline fans out review…

5 25d ago A 66 tokens copy · 100% MIT

security-reviewer

10

PacktPublishing/The-Claude-Code-Operating-Model

Agent Claude Code

Review code ONLY for security issues — SQL injection, XSS, secret hardcoding, missing authentication, unsafe deserialization, path traversal, weak crypto. Do NOT comment on performance, style, or documentation. Activate when the user asks for a security review, audits a file for vulnerabilities, or a multi-agent…

5 25d ago A 74 tokens copy · 100% MIT

app-tools

13

PacktPublishing/The-Claude-Code-Operating-Model

MCP server Claude CodeCodexCursor +2

MCP server "app-tools" as configured in PacktPublishing/The-Claude-Code-Operating-Model. Runs ./custom-server/server.py with python.

5 25d ago A tokens not measured copy · 100% MIT

filesystem

14

PacktPublishing/The-Claude-Code-Operating-Model

MCP server Claude CodeCodexCursor +2

Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.

5 25d ago A tokens not measured copy · 100% MIT