seb1n

60 mods across 1 repository, 166 stars between them.

agent-evaluation

01

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design reproducible evaluations for AI agents with representative task sets, explicit rubrics, appropriate graders, baselines, regression gates, and failure analysis. Use when defining agent quality, comparing prompts or models, validating a release, measuring tool-use reliability, investigating regressions, or…

166 22d ago A 67 tokens original MIT

agent-observability

02

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design privacy-aware observability for AI agents using traces, spans, structured events, metrics, cost attribution, dashboards, alerts, and investigation workflows. Use when instrumenting an agent, debugging intermittent tool or model failures, defining service-level objectives, analyzing latency or spend, auditing…

166 22d ago A 67 tokens original MIT

human-in-the-loop

03

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design and verify auditable human oversight, approval gates, escalation paths, and safe state transitions for AI agent workflows. Use when deciding which agent actions require review, adding approve/reject or dual-control flows, preventing unauthorized autonomous effects, creating decision records, reducing…

166 22d ago A 72 tokens original MIT

mcp-server-building

04

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design, implement, harden, and verify Model Context Protocol (MCP) servers with precise tool contracts, least-privilege authorization, safe transports, structured errors, and interoperability tests. Use when creating a new MCP server, exposing an API or data source through MCP, reviewing an MCP server design, adding…

166 22d ago A 81 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design and operate bounded multi-agent workflows with task decomposition, dependency graphs, ownership, handoff contracts, shared-state controls, approvals, recovery, and synthesis. Use when a task contains genuinely independent workstreams, specialized roles, parallel research or implementation, reviewer-worker…

166 22d ago A 71 tokens original MIT

tool-schema-design

06

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design and validate model-facing tool definitions with clear names, action-oriented descriptions, bounded JSON Schema parameters, explicit side effects, safe defaults, idempotency, errors, and realistic tests. Use when creating function-calling tools, MCP tools, agent actions, structured tool inputs, or when a model…

166 22d ago A 78 tokens original MIT

agent-red-teaming

07

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Plan, execute, document, and retest authorized security assessments of AI agents and multi-agent workflows using safe adversarial cases, synthetic identities, canaries, and evidence-based findings. Use when defining red-team rules of engagement, assessing prompt injection or excessive agency, testing tool and identity…

166 22d ago A 82 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Threat-model and harden AI agents, RAG systems, assistants, and tool-using workflows against direct, indirect, stored, cross-agent, and multimodal prompt injection. Use when reviewing an agent architecture, isolating untrusted content, constraining tools and egress, protecting secrets, adding injection-focused tests…

166 22d ago A 82 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Audit agent skills, plugins, prompts, manifests, scripts, dependencies, and bundled assets for provenance, prompt-injection, permission, execution, exfiltration, persistence, and update risk. Use when evaluating a third-party skill before installing, enabling, updating, publishing, or distributing it; reviewing an…

166 22d ago A 106 tokens original MIT

data-labeling

10

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Set up and manage data labeling workflows using manual annotation tools, semi-automated pipelines, active learning, and programmatic weak supervision. Use when the user requests data labeling or provides relevant inputs for this workflow.

166 22d ago A 46 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Optimize machine learning model hyperparameters using grid search, random search, Bayesian optimization, and Hyperband to maximize model performance within a compute budget. Use when the user requests hyperparameter tuning or provides relevant inputs for this workflow.

166 22d ago A 49 tokens original MIT

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design, implement, and validate reproducible machine-learning pipelines spanning data preparation, training, evaluation, registry, and deployment gates. Use when the user requests an ML pipeline, needs to turn model scripts into an orchestrated workflow, or provides pipeline components that must be connected safely.

166 22d ago A 61 tokens original MIT

model-deployment

13

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Deploy trained machine learning models as production-ready services using REST APIs, containers, serverless functions, and orchestration platforms. Use when the user requests model deployment or provides relevant inputs for this workflow.

166 22d ago A 43 tokens original MIT

model-training

14

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Train machine learning models end-to-end, covering data loading, preprocessing, architecture selection, training loops, validation, and checkpointing. Use when the user requests model training or provides relevant inputs for this workflow.

166 22d ago A 44 tokens original MIT

api-design

15

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design RESTful APIs with proper resource modeling, HTTP method semantics, status codes, pagination, versioning, and documentation. Use when the user requests api design or provides relevant inputs for this workflow.

166 22d ago A 42 tokens original MIT

api-integration

16

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Integrate with external APIs using REST clients, webhook consumers, SDK wrappers, and polling patterns with proper authentication, error handling, and retry logic. Use when the user requests api integration or provides relevant inputs for this workflow.

166 22d ago A 48 tokens original MIT

graphql-api-design

17

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Design GraphQL APIs with well-structured schemas, efficient resolvers, pagination, and performance patterns like DataLoader and federation. Use when the user requests graphql api design or provides relevant inputs for this workflow.

166 22d ago A 45 tokens original MIT

oauth-2-0-setup

18

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Implement OAuth 2.0 authentication flows including authorization code with PKCE, client credentials, and device code for secure API integration. Use when the user requests oauth 2 0 setup or provides relevant inputs for this workflow.

166 22d ago A 53 tokens original MIT

webhook-setup

19

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Set up webhook receivers with signature verification, idempotent event processing, retry handling, and dead letter queues for reliable event-driven integrations. Use when the user requests webhook setup or provides relevant inputs for this workflow.

166 22d ago A 47 tokens original MIT

code-documentation

20

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Automatically generate clear, comprehensive documentation for codebases — including API references, inline docstrings, README files, and usage guides. Use when the user requests code documentation or provides relevant inputs for this workflow.

166 22d ago A 44 tokens original MIT

code-review

21

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Perform thorough code reviews on files or pull requests, checking for bugs, security vulnerabilities, performance issues, and style violations. Use when the user requests code review or provides relevant inputs for this workflow.

166 22d ago A 42 tokens original MIT

debugging

22

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Systematically diagnose and fix software bugs by analyzing error messages, stack traces, logs, and runtime behavior across multiple languages. Use when the user requests debugging or provides relevant inputs for this workflow.

166 22d ago A 41 tokens original MIT

refactoring

23

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Improve code quality and maintainability through systematic identification of code smells and application of proven refactoring patterns. Use when the user requests refactoring or provides relevant inputs for this workflow.

166 22d ago A 38 tokens original MIT

testing

24

seb1n/awesome-ai-agent-skills

Skill Claude CodeCodex

Generate, execute, and analyze tests for codebases, covering unit, integration, and end-to-end testing with coverage reporting. Use when the user requests testing or provides relevant inputs for this workflow.

166 22d ago A 41 tokens original MIT