LUCARIOLUCARIO55
Community@basedgod55hjl · CinCinnati-Ohio
🚀 Building AGI — Autonomous, Self-Evolving, Decentralized Intelligence 🧠 Architecting the future of AI systems, one swarm at a time. 🕸️ From GGUF to Graph
Agent Skills by LUCARIOLUCARIO55
Showing 63 vetted skills indexed across 1 GitHub repositories.
launch
Launch Code OSS builds with isolated profiles and unique debug ports for Playwright and dap-cli automation.
optimization
Diagnose and improve system performance through measurement, bottleneck attribution, and prioritized fixes.
github-copilot-upgrader
Upgrades the @github/copilot npm package and fixes resulting type errors in vscode-copilot-chat.
init
Generates or updates agent instruction files like AGENTS.md for AI coding agents.
agent-customization
Create, update, and debug VS Code agent customization files including instructions, prompts, agents, hooks, and skills.
troubleshoot
Diagnose unexpected chat agent behavior by analyzing JSONL debug session logs.
project-setup-info-local
Scaffolds complete project structures for VS Code extensions, Next.js, Vite, MCP servers, and Python projects.
create-prompt
Creates reusable .prompt.md files for repeatable AI assistant tasks.
project-setup-info-context7
Scaffolds complete project structures using context7 library documentation lookups.
create-skill
Guides creation of reusable SKILL.md files that package conversational workflows.
install-vscode-extension
Installs VS Code extensions by extension ID using the workbench command.
create-instructions
Creates .instructions.md files encoding project rules and coding conventions.
create-agent
Create a custom agent definition file (.agent.md) for a specialized job.
chronicle
Analyze Copilot session history to generate standups, usage tips, and session search results.
get-search-view-results
Retrieves current search results from the VS Code Search view via command.
create-hook
Creates JSON hook files that enforce policies or automate agent lifecycle events.
vsbrax-logs
Locate and read timestamped process logs from Code OSS dev builds.
chat-customizations-editor
Guides development and testing of the Chat Customizations management editor in VS-BRAX.
policy-and-managed-settings
Route enterprise Copilot controls to runtime managed settings, VS Code policies, or extension policies.
memory-leak-audit
Audit TypeScript code for memory leaks in event listeners and disposable patterns.
component-fixtures
Creates themed UI component fixtures for screenshot testing in the VS Code component explorer.
author-contributions
Identify files an author contributed to on a branch, tracing contributions through git renames.
symbolicate-crash-dump
Symbolicate native VS Code crash dumps into readable backtraces using electron-minidump.
azure-pipelines
Queue, monitor, and cancel Azure DevOps pipeline builds for VS Code validation.
Frequently Asked Questions About LUCARIOLUCARIO55
FAQPage SchemaWhat tasks can I accomplish with LUCARIOLUCARIO55's skill registry?▼
The 63 skills cover VS Code development end-to-end: creating agent customization files, running unit/integration/smoke tests, analyzing CPU profiles and heap snapshots, fixing CI failures, triaging flaky smoke tests, reviewing code, managing PRs, and applying UX theming, accessibility, and OpenTelemetry instrumentation conventions.
Who is the target audience for these skills?▼
Engineers contributing to the microsoft/vscode repository and the Copilot Chat extension. The skills assume familiarity with the VS Code codebase, its agent host architecture, Azure DevOps pipelines, and Electron/Chromium internals, making them suited for VS Code core developers rather than general users.
How do I run performance or memory investigations with these skills?▼
Use auto-perf-optimize to launch Code OSS and capture renderer heap snapshots via Playwright, then heap-snapshot-analysis to compare snapshots and find retainer paths. For CPU issues, cpu-profile-analysis parses .cpuprofile and DevTools trace files to locate bottlenecks and slow call trees.
What prerequisites and dependencies do these skills require?▼
Several skills require the gh CLI for CI failure investigation, Azure CLI for flaky smoke-test artifacts, and Playwright for automated VS Code scenario runs. Most operate inside a local microsoft/vscode checkout with access to Azure DevOps pipelines and the repository's test scripts.
How do these skills handle Copilot agent customization and policy?▼
Dedicated skills create .agent.md, .instructions.md, .prompt.md, SKILL.md, and hook JSON files, while policy-and-managed-settings governs enterprise controls for models, permissions, and MCP servers. The troubleshoot and agent-host-logs skills diagnose why customizations fail to load or reach the model.