DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Structured logging, distributed tracing, and alerting for AI systems and traditional services. You can't fix what you can't see.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Structured logging, distributed tracing, and alerting for AI systems and traditional services. You can't fix what you can't see.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Measure first, optimize second. Data-driven performance improvements with before/after benchmarks and production validation.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Zero-downtime deployments with pre-flight checks, staged rollouts, and rollback plans. Never ship to production without a verified rollback strategy.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Guards AI agents and LLM-powered applications against prompt injection attacks — both direct and indirect. Validates AI inputs and outputs at every trust boundary.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Patterns for Retrieval-Augmented Generation (RAG) and agent memory systems. Retrieves only relevant context, prevents context bloat, and maintains coherent state across sessions.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Safe, behavior-preserving code transformation backed by tests. Refactor with evidence, not instinct.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Distill complex topics into layered, actionable summaries. Start with the key insight, layer in detail, end with recommended next action.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Applies OWASP Top 10, secrets management, and least-privilege principles before any code ships. Security is a build step, not an afterthought.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Prevents overengineering by enforcing minimum viable code. No speculative features, no premature abstractions, no unnecessary complexity.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Enforces minimal code modifications — touch only what you must. Prevents drive-by refactoring, comment deletions, and style changes unrelated to the task.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Breaks features into atomic, independently verifiable tasks. No task should take more than 4 hours. Unblocks parallel work and reduces integration risk.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Red-green-refactor cycle with meaningful coverage. Tests are written before implementation. Coverage is a side effect of good tests, not the goal.
DevelopersGlobal/ai-agent-skills
Skill Claude CodeCodex
Forces explicit reasoning before writing any code. Surfaces assumptions, manages confusion, and prevents hallucination by demanding clarity upfront.