AgentStack
DevelopersGlobal avatar

DevelopersGlobal

31 listings · 0 installs

Open-source publisher. Listings imported from github.com/DevelopersGlobal — credited to the original author with their license.

↗ github.com/DevelopersGlobal
31 results
Self-run
SKILL

Code Explanation

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.

0
13
Free
Self-run
SKILL

Error Handling

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

0
18
Free
Self-run
SKILL

Think Before Coding

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

0
18
Free
Self-run
SKILL

Refactoring

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

0
20
Free
Self-run
SKILL

Ai Output Validation

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

0
16
Free
Self-run
SKILL

Frontend Engineering

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

0
16
Free
Self-run
SKILL

Incremental Coding

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

0
13
Free
Self-run
SKILL

Research And Summarize

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

0
14
Free
Self-run
SKILL

Security Hardening

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

0
14
Free
Self-run
SKILL

Ci Cd Pipelines

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

0
16
Free
Self-run
SKILL

Surgical Changes

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

0
13
Free
Self-run
SKILL

Prompt Injection Defense

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

0
16
Free
Self-run
SKILL

Debugging Methodology

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

0
19
Free
Self-run
SKILL

Task Decomposition

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

0
15
Free
Self-run
SKILL

Context Loading

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

0
16
Free
Self-run
SKILL

Api Design

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

0
14
Free
Self-run
SKILL

Integration Testing

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

0
14
Free
Self-run
SKILL

Performance Optimization

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

0
16
Free
Self-run
SKILL

Hallucination Prevention

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

0
15
Free
Self-run
SKILL

Production Deployment

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

0
16
Free
Self-run
SKILL

Goal Driven Execution

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

0
14
Free
Self-run
SKILL

Idea To Spec

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

0
15
Free
Self-run
SKILL

Code Review

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

0
19
Free
Self-run
SKILL

Documentation

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

0
16
Free
Self-run
SKILL

Git Workflow

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

0
14
Free
Self-run
SKILL

Test Driven Development

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

0
13
Free
Self-run
SKILL

Multi Agent Orchestration

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

0
17
Free
Self-run
SKILL

Simplicity First

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

0
19
Free
Self-run
SKILL

Rag And Memory

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

0
15
Free
Self-run
SKILL

Meeting Notes To Tasks

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

0
13
Free
Self-run
SKILL

Observability

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

0
19
Free
You've reached the end · 31 loaded