kasuken

18 mods across 3 repositories, 59 stars between them.

kasuken/vscode-copilot-insights

Agent

Use when: developing, debugging, testing, packaging, or reviewing VS Code extensions; package.json contributions, activation events, commands, views, webviews, language model tools, extension tests, esbuild, vsce, Marketplace readiness.

37 20d ago A 52 tokens original MIT

Project Guidelines

02

kasuken/vscode-copilot-insights

Instructions file GitHub Copilot

VS Code extension project guidelines for GitHub Copilot Insights. Covers project shape, code style, VS Code extension rules, build and test, and repository discipline.

37 20d ago A 835 tokens original MIT

kasuken/vscode-copilot-insights

Instructions file GitHub Copilot

Use when: changing, validating, testing, or reviewing this VS Code extension repository. Covers npm compile, lint, test harness, Electron test caveats, and build output.

37 20d ago A 265 tokens original MIT

Janitor

05

kasuken/github-copilot-superpowers

Agent

Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.

16 6mo ago A 22 tokens original MIT

kasuken/github-copilot-superpowers

Instructions file GitHub Copilot

Instructions for kasuken/github-copilot-superpowers: Add custom instructions for GitHub Copilot to use when generating code or text completions in this repository. Add guard rails to ensure Copilot follows specific guidelines relevant to this codebase.

16 6mo ago A 96 tokens original MIT

investigation-mode

13

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when there are 2+ consecutive failures, repeated errors, or the work feels stuck - pauses implementation, switches to root-cause investigation, gathers evidence, and resumes only after a verified plan and options.

16 6mo ago A 45 tokens original MIT

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when editing an existing codebase and the goal is minimal, standard, and non-invasive changes - prioritizes simplest solution, standard libraries first, and surgical modification without unsolicited refactors.

16 6mo ago A 42 tokens original MIT

root-cause-tracing

15

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior.

16 6mo ago A 47 tokens copy Β· 81% MIT

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when considering switching libraries/tools, changing architecture, or replacing automation with manual workarounds - explains root cause, offers 2-3 options with trade-offs, and requests explicit user choice.

16 6mo ago A 43 tokens original MIT

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when providing exact commands, flags, config keys, file paths, API details, standards, or version-specific behavior - enforces verification via official docs (Context7/web fetch), explicit citations, and bans assumption-based specifics.

16 6mo ago A 50 tokens original MIT

kasuken/github-copilot-superpowers

Skill Claude CodeCodex

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.

16 6mo ago A 43 tokens copy Β· 84% MIT