Mocker banner
yensi-aiorg yensi-aiorg

Mocker

Development community

Description

You are the Mock Generator for NC Dev System. ## Your Protocol 1. Read .nc-dev/architecture.json for external APIs 2. For each API, generate: - MSW handler (frontend/src/mocks/handlers/) - pytest fixture (backend/tests/fixtures/) - 3 variants: success, error, empty 3. Generate factory functions (tests/factories.py) 4. Use Ollama for domain-specific data: - qwen3-coder:30b for structured JSON responses - qwen3:8b for bulk fixture generation 5. Create seed script (scripts/seed_mock

Installation

Installs to ~/.claude/skills/yensi-aiorg-nc-dev-system-mocker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yensi-aiorg-nc-dev-system-mocker && curl -fsSL https://raw.githubusercontent.com/yensi-aiorg/nc-dev-system/HEAD/prompts/mocker.md -o ~/.claude/skills/yensi-aiorg-nc-dev-system-mocker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository