๐ŸŽฏ

pytest-dev

๐ŸŽฏSkill

from bjornmelin/dev-skills

VibeIndex|
What it does

pytest-dev skill from bjornmelin/dev-skills

๐Ÿ“ฆ

Part of

bjornmelin/dev-skills(5 items)

pytest-dev

Installation

PythonRun Python server
python3 tools/skill/quick_validate.py skills/<skill-name>
PythonRun Python server
python3 tools/skill/package_skill.py skills/<skill-name> skills/dist
๐Ÿ“– Extracted from docs: bjornmelin/dev-skills
1Installs
-
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

Overview

# dev-skills

A versioned collection of reusable Agent Skills (per the AgentSkills specification) that I use to make coding agents more reliable, consistent, and fast.

  • Spec: https://agentskills.io/specification
  • Skill registry: https://skills.sh/

Each skill lives in skills// and is designed to be:

  • Self-contained (instructions + optional scripts/assets)
  • Discoverable (clear metadata + predictable layout)
  • Packagable (can be shipped as a .skill ZIP archive)

Repository layout

```

skills/

/

SKILL.md # required (YAML frontmatter + instructions)

references/ # optional (docs to load on demand)

scripts/ # optional (deterministic helpers)

assets/ # optional (templates/snippets)

templates/ # optional (scaffolds)

dist/ # local .skill bundles (ZIP; gitignored)

```

Skill catalog

All skills are stored in skills/. The canonical entrypoint for each skill is its SKILL.md.

| Skill | Description | Source |

| --- | --- | --- |

| ai-sdk-agents | Expert guidance for building AI agents with ToolLoopAgent (AI SDK v6+): loop control, tool selection, workflows. | [skills/ai-sdk-agents/SKILL.md](skills/ai-sdk-agents/SKILL.md) |

| ai-sdk-core | AI SDK Core patterns: text/structured output, tools, MCP integration, embeddings/reranking, middleware, production setup. | [skills/ai-sdk-core/SKILL.md](skills/ai-sdk-core/SKILL.md) |

| ai-sdk-ui | Build chat & generative UIs with AI SDK React hooks: useChat, tool UIs, persistence, streaming, backend integration. | [skills/ai-sdk-ui/SKILL.md](skills/ai-sdk-ui/SKILL.md) |

| codex-sdk | Architect-level workflows for OpenAI Codex SDK/CLI: JSONL threads, automation, MCP, multi-agent orchestration, SQLite memory. | [skills/codex-sdk/SKILL.md](skills/codex-sdk/SKILL.md) |

| dmc-py | Dash Mantine Components (DMC) v2.4.0: theming, callbacks (incl. pattern-matching), pages, charts, and component patterns. | [skills/dmc-py/SKILL.md](skills/dmc-py/SKILL.md) |

| docker-architect | Docker/Compose architecture + security hardening: Dockerfiles, Compose patterns, CI pipelines, least-privilege, audits. | [skills/docker-architect/SKILL.md](skills/docker-architect/SKILL.md) |

| langgraph-multiagent | Multi-agent systems with LangGraph/LangChain: supervisor/subagent patterns, handoffs, agentic RAG, memory, guardrails, migrations. | [skills/langgraph-multiagent/SKILL.md](skills/langgraph-multiagent/SKILL.md) |

| notebook-ml-architect | Audit/refactor production-quality ML Jupyter notebooks: leakage checks, reproducibility, modularization, notebookโ†’script conversion. | [skills/notebook-ml-architect/SKILL.md](skills/notebook-ml-architect/SKILL.md) |

| pytest-dev | pytest test-engineering: fixtures/markers, flake fixes, coverage, suite speedups, and CI optimization/sharding. | [skills/pytest-dev/SKILL.md](skills/pytest-dev/SKILL.md) |

| streamdown | Vercel Streamdown: streaming markdown rendering for AI apps, Shiki/KaTeX/Mermaid, remend, and output hardening. | [skills/streamdown/SKILL.md](skills/streamdown/SKILL.md) |

| streamlit-master-architect | Streamlit architecture + testing + deployment: state/reruns, caching/fragments, AppTest, components v2, security, Playwright MCP. | [skills/streamlit-master-architect/SKILL.md](skills/streamlit-master-architect/SKILL.md) |

| supabase-ts | Supabase + Next.js/React/TS: SSR auth, RLS, storage, realtime, edge functions, pgvector, CLI/typegen, deployment patterns. | [skills/supabase-ts/SKILL.md](skills/supabase-ts/SKILL.md) |

| vitest-dev | Vitest test-engineering for TypeScript + Next.js: low-flake suites, fast local DX, CI throughput, sharding, reporting. | [skills/vitest-dev/SKILL.md](skills/vitest-dev/SKILL.md) |

| zod-v4 | Zod v4 patterns: schema design, migration from v3, error handling, JSON schema/OpenAPI, and framework integrations. | [skills/zod-v4/SKILL.md](skills/zod-v4/SKILL.md) |