All authors
jcasnellie69 avatar

Claude Skills by jcasnellie69

github.com/jcasnellie69
9,450 skillsA× 8,830B× 496C× 62D× 620 installs2,443 views
Generate ChangelogA

Generate changelog using git-cliff, optionally bump version tag

documentationgit
0
2
Geofeed TunerA

Use this skill whenever the user mentions IP geolocation feeds, RFC 8805, geofeeds, or wants help creating, tuning, validating, or publishing a self-published IP geolocation feed in CSV format. Intended user audience is a network operator, ISP, mobile carrier, cloud provider, hosting company, IXP, or satellite provider asking about IP geolocation accuracy, or geofeed authoring best practices. Helps create, refine, and improve CSV-format IP geolocation feeds with opinionated recommendations be...

devopsjavascriptpython
0
2
Git CommitA

Run hooks and create clean, logical commits via the commit-craft agent.

code-qualityrefactoringgit
0
2
Git WorkflowA

Best practices for git workflow automation including atomic commits, branch naming, conventional commit format, and changelog generation.

code-qualitygobash
0
2
Github Copilot UpgraderA

Use this to update the Github Copilot CLI/SDK

testingbashnode
0
2
Java Mcp Server GeneratorA

Generate a complete Model Context Protocol server project in Java using the official MCP Java SDK with reactive streams and optional Spring Boot integration.

ai-agentsgojava
0
2
LaunchA

Launch and automate VS Code (Code OSS) using agent-browser via Chrome DevTools Protocol. Use when you need to interact with the VS Code UI, automate the chat panel, test UI features, or take screenshots of VS Code. Triggers include 'automate VS Code', 'interact with chat', 'test the UI', 'take a screenshot', 'launch Code OSS with debugging'.

toolsjavascriptgo
0
2
Memory Leak AuditA

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.

testingtypescriptgo
0
2
Migrating Oracle To Postgres Stored ProceduresA

Migrates Oracle PL/SQL stored procedures to PostgreSQL PL/pgSQL. Translates Oracle-specific syntax, preserves method signatures and type-anchored parameters, leverages orafce where appropriate, and applies COLLATE "C" for Oracle-compatible text sorting. Use when converting Oracle stored procedures or functions to PostgreSQL equivalents during a database migration.

databasessqlgit
0
2
Mikrotik RouterosA

Configures and automates MikroTik RouterOS routers through the terminal, command line interface, .rsc imports, /system script repository, Scheduler, Netwatch, firewall, NAT, DHCP, DNS, bridge, VLAN, routing, VPN, device-mode, backup/export, and RouterOS scripting. Use this skill whenever the user mentions MikroTik, Mikrotik, RouterOS, WinBox terminal, router CLI, router scripts, .rsc files, or configuring MikroTik services from the command line.

documentationbashexpress
0
2
Multi Agent CompositionA

Decision frameworks and patterns for choosing and composing Claude Code components — skills, sub-agents, hooks, MCP servers, and slash commands — into effective multi-component agentic systems with proper orchestration and context management.

businessgoshell
0
2
My IssuesA

List my issues in the current repository

toolsgit
0
2
My Pull RequestsA

List my pull requests in the current repository

code-qualitygit
0
2
Obsidian DailyA

Manages Obsidian Daily Notes via the official Obsidian CLI. Creates and opens daily notes, appends entries (journals, logs, tasks, links), reads daily notes and vault files, searches vault content, and handles relative dates like "yesterday", "last Friday", and "3 days ago". Requires Obsidian 1.12+ with Command line interface enabled.

ai-agentsgobash
0
2
Official DocsA

Skills for accessing official documentation

documentationdocumentation
0
2
Phoenix CliA

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, review experiments, inspect datasets, and query the GraphQL API. Use when debugging AI/LLM applications, analyzing trace data, working with Phoenix observability, or investigating LLM performance issues.

ai-agentsbashnode
0
2
Phoenix EvalsA

Build and run evaluators for AI/LLM applications using Phoenix.

devopstypescriptpython
0
2
Planning Oracle To Postgres Migration Integration TestingA

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.

testinggosql
0
2
Proxmox AdminB

Administers Proxmox VE hosts, creates and manages VMs with qm, manages LXC containers with pct, configures storage, networking, clusters, and automates provisioning tasks via the Proxmox CLI.

devopsgoshell
0
2
Proxmox InfrastructureA

Manage the Matrix/Virgo-Core Proxmox VE cluster (nodes Foxtrot, Golf, Hotel - MINISFORUM MS-A2 with AMD Ryzen 9 9955HX). Covers VM provisioning, VLAN networking, CEPH storage, and automation via Python (proxmoxer), Ansible (community.general.proxmox), and Terraform (Telmate/proxmox).

devopspythongo
0
2
Proxmox Mcp ToolsB

Comprehensive MCP tool reference for Proxmox Virtual Environment management - 92 tools across 14 domains including QEMU VMs, LXC containers, cluster operations, storage, networking, Ceph, certificates, ACME, and notifications

ai-agentsgobash
0
2
Python Json ParsingA

Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath).

developmentpythonbash
0
2
Python Uv ScriptsA

Python single-file script development using uv and PEP 723 inline metadata, preventing invalid patterns like [tool.uv.metadata].

devopspythongo
0
2
Quality PlaybookA

Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol with regression test generation, an integration testing protocol, a multi-model spec audit (Council of Three), and an AI bootstrap file (AGENTS.md). Includes state machine completeness analysis and missing safeguard detection. Works with any language (Python, Java, Scala, TypeScript, Go, Rust, etc.). Use this skill whenever the user as...

testingjavascripttypescript
0
2
React19 Test PatternsA

Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.

developmentbashreact
0
2
Refactor PlanA

Plan a multi-file refactor with proper sequencing and rollback steps

testinggorefactoring
0
2
Release WorkflowA

Release conventions and changelog configuration for lunar-claude, covering version bumping, changelog generation via git-cliff, and release tagging.

documentationgobash
0
2
Reviewing Oracle To Postgres MigrationA

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing migration artifacts, or validating that integration tests cover Oracle/PostgreSQL differences.

databasessqldatabase
0
2
Ruby Mcp Server GeneratorA

Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.

ai-agentsgoruby
0
2
Scaffolding Oracle To Postgres Migration Test ProjectA

Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before writing migration integration tests, or when a test project is needed for Oracle-to-PostgreSQL validation.

databasesgoc#
0
2
SedA

Expert GNU sed one-liner generation and transformation. Use this skill whenever the user asks to transform text, edit files in-place, refactor code via CLI, process logs, do bulk find/replace, extract lines, delete patterns, or perform any stream editing task. Trigger on keywords like "sed", "replace in files", "find and replace", "edit in place", "strip lines", "extract pattern", "log filtering", "batch rename content", "remove lines matching", "transform output", or any request that maps to...

toolsgoshell
0
2
SessionsA

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

developmenttypescriptgo
0
2
Skill FactoryA

Research-backed skill creation workflow with automated firecrawl research gathering, multi-tier validation, and comprehensive auditing across a 9-phase process from research through final audit, following Anthropic specifications for Claude Code.

code-qualityjavascriptgo
0
2
Swift ReviewA

Reviews Swift/Xcode codebases, pull requests, local changes, or individual files against Swift best practices including Google's Swift Style Guide, Apple's API Design Guidelines, build performance, memory management, and testing standards. Use this skill whenever the user asks to review Swift code, audit a Swift PR, check Swift style, review an Xcode project, or mentions swift code review, swift lint, swift best practices review, or swift code quality. Also trigger when reviewing .swift files...

code-qualitygoswift
0
2
TestA

Use when you need to run tests for React core. Supports source, www, stable, and experimental channels.

researchreact
0
2
TmuxinatorB

Helps create, edit, and debug tmuxinator project configurations, set up complex tmux session layouts, and automate development environment startup with multiple windows and panes.

developmentpythonruby
0
2
TopydoA

Manages todo.txt tasks using topydo CLI. Adds, lists, completes, prioritizes, tags, and organizes tasks with dependencies, due dates, recurrence, and projects. Use for any task management, todo lists, or when the user mentions tasks, todos, or todo.txt. Requires Python 3 and pip. Works on macOS, Linux, and Windows.

businesspythonbash
0
2
Typescript Mcp Server GeneratorA

Generate a complete MCP server project in TypeScript with tools, resources, and proper configuration

businesstypescriptnode
0
2
VerifyA

Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

testingreact
0
2
Act On FeedbackA

Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.

development
0
2
Add PolicyA

Use when adding, modifying, or reviewing VS Code configuration policies. Covers the full policy lifecycle from registration to export to platform-specific artifacts. Run on ANY change that adds a `policy:` field to a configuration property.

toolstypescriptgo
0
2
Agent PatternsA

Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations.

code-qualityjavascripttypescript
0
2
Agent Sessions LayoutA

Agents workbench layout — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements. Use when implementing features or fixing issues in the Agents workbench layout.

designgotesting
0
2
Ai Coding Agent SetupA

Configures AI agents (GitHub Copilot, Claude Code, Cursor, Codex) to understand a codebase and self-improve as the project evolves. Use when setting up a new project for AI-assisted development, onboarding AI agents to an existing repo, creating AGENTS.md, configuring MCP servers for code navigation, packaging project workflows as agent skills, or establishing self-improvement feedback loops. Covers AGENTS.md authoring, skill packaging, MCP configuration, context management, and living-docume...

ai-agentsgoazure
0
2
Ansible Error HandlingA

Implements robust error handling in Ansible using block/rescue/always patterns, retry logic with until/retries, and clear assertion patterns for graceful failure management.

devopsnodedocker
0
2
Ansible FundamentalsA

Core principles and golden rules for writing production-quality Ansible automation, covering FQCN requirements, module selection guidance, and execution patterns using uv run.

devopsgoshell
0
2
Ansible IdempotencyA

Techniques for writing truly idempotent Ansible tasks using changed_when, failed_when, and check-before-create patterns to eliminate spurious "changed" reports.

testinggoshell
0
2
Ansible Playbook DesignA

Patterns for designing well-structured, maintainable Ansible playbooks with state-based (present/absent) design, play organization, and proper variable scoping.

devopsbashnode
0
2
Ansible ProxmoxA

Expert Proxmox VE automation using the community.proxmox Ansible collection for VM provisioning, template management, and cluster operations with minimal CLI usage.

devopsgobash
0
2
Ansible Role DesignB

Production-grade Ansible role structure patterns for directory layout, variable organization (defaults vs vars), handlers, and task organization, derived from analysis of 7 geerlingguy production roles.

databasesgosql
0
2