mturac

101 mods across 7 repositories, 239 stars between them.

security-reviewer

49

mturac/everything-openai-codex

Agent

Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.

89 8d ago A 52 tokens original MIT

tdd-guide

50

mturac/everything-openai-codex

Agent

Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.

89 8d ago A 42 tokens original MIT

agentic-engineering

51

mturac/everything-openai-codex

Skill Claude CodeCodex

Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.

89 8d ago A 40 tokens original MIT

database-migrations

52

mturac/everything-openai-codex

Skill Claude CodeCodex

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Django, TypeORM, golang-migrate). Use when planning or implementing database schema changes.

89 8d ago A 61 tokens original MIT

deployment-patterns

53

mturac/everything-openai-codex

Skill Claude CodeCodex

Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications. Use when setting up deployment infrastructure or planning releases.

89 8d ago A 41 tokens original MIT

docker-patterns

54

mturac/everything-openai-codex

Skill Claude CodeCodex

Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration. Use when setting up containerized development environments or reviewing Docker configurations.

89 8d ago A 40 tokens original MIT

golang-patterns

55

mturac/everything-openai-codex

Skill Claude CodeCodex

Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.

89 8d ago A 45 tokens original MIT

golang-testing

56

mturac/everything-openai-codex

Skill Claude CodeCodex

Go testing best practices including table-driven tests, test helpers, benchmarking, race detection, coverage analysis, and integration testing patterns. Use when writing or improving Go tests.

89 8d ago A 37 tokens original MIT

postgres-patterns

57

mturac/everything-openai-codex

Skill Claude CodeCodex

PostgreSQL database patterns for query optimization, schema design, indexing, and security. Quick reference for common patterns, index types, data types, and anti-pattern detection. Based on Supabase best practices.

89 8d ago A 45 tokens copy · 77% MIT

python-patterns

58

mturac/everything-openai-codex

Skill Claude CodeCodex

Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.

89 8d ago A 45 tokens original MIT

python-testing

59

mturac/everything-openai-codex

Skill Claude CodeCodex

Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

89 8d ago A 35 tokens original MIT

search-first

60

mturac/everything-openai-codex

Skill Claude CodeCodex

Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Systematizes the "search for existing solutions before implementing" approach. Use when starting new features or adding functionality.

89 8d ago A 46 tokens original MIT

promptguard

62

mturac/promptguard

Skill Claude CodeCodex

Audit system prompts, agent prompts, router prompts, tool/function-call prompts, and coding-agent instructions as executable contracts. Use before writing or seeding prompts; blocks vague "fix this / write code" tasks missing ownership and verification. Works with Hermes, Claude Code, Codex, OpenCode, OpenClaw.

85 1mo ago A 66 tokens original MIT

marketplace

63

mturac/simulacra

Plugin Claude Code

Ghost personas review your code before it ships + rate any SKILL.md 0-100.

58 3mo ago A tokens not measured original MIT

simulacra

64

mturac/simulacra

Plugin Claude Code

Ghost personas review your code before it ships.

58 3mo ago A tokens not measured original MIT

simulacra

65

mturac/simulacra

Skill Claude CodeCodex

Interactive code simulation engine that spawns ghost personas to review your code before it ships. Each ghost walks through your code line-by-line from a different failure perspective: The Adversary (race conditions, double-submit, idempotency), The Enterprise Edge (business logic gaps, multi-currency, B2B tax…

58 3mo ago A 222 tokens original MIT

skill-scorer

66

mturac/simulacra

Skill Claude CodeCodex

Rates any SKILL.md on a 0-100 scale across 10 dimensions with a SHIP / REWORK / SCRAP verdict. Evaluates trigger precision, instruction clarity, output predictability, edge case coverage, anti-hallucination guardrails, developer experience, composability, open-source readiness, wow factor, and real-world utility. No…

58 3mo ago A 196 tokens original MIT

mturac/recsys-pipeline-architect

Skill Claude CodeCodex

Designs composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework popularized by X's open-sourced For You algorithm. Use this skill when the user wants to build any system that picks "the top K items for a user/context" — content feeds…

2 3mo ago A 166 tokens

mturac/hermes-supercode-skills

Plugin Claude Code

13 production-grade Claude Code skills: db-whisperer, auth-architect, obs-guardian, deploy-ninja, quantum-debugger, security-sentinel, api-sculptor, pipeline-architect, ghost-scraper, mcp-conductor, prediction-alpha, prompt-forge, infra-automation. Each follows Recon→Plan→Execute→Verify with red/yellow/green safety…

2 3mo ago A tokens not measured original MIT

api-sculptor

69

mturac/hermes-supercode-skills

Skill Claude CodeCodex

Designs and implements APIs: REST, GraphQL, gRPC, and WebSocket. Produces OpenAPI 3.1 specs, GraphQL SDL schemas, Protocol Buffer definitions, and working server implementations. Use this skill when the user asks about API design, endpoint structure, schema definition, versioning strategy, pagination, authentication…

2 3mo ago A 143 tokens original MIT

auth-architect

70

mturac/hermes-supercode-skills

Skill Claude CodeCodex

Designs and implements authentication and identity systems. Covers OAuth2 and OIDC flows including authorization code, PKCE, and client credentials; JWT design including RS256 vs HS256, key rotation, token blacklisting, and refresh token strategy; RBAC and ABAC modeling; SSO with Google, GitHub, and SAML 2.0; session…

2 3mo ago A 166 tokens original MIT

db-whisperer

71

mturac/hermes-supercode-skills

Skill Claude CodeCodex

Diagnoses and improves application-layer databases: Postgres, MySQL, SQLite, and MongoDB. Covers EXPLAIN ANALYZE, slow query detection, index strategy, N+1 detection, schema migrations with up/down scripts, connection pooling, replication setup, and vacuum/analyze operations. Use this skill when the user says "this…

2 3mo ago A 131 tokens original MIT

deploy-ninja

72

mturac/hermes-supercode-skills

Skill Claude CodeCodex

Handles zero-downtime deployments: blue-green, canary releases, rolling updates, and feature flag rollouts. Covers Kubernetes, Docker, Cloudflare Workers, Terraform, and CI/CD pipeline setup. Use this skill when the user wants to deploy an application, set up a deployment pipeline, implement canary releases, configure…

2 3mo ago A 147 tokens original MIT