Skip to content

Add voice ai skill#21

Open
OmerBassan wants to merge 2 commits into
skills-il:masterfrom
OmerBassan:add-voice-ai-skill
Open

Add voice ai skill#21
OmerBassan wants to merge 2 commits into
skills-il:masterfrom
OmerBassan:add-voice-ai-skill

Conversation

@OmerBassan

Copy link
Copy Markdown

Description

Voice AI Architect is a specialized engineering skill designed to be triggered when developers need to architect, design, or implement production-ready voice conversation flows using LangGraph. Its capabilities include iterative discovery of business logic, generation of Mermaid.js state machine diagrams, voice-optimized prompt engineering, and clean Python code implementation for robust, interruptible voice agents.

Checklist

Quality (human review)

  • Description follows [What] + [When] + [Capabilities] pattern with trigger phrases
  • Instructions are specific and actionable (not vague)
  • Error handling / troubleshooting section included
  • Usage examples provided ("User says: ... → Result: ...")
  • No unauthorized external network calls

Testing (required)

  • Tested triggering on obvious tasks (skill loads automatically)
  • Tested triggering on paraphrased requests
  • Verified doesn't trigger on unrelated topics
  • Tested on at least one AI agent (fill in table below)

Agent Testing

Agent Tested? Notes
Claude Code [x] Verified that claude.md correctly handles terminal-based file generation in Generated_Graphs/.
Cursor [x] Verified that .cursorrules triggers the architectural workflow and reads SKILL.md correctly.
Other [x] Validated Mermaid.js rendering for LangGraph visualization.

@github-actions

Copy link
Copy Markdown

Welcome to Skills IL! Thanks for your first contribution.

Our automated checks are running now:

  • Skill Validation - Checking your SKILL.md format
  • Security Scan - Scanning for secrets and vulnerabilities

While you wait, make sure you've reviewed our Contributing Guide.

A maintainer will review your PR within 48 hours.

@choroshin

choroshin commented May 16, 2026

Copy link
Copy Markdown
Contributor

Heads-up from skills-il maintainers: a new CI step landed in this repo on 2026-05-17 that requires every touched skill folder to include evidence.json, a structured list of every factual claim in the skill paired with the official source URL it came from. See /he/guides/how-we-validate for the full rationale.

This PR will currently fail the Skill Validation check. Two paths forward:

  1. You add evidence.json to your skill folder. Schema: a JSON array of { "claim": "...", "source_url": "https://..." } objects, one entry per concrete fact (form number, fee amount, deadline, statute reference, percentage, etc.). Every claim must be sourced to an official URL.
  2. We backfill it for you when we next triage submissions. Reply on this PR if you'd prefer that route.

Either way, we won't silently merge skills missing the evidence file. It would undermine the public promise the guide makes. Sorry for the disruption mid-PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants