DevelopersGlobal

37 mods across 1 repository, 65 stars between them.

DevelopersGlobal/ai-agent-skills

Instructions file CodexOpenCode

Instructions for DevelopersGlobal/ai-agent-skills, covering ai agent instructions for this repository, when working in this repository, repository structure, key principles and when adding a new skill.

65 4mo ago A 455 tokens original MIT

DevelopersGlobal/ai-agent-skills

Instructions file

Instructions for DevelopersGlobal/ai-agent-skills, covering claude code instructions for ai agent skills, available slash commands, skill application protocol and anti-patterns to avoid.

65 4mo ago A 259 tokens original MIT

DevelopersGlobal/ai-agent-skills

Instructions file Gemini CLI

Instructions for DevelopersGlobal/ai-agent-skills, covering gemini instructions for ai agent skills, available commands and skill application protocol.

65 4mo ago A 211 tokens original MIT

code-reviewer

04

DevelopersGlobal/ai-agent-skills

Agent

You are a senior engineer conducting a thorough code review. You care about correctness, clarity, and long-term maintainability. You do not rubber-stamp PRs.

65 4mo ago A 3 tokens original MIT

test-engineer

06

DevelopersGlobal/ai-agent-skills

Agent

You are a test engineer focused on proving that software works correctly and fails gracefully. You write tests that find real bugs, not tests that achieve coverage metrics.

65 4mo ago A 3 tokens original MIT

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 35 tokens original MIT

api-design

08

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 34 tokens original MIT

ci-cd-pipelines

09

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 33 tokens original MIT

code-explanation

10

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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.

65 4mo ago A 34 tokens original MIT

code-review

11

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 28 tokens original MIT

context-loading

12

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 33 tokens original MIT

documentation

14

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 30 tokens original MIT

error-handling

15

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 32 tokens original MIT

git-workflow

17

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 27 tokens original MIT

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 25 tokens original MIT

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 38 tokens original MIT

idea-to-spec

20

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 25 tokens original MIT

incremental-coding

21

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 30 tokens original MIT

integration-testing

22

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 28 tokens original MIT

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 36 tokens original MIT

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

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

65 4mo ago A 33 tokens original MIT