All authors
DevelopersGlobal avatar

Claude Skills by DevelopersGlobal

github.com/DevelopersGlobal
31 skillsA× 30B× 10 installs8 views
Ai Output ValidationA

Validates, parses, and sanitizes AI-generated outputs before they reach end users or downstream systems. Structured output enforcement, schema validation, and fallback handling.

testingrustgo
0
64
Api DesignA

Design stable, versioned, self-documenting APIs. Easy to use correctly, hard to use incorrectly. Apply Hyrum's Law from day one.

developmentgoapi
0
64
Ci Cd PipelinesA

Automated quality gates from commit to production. Every merge to main is potentially shippable. No manual steps in the deployment path.

devopsgotesting
0
64
Code ExplanationA

Get layered, context-aware explanations of unfamiliar code. Understand what it does, why it was written that way, and how to work with it safely.

code-qualitygodebugging
0
64
Code ReviewA

Structured code review focusing on correctness, security, and maintainability. Correctness before style. Every reviewer comment must be actionable.

code-qualitygosql
0
64
Context LoadingA

Load minimum necessary context into agent context windows. Prevents token bloat, reduces cost, and improves focus. Only load what the current task needs.

ai-agentsgo
0
64
Debugging MethodologyA

Systematic root cause analysis for production and development bugs. Hypothesis-driven debugging — never guess-and-check.

code-qualitygodebugging
0
64
DocumentationA

Document decisions, not just implementations. ADRs for architectural choices, inline docs for non-obvious code, and runbooks for operational knowledge.

documentationgogit
0
64
Error HandlingA

Graceful degradation and meaningful error messages. Errors are first-class citizens, not afterthoughts. Every error path is designed, not discovered.

code-qualitygodebugging
0
64
Frontend EngineeringA

Accessible, performant, responsive UI patterns. Component design, state management discipline, and Core Web Vitals compliance.

developmentgofrontend
0
64
Git WorkflowA

Trunk-based development with atomic commits, clean history, and meaningful commit messages. Every commit should be deployable.

code-qualitygodebugging
0
64
Goal Driven ExecutionA

Transforms imperative instructions into declarative goals with verifiable success criteria. Enables autonomous looping until verified completion.

ai-agentsgoapi
0
64
Hallucination PreventionA

Detects and mitigates LLM hallucinations in production pipelines. Validates AI-generated facts, code, and decisions before they reach end users or downstream systems.

ai-agentsgosql
0
64
Idea To SpecA

Converts vague ideas into concrete, testable specifications with acceptance criteria. No implementation begins without a spec.

ai-agentsgosecurity
0
64
Incremental CodingA

Build in verifiable increments. Never implement more than can be tested right now. Ship partial working systems over complete broken ones.

developmentgogit
0
64
Integration TestingA

Test real system boundaries, not mocks of mocks. Integration tests verify that components work together, not that they work in isolation.

testinggosql
0
64
Meeting Notes To TasksA

Converts unstructured meeting notes into structured, assigned, time-bounded action items. Never leave a meeting without knowing who does what by when.

toolsgo
0
64
Multi Agent OrchestrationA

Designs and coordinates multi-agent pipelines where specialized agents collaborate to complete complex tasks. Includes communication protocols, failure handling, and state management.

ai-agentsgodatabase
0
64
ObservabilityA

Structured logging, distributed tracing, and alerting for AI systems and traditional services. You can't fix what you can't see.

devopsgodebugging
0
64
Performance OptimizationA

Measure first, optimize second. Data-driven performance improvements with before/after benchmarks and production validation.

code-qualityrustgo
0
64
Production DeploymentA

Zero-downtime deployments with pre-flight checks, staged rollouts, and rollback plans. Never ship to production without a verified rollback strategy.

devopsgogit
0
64
Prompt Injection DefenseB

Guards AI agents and LLM-powered applications against prompt injection attacks — both direct and indirect. Validates AI inputs and outputs at every trust boundary.

securityrustgo
0
64
Rag And MemoryA

Patterns for Retrieval-Augmented Generation (RAG) and agent memory systems. Retrieves only relevant context, prevents context bloat, and maintains coherent state across sessions.

ai-agentsgodatabase
0
64
RefactoringA

Safe, behavior-preserving code transformation backed by tests. Refactor with evidence, not instinct.

code-qualitygorefactoring
0
64
Research And SummarizeA

Distill complex topics into layered, actionable summaries. Start with the key insight, layer in detail, end with recommended next action.

researchgodocumentation
0
64
Security HardeningA

Applies OWASP Top 10, secrets management, and least-privilege principles before any code ships. Security is a build step, not an afterthought.

securityrustgo
0
64
Simplicity FirstA

Prevents overengineering by enforcing minimum viable code. No speculative features, no premature abstractions, no unnecessary complexity.

code-qualitygorefactoring
0
64
Surgical ChangesA

Enforces minimal code modifications — touch only what you must. Prevents drive-by refactoring, comment deletions, and style changes unrelated to the task.

code-qualityrustgo
0
64
Task DecompositionA

Breaks features into atomic, independently verifiable tasks. No task should take more than 4 hours. Unblocks parallel work and reduces integration risk.

developmentgoapi
0
64
Test Driven DevelopmentA

Red-green-refactor cycle with meaningful coverage. Tests are written before implementation. Coverage is a side effect of good tests, not the goal.

testinggotesting
0
64
Think Before CodingA

Forces explicit reasoning before writing any code. Surfaces assumptions, manages confusion, and prevents hallucination by demanding clarity upfront.

ai-agentsgoapi
0
64