twinmind-local-dev-loop

Set up local development workflow with TwinMind API integration.

Content Preview
---
name: twinmind-local-dev-loop
description: |
  Set up local development workflow with TwinMind API integration.
  Use when building applications that integrate TwinMind transcription,
  testing API calls locally, or developing meeting automation tools.
  Trigger with phrases like "twinmind dev setup", "twinmind local development",
  "twinmind API testing", "build with twinmind".
allowed-tools: Read, Write, Edit, Bash(npm:*), Bash(pip:*), Bash(curl:*)
version: 1.0.0
license: MIT
author: Jerem
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/twinmind-local-dev-loop.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/twinmind-pack/skills/twinmind-local-dev-loop/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/twinmind-pack/skills/twinmind-local-dev-loop/SKILL.md

Related Skills