AgentStack
agentsope avatar

agentsope

54 listings · 0 installs

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

↗ github.com/agentsope
54+ results
Self-run
SKILL

Agentsop Vllm

Decision SOP for serving LLMs with vLLM. Covers PagedAttention mental model, quantization/parallelism/batching tradeoffs, OOM triage, and when NOT to use vLLM. Activates when a coder-agent is choosing or tuning an inference engine, debugging vLLM throughput/latency/OOM, or comparing vLLM against TGI/SGLang/TensorRT-LLM/llama.cpp.

0
16
Free
Self-run
SKILL

LEAP

|

0
15
Free
Self-run
SKILL

Lens

|

0
15
Free
Self-run
SKILL

SkillAlchemy

|

0
15
Free
Self-run
SKILL

Agentsop Repo Map

>-

0
14
Free
Self-run
SKILL

Agentsop Multiscale Chunking

>-

0
17
Free
Self-run
SKILL

Agentsop Agent Topology Selection

>-

0
13
Free
Self-run
SKILL

Agentsop Langgraph

|

0
13
Free
Self-run
SKILL

Agentsop Query Routing

>-

0
11
Free
Self-run
SKILL

Agentsop State Reducer

|

0
14
Free
Self-run
SKILL

Agentsop Bio Fraud Forensics

>-

0
14
Free
Self-run
SKILL

Agentsop Llm Tool Idempotency

>-

0
14
Free
Self-run
SKILL

Agentsop Structured Output Picker

>-

0
17
Free
Self-run
SKILL

Agentsop Metric Design

>-

0
13
Free
Self-run
SKILL

Agentsop Aider

>-

0
17
Free
Self-run
SKILL

Agentsop Streaming Output

|

0
12
Free
Self-run
SKILL

Agentsop Dspy

|

0
13
Free
Self-run
SKILL

Agentsop Tool Scoping

>-

0
15
Free
Self-run
SKILL

Agentsop Idempotent Ingestion

|

0
15
Free
Self-run
SKILL

Agentsop Module Shape Selection

>-

0
16
Free
Self-run
SKILL

Agentsop Http Tool Wrapping

|

0
14
Free
Self-run
SKILL

Agentsop Per Model Artifacts

>-

0
15
Free
Self-run
SKILL

Agentsop Bounded Loop

>-

0
15
Free
Self-run
SKILL

Career Role Finder

>-

0
13
Free
Self-run
SKILL

Agentsop Framework Selection

|

0
14
Free
Self-run
SKILL

Agentsop Regression Gate

Build a held-out eval set, run it on every prompt/model change, and block regressions in CI. An LM change is a code change — gate it with a test suite (eval set + metric + threshold). Cross-framework SOP not surfaced by any single base skill.

0
14
Free
Self-run
SKILL

Agentsop Repo State Gating

>-

0
14
Free
Self-run
SKILL

Agentsop Output Format By Model

>-

0
14
Free
Self-run
SKILL

Agentsop Map Reduce Fanout

|

0
19
Free
Self-run
SKILL

Agentsop Observability Setup

|

0
15
Free
Self-run
SKILL

Career Resume Tailor

>-

0
15
Free
Self-run
SKILL

Agentsop Session State Hygiene

|

0
13
Free
Self-run
SKILL

Agentsop Llm Artifact Versioning

>-

0
13
Free
Self-run
SKILL

Agentsop Signature Design

>-

0
14
Free
Self-run
SKILL

Agentsop Llm Engine Selection

Cross-engine decision rubric for self-hosting or recommending an LLM serving stack. Picks among vLLM, SGLang, TensorRT-LLM, TGI, llama.cpp, Ollama, and MLX as a function of (hardware × workload × constraint), not "which is fastest". Activates whenever a coder-agent must choose, defend, or migrate a serving runtime.

0
17
Free
Self-run
SKILL

Agentsop Selfhost Decision

>-

0
14
Free
Self-run
SKILL

Agentsop Cost Tiered Models

>-

0
12
Free
Self-run
SKILL

Agentsop Llamaindex

|

0
16
Free
Self-run
SKILL

Career Bullet Builder

>-

0
15
Free
Self-run
SKILL

Career Experience Mapper

>-

0
18
Free
Self-run
SKILL

Agentsop Reranker Stage

>-

0
16
Free
Self-run
SKILL

Agentsop Crewai

SOP for building multi-agent systems with CrewAI — role-based collaboration, sequential/hierarchical processes, Flows, memory, delegation. Use when modeling agent teams with clear roles and task pipelines.

0
16
Free
Self-run
SKILL

Agentsop Test Fix Loop

|

0
15
Free
Self-run
SKILL

Career Gap Planner

>-

0
17
Free
Self-run
SKILL

Career Jd Analyzer

>-

0
16
Free
Self-run
SKILL

Agentsop Conventions Pinning

SOP for writing, loading, and evolving a project-level convention file (CONVENTIONS.md / CLAUDE.md / .cursor/rules / .clinerules / AGENTS.md) so that a coder-agent reliably respects your codebase's style choices every session. Tool-agnostic; covers the four load mechanics (read-only attachment, ancestor-walk auto-load, glob-scoped rules, agent backstory) and the conflict resolution between pinned…

0
13
Free
Self-run
SKILL

Agentsop Hybrid Retrieval

|

0
14
Free
Self-run
SKILL

Agentsop Prompt History Inspect

|

0
12
Free
Self-run
SKILL

Agentsop Multi Tenant Rag

|

0
17
Free
Self-run
SKILL

Agentsop Domain Eval Set

Build and govern a 50-200 example domain-specific held-out benchmark sampled from real traffic. Distinct from public benchmarks (MMLU/HumanEval/GSM8K via lm-evaluation-harness) which measure GENERAL capability. Only a held-out domain set predicts whether THIS system works on YOUR data. Collect real examples, label, hold out (never train/prompt on it), size 50-200, version it, refresh on drift.

0
14
Free
Self-run
SKILL

Agentsop Context Scope Discipline

>-

0
16
Free
Self-run
SKILL

Agentsop Dify

SOP for building LLM applications on Dify — visual workflow + chatflow + agent + RAG knowledge base + plugin marketplace + observability, self-hostable. Use when shipping LLM apps fast with a "no-code to pro-code" gradient, especially when non-engineers need to co-author the flow.

0
12
Free
Self-run
SKILL

Agentsop Code Execution Decision

>-

0
15
Free
Self-run
SKILL

Agentsop Prompt Compilation

The compile-readiness gate for prompt auto-optimization. Decide whether you have earned the right to run an optimizer (DSPy MIPROv2 / GEPA / BootstrapFewShot) before spending compute. Two preconditions only — a real metric, and enough examples for the optimizer you picked. Garbage metric in, garbage prompt out. Pick the optimizer by data scale; GEPA inverts the scale assumption (~10 examples + te…

0
14
Free