fattain-naime

33 mods across 1 repository, 4 stars between them.

engineering-docs

01

fattain-naime/engineering-docs

Plugin Claude Code

22 engineering documentation skills covering the complete software lifecycle: business concept, project planning, personas, specs, feasibility, UX flow, architecture, design system, API, database, ADR, access control, security, testing, implementation, deployment, SLO, operations, disaster recovery, and incident…

4 17d ago A tokens not measured original MIT

engineering-docs

02

fattain-naime/engineering-docs

Plugin Claude Code

22 engineering documentation skills covering the complete software lifecycle: business concept, project planning, personas, specs, feasibility, UX flow, architecture, design system, API, database, ADR, access control, security, testing, implementation, deployment, SLO, operations, disaster recovery, and incident…

4 17d ago A tokens not measured original MIT

engineering-docs

03

fattain-naime/engineering-docs

MCP server Claude CodeCodexCursor +2

MCP server "engineering-docs" as configured in fattain-naime/engineering-docs. Runs scripts/validate.js with node.

4 17d ago A tokens not measured original MIT

api-designer

04

fattain-naime/engineering-docs

Agent

Design RESTful APIs following best practices. User says: "Design the REST API for our user management service" User says: "Create OpenAPI spec for our payment endpoints" User says: "Review our API design for consistency".

4 17d ago A 62 tokens original MIT

fattain-naime/engineering-docs

Agent

Review system architecture for scalability, security, and maintainability. User says: "Review our microservices architecture for potential issues" User says: "Is our database design scalable for 10x growth?" User says: "Check our API design for security vulnerabilities".

4 17d ago A 69 tokens original MIT

fattain-naime/engineering-docs

Agent

Generate comprehensive documentation for software projects. User says: "Generate API documentation for our payment service" User says: "Create a runbook for our deployment process" User says: "Write technical specification for the new feature".

4 17d ago A 59 tokens original MIT

test-strategist

07

fattain-naime/engineering-docs

Agent

Create comprehensive test strategies for software projects. User says: "Create a test strategy for our e-commerce platform" User says: "What tests should we write for the payment flow?" User says: "Review our test coverage and suggest improvements".

4 17d ago A 66 tokens original MIT

SessionStart

08

fattain-naime/engineering-docs

Hook

Runs when a session starts on startup, clear and compact, executing check-progress.js via node. From fattain-naime/engineering-docs.

4 17d ago A tokens not measured original MIT

AGENTS

09

fattain-naime/engineering-docs

Agent

This plugin provides 21 engineering documentation skills covering the complete software development lifecycle - from raw project idea through planning, design, architecture, security, testing, deployment, and operations. The agent MUST automatically detect when a user needs any form of technical documentation and…

4 17d ago A 0 tokens original MIT

CLAUDE

10

fattain-naime/engineering-docs

Agent

This file provides Claude Code with the complete, standalone configuration for the engineering-docs plugin. It contains all 21 skill trigger rules, behavioral standards, and Claude-specific behaviors in one self-contained file. It does not depend on AGENTS.md or any other agent config file.

4 17d ago A 0 tokens original MIT

GEMINI

11

fattain-naime/engineering-docs

Agent

Agent "GEMINI" from fattain-naime/engineering-docs, covering engineering docs - gemini context file and agent config file.

4 17d ago A 0 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Specify admin roles, permissions, and every admin-facing control in a system - a full role-permission matrix (RBAC), the principle of least privilege applied concretely, admin action audit logging, and emergency/break-glass access procedures. Use whenever a system has more than one privilege level, before building the…

4 17d ago A 75 tokens original MIT

api-design-document

13

fattain-naime/engineering-docs

Skill Claude CodeCodex

Design a production-ready API specification aligned with OpenAPI 3.1 standards. Covers resource modeling, endpoint design, request/response contracts, authentication, versioning strategy, error handling, rate limiting, and pagination. Use when designing a new REST, GraphQL, or event-driven API.

4 17d ago A 62 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Create a standalone Architecture Decision Record (ADR) for a single significant architectural decision. Captures context, decision, alternatives considered, and consequences. ADRs are immutable - once accepted, they are never edited, only superseded by a new ADR.

4 17d ago A 54 tokens original MIT

business-concept

15

fattain-naime/engineering-docs

Skill Claude CodeCodex

Turn a raw business idea into a complete business concept document. Covers problem, target users, value proposition, monetization, scope, timeline, and constraints. Use as the first step before any technical documentation.

4 17d ago A 45 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Design a production database schema including ERD, table definitions, data dictionary, indexing strategy, normalization decisions, and migration plan. Use when designing a new database, adding major entities, or documenting an existing schema.

4 17d ago A 46 tokens original MIT

deployment-plan

17

fattain-naime/engineering-docs

Skill Claude CodeCodex

Write a production deployment plan covering environment specs, deployment strategy (Blue-Green, Canary, Rolling, or Direct), step-by-step execution runsheet, go/no-go criteria, monitoring plan, and rollback procedure. Use before any non-trivial production release.

4 17d ago A 54 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Design a production-ready Design System and UI/UX visual style guide. Covers design tokens (colors, typography, spacing, shadows, radius), components (buttons, inputs, cards, tables, modals, navigation), layouts, interaction/hover states, iconography, motion design, responsive behavior, accessibility (WCAG 2.2), and…

4 17d ago A 93 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Write a disaster recovery and business continuity plan defining RTO/RPO targets, backup and failover procedures, DR tiers, and a recovery drill cadence for surviving major infrastructure loss, data corruption, ransomware, or regional outages. Use before launch of any system holding critical or financial data, or to…

4 17d ago A 84 tokens original MIT

implementation-plan

20

fattain-naime/engineering-docs

Skill Claude CodeCodex

Create a phased implementation roadmap that sequences the technical build of an entire project - build order, module dependencies, environment/tooling setup, per-phase Definition of Ready/Done, and integration checkpoints. Use after the project plan and architecture exist, to turn "what we're building and when" into…

4 17d ago A 70 tokens original MIT

incident-postmortem

21

fattain-naime/engineering-docs

Skill Claude CodeCodex

Write a blameless post-incident review (post-mortem / RCA) that documents what happened, the timeline, root cause analysis, impact assessment, and concrete action items to prevent recurrence. Follows Google SRE blameless post-mortem culture.

4 17d ago A 59 tokens original MIT

project-plan

22

fattain-naime/engineering-docs

Skill Claude CodeCodex

Create a project delivery plan covering scope, milestones, timeline, work breakdown, resourcing, stakeholder roles (RACI), dependencies, budget, quality gates, and a project-level risk register. Use at the start of any project to define who is building what, in what order, by when - before any code is written.

4 17d ago A 68 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Produce a structured security threat model using the STRIDE framework, identify trust boundaries, enumerate attack vectors, assess risk, and define concrete mitigations. Use when reviewing security of a new feature, system, or integration.

4 17d ago A 47 tokens original MIT

fattain-naime/engineering-docs

Skill Claude CodeCodex

Define Service Level Indicators (SLIs), Service Level Objectives (SLOs), and error budgets for a service, including multi-window multi-burn-rate alerting and an error budget policy. Use when establishing reliability targets, negotiating an external SLA, or deciding how much risk a team can spend on shipping velocity…

4 17d ago A 71 tokens original MIT