tranhieutt/software_development_department

Software Development Department

71Stars on the repository
155Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-health

01

tranhieutt/software_development_department

Skill Claude CodeCodex

Reads production/traces/agent-metrics.jsonl and displays a per-agent performance summary table for the current or a specified session. Highlights agents with high error rates or OPEN circuit breaker state.

not rated 71 3mo ago A 41 tokens original MIT

agent-style

02

tranhieutt/software_development_department

Skill Claude CodeCodex

Provides the vendored agent-style v0.3.5 prose rule pack as a portable Claude skill. Use when installing, syncing, applying, or auditing SDD Agent-Style support in another project, or when a style-review workflow needs the bundled rules.

not rated 71 3mo ago A 55 tokens original MIT

tranhieutt/software_development_department

Skill Claude CodeCodex

Provides Angular best practices for components, modules, services, and reactive patterns. Use when working with Angular TypeScript files, component templates, NgModules, RxJS observables, or when the user mentions Angular, ng, or Angular CLI.

not rated 71 3mo ago A 54 tokens original MIT

annotate

04

tranhieutt/software_development_department

Skill Claude CodeCodex

Records unexpected API behaviors, undocumented caveats, version bugs, or non-obvious workarounds into .claude/memory/annotations.md. Use immediately when an undocumented behavior or surprising caveat is discovered during development.

not rated 71 3mo ago A 47 tokens original MIT

api-design

05

tranhieutt/software_development_department

Skill Claude CodeCodex

Defines REST and GraphQL API contracts including endpoints, request/response schemas, auth flows, and versioning strategy. Use when designing a new API, reviewing an API spec, or when the user mentions API design, OpenAPI, or endpoint contracts.

not rated 71 3mo ago A 53 tokens original MIT

tranhieutt/software_development_department

Skill Claude CodeCodex

Manages the ADR (Architecture Decision Record) registry. Use when recording tech-stack choices, design patterns, or infrastructure decisions with context, alternatives, and rationale. Supports listing, searching, or creating formal ADR documents.

not rated 71 3mo ago A 49 tokens original MIT

aws-serverless

07

tranhieutt/software_development_department

Skill Claude CodeCodex

Provides AWS serverless architecture patterns for Lambda, API Gateway, DynamoDB, SQS, and SAM/CDK. Use when working with AWS serverless files (serverless.yml, CDK stacks) or when the user mentions Lambda, API Gateway, serverless, or AWS SAM.

not rated 71 3mo ago A 61 tokens original MIT

backend-architect

08

tranhieutt/software_development_department

Skill Claude CodeCodex

Designs scalable backend architectures covering microservices, event-driven systems, API gateways, and data stores. Use when designing a backend system or when the user mentions backend architecture, scalability, or distributed systems.

not rated 71 3mo ago A 44 tokens original MIT

backend-patterns

09

tranhieutt/software_development_department

Skill Claude CodeCodex

Applies production backend patterns: middleware, error handling, auth, database integration, and API design. Use when working with backend service files or when the user mentions Express, Fastify, NestJS, backend patterns, or service architecture.

not rated 71 3mo ago A 51 tokens original MIT

brainstorm

10

tranhieutt/software_development_department

Skill Claude CodeCodex

Facilitates structured product ideation to define user needs, core value, and product direction. Use when the user wants to explore a new product idea, has a vague concept to develop, or mentions brainstorming or ideation.

not rated 71 3mo ago A 48 tokens original MIT

bug-report

11

tranhieutt/software_development_department

Skill Claude CodeCodex

Creates a structured bug report with reproduction steps, expected vs actual behavior, environment details, and severity assessment. Use when a bug or defect is found and needs to be formally documented.

not rated 71 3mo ago A 39 tokens original MIT

changelog

12

tranhieutt/software_development_department

Skill Claude CodeCodex

Generates a structured changelog from git history following Keep a Changelog format and conventional commits. Use when creating a CHANGELOG.md, preparing release notes, or when the user mentions changelog or release history.

not rated 71 3mo ago A 45 tokens original MIT

claude-api

13

tranhieutt/software_development_department

Skill Claude CodeCodex

Provides code patterns for the Anthropic Claude API including streaming, tool use, and prompt caching. Use when working with Anthropic SDK files or when the user mentions Claude API, Anthropic client, or LLM integration.

not rated 71 3mo ago A 48 tokens original MIT

cloud-architect

14

tranhieutt/software_development_department

Skill Claude CodeCodex

Designs multi-cloud and hybrid cloud architectures across AWS, GCP, and Azure. Use when designing cloud infrastructure or when the user mentions cloud architecture, AWS, GCP, Azure, or multi-cloud.

not rated 71 3mo ago A 45 tokens copy · 89% MIT

cloud-run-puppeteer

15

tranhieutt/software_development_department

Skill Claude CodeCodex

Deploys Puppeteer browser automation on Google Cloud Run with Docker. Use when running headless browser tasks on Cloud Run, or when the user mentions Cloud Run, Puppeteer, headless Chrome, or serverless browser automation.

not rated 71 3mo ago C 51 tokens original MIT

tranhieutt/software_development_department

Skill Claude CodeCodex

Provides a comprehensive code review checklist for pull requests covering security, performance, maintainability, and testing. Use as a reference during code reviews or when the user asks for a review checklist.

not rated 71 3mo ago A 42 tokens original MIT

code-review

17

tranhieutt/software_development_department

Skill Claude CodeCodex

Performs architectural and quality code review checking coding standards, SOLID principles, architectural compliance, and common software issues. Use when reviewing a file or directory before merge, or when the user mentions code review, PR review, or quality check.

not rated 71 3mo ago A 51 tokens original MIT

code-simplification

18

tranhieutt/software_development_department

Skill Claude CodeCodex

Simplifies working code while preserving exact behavior. Use after tests pass, during review feedback, or when code is harder to read, maintain, or verify than it needs to be without changing product behavior.

not rated 71 3mo ago A 45 tokens original MIT

codex-sdd

19

tranhieutt/software_development_department

Skill Claude CodeCodex

Adapts SDD for Codex while preserving Claude Code behavior. Use when working in Codex, setting up Codex compatibility, mapping Claude tools to Codex tools, or explaining how SDD should run outside Claude Code.

not rated 71 3mo ago A 51 tokens original MIT

commit

20

tranhieutt/software_development_department

Skill Claude CodeCodex

Creates a well-formed git commit following conventional commit format with type, scope, and descriptive message. Use when the user is ready to commit changes or mentions conventional commits.

not rated 71 3mo ago A 36 tokens original MIT

context-engineering

21

tranhieutt/software_development_department

Skill Claude CodeCodex

Strictly enforce context engineering principles to avoid context stuffing, optimize memory architecture, and manage the Research-Plan-Reset-Implement cycle.

not rated 71 3mo ago A 31 tokens original MIT

database-architect

22

tranhieutt/software_development_department

Skill Claude CodeCodex

Designs relational and NoSQL database schemas, indexing strategies, migration plans, and data modeling patterns. Use when designing a database or when the user mentions database architecture, schema design, or data modeling.

not rated 71 3mo ago A 44 tokens original MIT

db-review

23

tranhieutt/software_development_department

Skill Claude CodeCodex

Reviews database schemas, queries, and migrations for correctness, performance, security, and best practices. Use when reviewing SQL migration files or when the user mentions database review, schema review, or query audit.

not rated 71 3mo ago A 43 tokens original MIT

deep-interview

24

tranhieutt/software_development_department

Skill Claude CodeCodex

Conducts a structured technical deep-dive to gather detailed requirements, constraints, and decisions from the user. Use when starting a complex feature or when the user wants to be asked structured clarifying questions before implementation.

not rated 71 3mo ago A 46 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: