Skip to content

senseidukes/seihouse-skills

v1.0.0MIT

Official AI Agent Skills Suite for SEIHouse Productions.

πŸ›οΈ SEIHOUSE-SKILLS

Official AI Agent Skills Suite for SEIHouse Productions.

This repository is a fully conformant Agent Plugin built in accordance with the Agent Plugins Specification (v1.0.0) and the Agent Skills Specification. It can be directly imported and discovered by any compliant AI agent client, runtime, or IDE (including Antigravity, Codex, Claude Code, Gemini, Kimi, and Cursor).


πŸ“¦ Skills Directory

SkillDescriptionCategory
browser-synth-builderBuild complete, playable Web Audio synthesizers & instruments in the browser with modern UI.Audio & Creative
creative-ui-translatorTranslate creative UI, animation, motion, and shader ideas into actionable frontend graphics specifications.Creative UI & Graphics
plan-mode-gateMandatory planning and blast-radius impact analysis before non-trivial code modifications.Safety & Planning
seihouse-codebase-conventionsSystem orientation, product maps, and architectural consistency rules for SEIHouse repositories.Architecture & Core
seihouse-components-performanceOptimize runtime performance, asset loading, resilience, and device adaptability.Performance & QA
seihouse-gemini-verification-loopDeep multi-pass verification protocol to validate changes and eliminate regressions.Verification & QA
seihouse-layout-optimizationEnsure layout hierarchy, visual quality, and responsiveness across all screen dimensions.UI/UX & Layout
seihouse-prCheck branch scope, prepare changes, commit, and open/update pull requests cleanly.Git & Release
seihouse-pr-reviewFocused, token-efficient pre-PR self-review to catch defects before code review.Code Quality
sensei-skillCommunication protocol tailored for SENSEI as founder & product owner (plain language, product outcomes).Communication
workshop-replicaCreate isolated, faithful SEN Workshop replicas of app components for visual refinement.UI Development

πŸš€ How to Use These Skills

In Antigravity IDE (Global Configuration)

Place or symlink desired skills into your global configuration directory:

~/.gemini/config/skills/<skill-name>/

Each skill directory must contain a SKILL.md file with standard YAML frontmatter (name, description).

In a Project Workspace (.agents)

To enable skills per-project, add them to your workspace customization root:

<project-root>/.agents/skills/<skill-name>/SKILL.md

In Claude Code, Codex, or Cursor

Each skill folder contains a standalone SKILL.md (and any accompanying references in references/) formatted for direct ingestion into AI context windows, system prompts, or agent rules.


πŸ›οΈ Ecosystem Architecture Principles

  1. Natural Product Communication: All agent communication defaults to plain language and product outcomes for SENSEI.
  2. Validate Broadly, Modify Narrowly: Verify full blast radius before making surgical, minimal edits.
  3. Preserve Production Compatibility: Respect naming authorities, data stores, and backward compatibility across SEIHouse applications.
  4. Pre-PR Self-Review: Perform rigorous code reviews prior to opening or merging PRs.

πŸ“„ License

Internal proprietary & open components by SEIHouse Productions LLC.