RudyCity/superagent

An interactive, terminal-based AI coding assistant featuring a cyberpunk style terminal UI, context token tracking, and subagent orchestration.

21Stars on the repository
200Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

projection-patterns

145

RudyCity/superagent

Skill Claude CodeCodex

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

not rated 21 +1 yesterday A 36 tokens copy · 100% MIT

RudyCity/superagent

Skill Claude CodeCodex

Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems.

not rated 21 +1 yesterday A SkillSpector: pass 40 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

This skill should be used when the user asks to "optimize a prompt", "improve prompt performance", "design a prompt template", "write better prompts", "debug prompt issues", "use chain-of-thought", "structured prompting", "few-shot prompting", or wants to apply advanced prompt engineering patterns for production LLM…

not rated 21 +1 yesterday A 74 tokens copy · 91% MIT

protect-mcp-setup

148

RudyCity/superagent

Skill Claude Code needs its repo

Configure Cedar policy enforcement and Ed25519 signed receipts for Claude Code tool calls. Use when setting up projects that need cryptographic audit trails, policy-gated tool execution, or compliance-ready evidence of agent actions.

not rated 21 +1 yesterday B 48 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication.

not rated 21 +1 yesterday A SkillSpector: pass 39 tokens original MIT

prototype

150

RudyCity/superagent

Skill Claude Code

Build a throwaway prototype to flesh out a design — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route.

not rated 21 +1 yesterday A 36 tokens copy · 100% MIT

python-anti-patterns

152

RudyCity/superagent

Skill Claude CodeCodex

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

not rated 21 +1 yesterday A SkillSpector: pass 46 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.

not rated 21 +1 yesterday A SkillSpector: pass 45 tokens original MIT

python-code-style

154

RudyCity/superagent

Skill Claude CodeCodex

Python code style, linting, formatting, naming conventions, and documentation standards. Use when writing new code, reviewing style, configuring linters, writing docstrings, or establishing project standards.

not rated 21 +1 yesterday A SkillSpector: pass 42 tokens original MIT

python-configuration

155

RudyCity/superagent

Skill Claude CodeCodex

Python configuration management via environment variables and typed settings. Use when externalizing config, setting up pydantic-settings, managing secrets, or implementing environment-specific behavior.

not rated 21 +1 yesterday A SkillSpector: warn 36 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when designing a new service or component from scratch and choosing how to layer responsibilities, when refactoring a God class or monolithic function that has grown too large, when…

not rated 21 +1 yesterday A SkillSpector: pass 121 tokens original MIT

python-error-handling

157

RudyCity/superagent

Skill Claude CodeCodex

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

not rated 21 +1 yesterday A SkillSpector: pass 43 tokens original MIT

python-observability

158

RudyCity/superagent

Skill Claude CodeCodex

Python observability patterns including structured logging, metrics, and distributed tracing. Use when adding logging, implementing metrics collection, setting up tracing, or debugging production systems.

not rated 21 +1 yesterday A SkillSpector: pass 37 tokens original MIT

python-packaging

159

RudyCity/superagent

Skill Claude CodeCodex

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

not rated 21 +1 yesterday A SkillSpector: pass 43 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

not rated 21 +1 yesterday A 40 tokens copy · 95% MIT

RudyCity/superagent

Skill Claude CodeCodex

Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with all, or planning directory layouts.

not rated 21 +1 yesterday A SkillSpector: pass 39 tokens original MIT

python-resilience

162

RudyCity/superagent

Skill Claude CodeCodex

Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures.

not rated 21 +1 yesterday B 47 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.

not rated 21 +1 yesterday A SkillSpector: pass 37 tokens original MIT

RudyCity/superagent

Skill Claude CodeCodex

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

not rated 21 +1 yesterday A SkillSpector: pass 38 tokens original MIT

python-type-safety

165

RudyCity/superagent

Skill Claude CodeCodex

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.

not rated 21 +1 yesterday A SkillSpector: pass 44 tokens original MIT

qa

166

RudyCity/superagent

Skill Claude CodeCodex

Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions "QA session".

not rated 21 +1 yesterday A 58 tokens copy · 100% MIT

rag-implementation

167

RudyCity/superagent

Skill Claude CodeCodex

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

not rated 21 +1 yesterday A 49 tokens copy · 95% MIT

react-modernization

168

RudyCity/superagent

Skill Claude CodeCodex

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions.

not rated 21 +1 yesterday A 43 tokens copy · 100% 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: