LUCARIOLUCARIO55 avatar

LUCARIOLUCARIO55

Community

@basedgod55hjl · CinCinnati-Ohio

9Followers
|
13Public Repos
|
63Published Skills

🚀 Building AGI — Autonomous, Self-Evolving, Decentralized Intelligence 🧠 Architecting the future of AI systems, one swarm at a time. 🕸️ From GGUF to Graph

Skills Distribution
DomainDeveloper To...VS Code Agent Cust.. (30%)Performance Profil.. (20%)CI/CD Pipelines & .. (20%)Git Session & Pull.. (15%)

Agent Skills by LUCARIOLUCARIO55

Showing 63 vetted skills indexed across 1 GitHub repositories.

basedgod55hjlbasedgod55hjl

launch

Launch Code OSS builds with isolated profiles and unique debug ports for Playwright and dap-cli automation.

Community
Advanced
basedgod55hjlbasedgod55hjl

optimization

Diagnose and improve system performance through measurement, bottleneck attribution, and prioritized fixes.

Community
Intermediate
basedgod55hjlbasedgod55hjl

github-copilot-upgrader

Upgrades the @github/copilot npm package and fixes resulting type errors in vscode-copilot-chat.

Community
Intermediate
basedgod55hjlbasedgod55hjl

init

Generates or updates agent instruction files like AGENTS.md for AI coding agents.

Community
Intermediate
basedgod55hjlbasedgod55hjl

agent-customization

Create, update, and debug VS Code agent customization files including instructions, prompts, agents, hooks, and skills.

Community
Intermediate
basedgod55hjlbasedgod55hjl

troubleshoot

Diagnose unexpected chat agent behavior by analyzing JSONL debug session logs.

Community
Advanced
basedgod55hjlbasedgod55hjl

project-setup-info-local

Scaffolds complete project structures for VS Code extensions, Next.js, Vite, MCP servers, and Python projects.

Community
Intermediate
basedgod55hjlbasedgod55hjl

create-prompt

Creates reusable .prompt.md files for repeatable AI assistant tasks.

Community
Basic
basedgod55hjlbasedgod55hjl

project-setup-info-context7

Scaffolds complete project structures using context7 library documentation lookups.

Community
Basic
basedgod55hjlbasedgod55hjl

create-skill

Guides creation of reusable SKILL.md files that package conversational workflows.

Community
Basic
basedgod55hjlbasedgod55hjl

install-vscode-extension

Installs VS Code extensions by extension ID using the workbench command.

Community
Basic
basedgod55hjlbasedgod55hjl

create-instructions

Creates .instructions.md files encoding project rules and coding conventions.

Community
Basic
basedgod55hjlbasedgod55hjl

create-agent

Create a custom agent definition file (.agent.md) for a specialized job.

Community
Basic
basedgod55hjlbasedgod55hjl

chronicle

Analyze Copilot session history to generate standups, usage tips, and session search results.

Community
Advanced
basedgod55hjlbasedgod55hjl

get-search-view-results

Retrieves current search results from the VS Code Search view via command.

Community
Basic
basedgod55hjlbasedgod55hjl

create-hook

Creates JSON hook files that enforce policies or automate agent lifecycle events.

Community
Intermediate
basedgod55hjlbasedgod55hjl

vsbrax-logs

Locate and read timestamped process logs from Code OSS dev builds.

Community
Intermediate
basedgod55hjlbasedgod55hjl

chat-customizations-editor

Guides development and testing of the Chat Customizations management editor in VS-BRAX.

Community
Advanced
basedgod55hjlbasedgod55hjl

policy-and-managed-settings

Route enterprise Copilot controls to runtime managed settings, VS Code policies, or extension policies.

Community
Advanced
basedgod55hjlbasedgod55hjl

memory-leak-audit

Audit TypeScript code for memory leaks in event listeners and disposable patterns.

Community
Intermediate
basedgod55hjlbasedgod55hjl

component-fixtures

Creates themed UI component fixtures for screenshot testing in the VS Code component explorer.

Community
Intermediate
basedgod55hjlbasedgod55hjl

author-contributions

Identify files an author contributed to on a branch, tracing contributions through git renames.

Community
Intermediate
basedgod55hjlbasedgod55hjl

symbolicate-crash-dump

Symbolicate native VS Code crash dumps into readable backtraces using electron-minidump.

Community
Advanced
basedgod55hjlbasedgod55hjl

azure-pipelines

Queue, monitor, and cancel Azure DevOps pipeline builds for VS Code validation.

Community
Advanced

Frequently Asked Questions About LUCARIOLUCARIO55

FAQPage Schema
What 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.