neverinfamous

104 mods across 4 repositories, 53 stars between them.

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Multi-pass adversarial performance audit for entire repositories. Combines structured profiling (Agent A) with adversarial stress-testing critique (Agent B) through iterative passes. Optimize repo/backend performance, hot-paths, build size, and server throughput. Do NOT use for frontend page load metrics or Lighthouse…

20 1mo ago A 86 tokens original MIT

adversarial-planner

03

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Multi-pass adversarial planning and review skill that improves agent-generated plans through structured critique stages. Combines an initial planning agent (structure, logic, task sequencing) with an adversarial review agent (performance, security, maintainability) and a final Copilot extension validation pass. Use…

20 1mo ago A 107 tokens original MIT

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Multi-pass adversarial security audit for entire repositories. Combines structured threat modeling (Agent A) with adversarial attack surface analysis (Agent B) through iterative passes. Merges the security-audit workflow's 10-category checklist with the adversarial-planner's structured critique methodology. Use when…

20 1mo ago A 161 tokens original MIT

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Multi-pass adversarial quality audit for agent skill directories. Combines structured evaluation with adversarial stress-testing to assess skill completeness, instruction clarity, trigger accuracy, and security. Use when auditing a skills directory.

20 1mo ago A 50 tokens original MIT

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Multi-pass adversarial quality audit for flat markdown workflow files. Combines structured evaluation (Agent A) with adversarial stress-testing (Agent B) to assess sequential clarity, prerequisite validation, HITL (Human-in-the-loop) safety gates, loop prevention, and formatting. Use when auditing workflow scripts…

20 1mo ago A 97 tokens original MIT

agents-sdk

07

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Build AI agents on Cloudflare Workers using the Agents SDK or build Model Context Protocol (MCP) servers. Load when creating stateful agents, durable workflows, MCP servers, checking MCP schema/error responses, or reviewing MCP code quality. Covers Agent class, state management, callable RPC, Workflows integration…

20 1mo ago A 95 tokens original MIT

mcp-builder

08

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Core rules for code quality and specifications of Model Context Protocol (MCP) servers. Use when reviewing MCP code quality, enforcing specification rules, or checking schemas/error responses. Must see the explicit keyword "MCP" or "Model Context Protocol". NOT for general REST APIs or Cloudflare Workers. Do NOT…

20 1mo ago C 100 tokens original MIT

auth-identity

09

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Standards for Authentication and Identity management. Use when configuring OAuth, JWTs, sessions, RBAC (Role-Based Access Control), or integrating auth providers (Auth0, Clerk, NextAuth). SECURITY: Implementing auth requires strict fallback logic. Never fail-open. Handle token expiration and revocation gracefully.

20 1mo ago A 65 tokens original MIT

autonomous-dev

10

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Harness for autonomous software development. Use when fixing or remediating known issues (including security vulnerabilities). Enforces lifecycle through alignment gates (PROJECT.md), adversarial generator/evaluator agents, and autonomous orchestration of project issues. NOT for setting up standalone CI/CD pipelines.

20 1mo ago B 58 tokens original MIT

aws

11

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Comprehensive AWS (Amazon Web Services) best practices and infrastructure guidelines. Use when deploying to AWS, writing CloudFormation/CDK/Terraform for AWS, configuring IAM permissions, S3 buckets, EC2 instances, Lambda functions, or ECS/EKS clusters. Do NOT trigger for generic "deploy my app" requests without…

20 1mo ago A 72 tokens original MIT

azure

12

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Microsoft Azure best practices. Use when deploying to Azure App Service, Azure Functions, AKS (Azure Kubernetes Service), Cosmos DB, configuring Azure Entra ID (Active Directory), or managing Azure Resource Manager (ARM/Bicep) templates. Do NOT trigger for generic "deploy my app" requests without clarifying the target…

20 1mo ago A 68 tokens original MIT

biome

13

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Biome formatting and linting standards. Use when configuring Biome (biome.json) for fast formatting, linting, and sorting imports. NOT for Prettier or ESLint configuration. Do NOT trigger for generic formatting/linting tasks unless Biome is explicitly requested.

20 1mo ago A 58 tokens original MIT

bun

14

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Master the Bun all-in-one toolkit — runtime, package manager, test runner, and bundler. Use when writing, running, testing, or bundling TypeScript/JavaScript with Bun. Triggers on "bun", "bunx", "bun install", "bun test", "bun run". If the user asks to 'write tests' without specifying the type, you MUST ask 'Unit…

20 1mo ago A 92 tokens original MIT

cloudflare

15

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

(GENERIC ROUTING ONLY) General Cloudflare platform skill for infrastructure, storage, and networking. Use when choosing between Cloudflare products (KV vs D1 vs R2) or doing general Cloudflare tasks. NOT for building AI agents (use agents-sdk). NOT for building MCP servers (use mcp-builder). NOT for deploying…

20 1mo ago A 161 tokens original MIT

docker

16

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Production-grade Docker and container best practices. Use when containerizing apps with Docker, writing Dockerfiles, or managing Docker Compose environments. "multi-stage build", "image size", "docker-compose". Use ONLY when a Dockerfile or container registry is the explicit target for deployment. NOT for serverless…

20 1mo ago C 108 tokens original MIT

docs-marketer

17

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Documentation marketability audit for repository README, Docker Hub README, Wiki, and registry listings. Evaluates feature visibility, first impressions, competitive differentiation, onboarding friction, and cross-document consistency. Use when improving README quality, surfacing under-marketed features, preparing…

20 1mo ago A 124 tokens original MIT

drizzle-orm

18

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Drizzle ORM best practices. Use when configuring databases, designing schemas, writing queries, or handling migrations with Drizzle ORM, particularly with Cloudflare D1 or SQLite. NOT for database setup without an explicit engine. Require engine specification (Postgres/MySQL/SQLite). Use for ORM-managed migrations.

20 1mo ago A 65 tokens original MIT

durable-objects

19

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers integration, wrangler config, and testing with Vitest.

20 1mo ago A 63 tokens copy · 88% MIT

gcp

20

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Google Cloud Platform (GCP) best practices. Use when provisioning GCP infrastructure, configuring IAM, deploying to Cloud Run, GKE (Kubernetes Engine), Cloud Functions, Cloud SQL, or managing BigQuery. Do NOT trigger for generic "deploy my app" requests without clarifying the target platform.

20 1mo ago A 64 tokens original MIT

github-actions

21

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Master GitHub Actions CI/CD workflows with production-grade security and performance patterns. Use ONLY when explicitly setting up CI/CD pipelines specifically via GitHub Actions, setting up matrix strategies, caching dependencies, managing artifacts, or implementing reusable workflows. For deployment requests, use…

20 1mo ago A 121 tokens original MIT

github-commander

22

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Structured workflows for GitHub issues, PRs, milestones, and code audits with validation gates and HITL checkpoints. Use when assigned a GitHub issue, reviewing a PR, sprinting through a milestone, updating dependencies, or running code audits. Also use when asked to "triage an issue", "review a PR", or "update deps".…

20 1mo ago A 131 tokens original MIT

github-copilot-cli

23

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Documentation and instructions for integrating the GitHub Copilot CLI (copilot) into agentic workflows. Use this skill when you need a "second opinion" adversarial review of a local codebase, a pre-push PR review using alternative advanced models, or shell suggestion capabilities from GitHub. Activates on "Copilot…

20 1mo ago A 102 tokens original MIT

github-repo-setup

24

neverinfamous/memory-journal-mcp

Skill Claude CodeCodex

Reusable scaffold for public TypeScript/Node.js repositories under a target organization. Use when creating a new GitHub repository to generate all community standards, CI/CD, config files, labels, and topics in one pass.

20 1mo ago C 51 tokens original MIT