skill-creator

Solid

Creates new Jarvis skills and iteratively improves existing ones. Activates when the user wants to build a new skill ("erstell einen skill fuer X" / "create a skill for X" / "mach aus diesem Workflow einen Skill"). No auto voice trigger — the Supervisor dispatches this skill on an intent basis.

AI & Automation 30 stars 11 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Creator (Jarvis adaptation) > **Phase 8 note (v0.8.0):** As of this version, voice triggers for skill > authoring run through the review pipeline (`dispatch_with_review` with > `rubric_id="skill_authoring"`). The generated SKILL.md is checked by the > reviewer against the rubric (`frontmatter_valid`, `trigger_keywords_unique`, > `instructions_actionable`, `no_malicious_bash`) before it lands as a draft > in `user_skills_dir`. Direct invocations of this skill (without voice) > remain without a review gate. > > **Jarvis note:** This is an adaptation of Anthropic's official > Skill Creator (https://github.com/anthropics/skills/tree/main/skills/skill-creator). > The main body below is unchanged — the core philosophy (Intent -> Draft -> > Test -> Iterate) applies to Jarvis just the same. **What is different:** > > 1. **Frontmatter schema:** Jarvis requires more than Anthropic's minimal format > (just `name` + `description`). See `references/jarvis-schema.md` for the > full Jarvis ``SkillFrontmatter`` with triggers, risk tiers, and > tool requirements. > > 2. **Skill location:** Finished skills land in ``%LOCALAPPDATA%\Jarvis\skills\<name>\``, > not in a Jarvis-Agent project folder. ``user_skills_dir()`` returns the > path programmatically. > > 3. **Eval framework:** Anthropic's original uses Claude Code subagents + > ``eval-viewer/generate_review.py`` for quantitative evals. That is not > (yet) ported to Jarvis — the folders ``scripts/``, ``agents/`` ...

Details

Author
PersonalJarvis
Repository
PersonalJarvis/PersonalJarvis
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category