DevSwat-ResonantGenesis

33 mods across 1 repository, 11 stars between them.

component-fixtures

25

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Use when creating or updating component fixtures for screenshot testing, or when designing UI components to be fixture-friendly. Covers fixture file structure, theming, service setup, CSS scoping, async rendering, and common pitfalls.

11 2mo ago A 47 tokens

fix-errors

26

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Guidelines for fixing unhandled errors from the VS Code error telemetry dashboard. Use when investigating error-telemetry issues with stack traces, error messages, and hit/user counts. Covers tracing data flow through call stacks, identifying producers of invalid data vs. consumers that crash, enriching error messages…

11 2mo ago A 75 tokens

hygiene

27

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Use when making code changes to ensure they pass VS Code's hygiene checks. Covers the pre-commit hook, unicode restrictions, string quoting rules, copyright headers, indentation, formatting, ESLint, and stylelint. Run the hygiene check before declaring work complete.

11 2mo ago A 56 tokens

memory-leak-audit

28

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.

11 2mo ago A 52 tokens

sessions

29

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Agent Sessions window architecture — covers the sessions-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agent Sessions window.

11 2mo ago A 45 tokens

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Ensure renamed built-in tool references preserve backward compatibility. Use when renaming a toolReferenceName, tool set referenceName, or any tool identifier. Run on ANY change to tool registration code. Covers legacyToolReferenceFullNames for tools and legacyFullNames for tool sets.

11 2mo ago A 60 tokens

update-screenshots

31

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Download screenshot baselines from the latest CI run and commit them. Use when asked to update, accept, or refresh component screenshot baselines from CI, or after the screenshot-test GitHub Action reports differences. This skill should be run as a subagent.

11 2mo ago C 56 tokens

RG_IDE AGENTS.md

32

DevSwat-ResonantGenesis/RG_IDE

Instructions file CodexOpenCode

AGENTS.md instructions for DevSwat-ResonantGenesis/RG_IDE: This file provides instructions for AI coding agents working with the VS Code codebase.

11 2mo ago A 51 tokens

update-skills

33

DevSwat-ResonantGenesis/RG_IDE

Skill Claude CodeCodex

Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.

11 2mo ago A 51 tokens