DevelopersGlobal@AI Agent Skills

DevelopersGlobal@AI Agent Skills from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 22 skills 2 authors

Skills in this plugin

22
  1. Refactoring · developersglobal
    Safe, behavior-preserving code transformation backed by tests. Refactor with evidence, not instinct.
    1 install
  2. Idea To Spec · developersglobal
    Converts vague ideas into concrete, testable specifications with acceptance criteria. No implementation begins without a spec.
    1 install
  3. RAG And Memory · developersglobal
    Patterns for Retrieval-Augmented Generation (RAG) and agent memory systems. Retrieves only relevant context, prevents context bloat, and maintains coherent state across sessions.
    1 install
  4. CI CD Pipelines · developersglobal
    Automated quality gates from commit to production. Every merge to main is potentially shippable. No manual steps in the deployment path.
    1 install
  5. Context Loading · developersglobal
    Load minimum necessary context into agent context windows. Prevents token bloat, reduces cost, and improves focus. Only load what the current task needs.
    1 install
  6. Code Explanation · developersglobal
    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.
    1 install
  7. Simplicity First · developersglobal
    Prevents overengineering by enforcing minimum viable code. No speculative features, no premature abstractions, no unnecessary complexity.
    1 install
  8. Surgical Changes · developersglobal
    Enforces minimal code modifications — touch only what you must. Prevents drive-by refactoring, comment deletions, and style changes unrelated to the task.
    1 install
  9. Incremental Coding · gabrielmoreira
    Build in verifiable increments. Never implement more than can be tested right now. Ship partial working systems over complete broken ones.
    17 repo stars
  10. Security Hardening · gabrielmoreira
    Applies OWASP Top 10, secrets management, and least-privilege principles before any code ships. Security is a build step, not an afterthought.
    17 repo stars
  11. Think Before Coding · gabrielmoreira
    Forces explicit reasoning before writing any code. Surfaces assumptions, manages confusion, and prevents hallucination by demanding clarity upfront.
    17 repo stars
  12. AI Output Validation · gabrielmoreira
    Validates, parses, and sanitizes AI-generated outputs before they reach end users or downstream systems. Structured output enforcement, schema validation, and fallback handling.
    17 repo stars
  13. Frontend Engineering · gabrielmoreira
    Accessible, performant, responsive UI patterns. Component design, state management discipline, and Core Web Vitals compliance.
    17 repo stars
  14. Debugging Methodology · gabrielmoreira
    Systematic root cause analysis for production and development bugs. Hypothesis-driven debugging — never guess-and-check.
    17 repo stars
  15. Goal Driven Execution · gabrielmoreira
    Transforms imperative instructions into declarative goals with verifiable success criteria. Enables autonomous looping until verified completion.
    17 repo stars
  16. Production Deployment · gabrielmoreira
    Zero-downtime deployments with pre-flight checks, staged rollouts, and rollback plans. Never ship to production without a verified rollback strategy.
    17 repo stars
  17. Meeting Notes To Tasks · gabrielmoreira
    Converts unstructured meeting notes into structured, assigned, time-bounded action items. Never leave a meeting without knowing who does what by when.
    17 repo stars
  18. Research And Summarize · gabrielmoreira
    Distill complex topics into layered, actionable summaries. Start with the key insight, layer in detail, end with recommended next action.
    17 repo stars
  19. Hallucination Prevention · gabrielmoreira
    Detects and mitigates LLM hallucinations in production pipelines. Validates AI-generated facts, code, and decisions before they reach end users or downstream systems.
    17 repo stars
  20. Performance Optimization · gabrielmoreira
    Measure first, optimize second. Data-driven performance improvements with before/after benchmarks and production validation.
    17 repo stars
  21. Prompt Injection Defense · gabrielmoreira
    Guards AI agents and LLM-powered applications against prompt injection attacks — both direct and indirect. Validates AI inputs and outputs at every trust boundary.
    17 repo stars
  22. Multi Agent Orchestration · gabrielmoreira
    Designs and coordinates multi-agent pipelines where specialized agents collaborate to complete complex tasks. Includes communication protocols, failure handling, and state management.
    17 repo stars