Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
vb-core
Core VB.NET patterns, type safety, modern language features
bobmatnyc/claude-mpm-skills 28
-
vb6-legacy
Classic VB6 patterns, COM interop, migration strategies
bobmatnyc/claude-mpm-skills 28
-
vb-winforms
Windows Forms development patterns, UI threading, data binding
bobmatnyc/claude-mpm-skills 28
-
vb-database
ADO.NET patterns, Entity Framework, database best practices
bobmatnyc/claude-mpm-skills 28
-
spring-boot
Spring Boot 3.x - Java framework for production-ready applications with dependency injection, REST APIs, data access, security, and actuator monitoring
bobmatnyc/claude-mpm-skills 28
-
git-workflow
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
bobmatnyc/claude-mpm-skills 28
-
xlsx
Working with Excel files programmatically.
bobmatnyc/claude-mpm-skills 28
-
json-data-handling
Working effectively with JSON data structures.
bobmatnyc/claude-mpm-skills 28
-
reporting-pipelines
Reporting pipelines for CSV/JSON/Markdown exports with timestamped outputs, summaries, and post-processing.
bobmatnyc/claude-mpm-skills 28
-
database-migration
Safe patterns for evolving database schemas in production with decision trees and troubleshooting guidance.
bobmatnyc/claude-mpm-skills 28
-
sec-edgar-pipeline
SEC EDGAR extraction pipeline: setup, filing discovery by CIK, recipe-driven extraction, and report generation.
bobmatnyc/claude-mpm-skills 28
-
api-documentation
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
bobmatnyc/claude-mpm-skills 28
-
web-performance-optimization
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
bobmatnyc/claude-mpm-skills 28
-
api-design-patterns
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
bobmatnyc/claude-mpm-skills 28
-
internal-comms-3p-updates
Framework for writing concise 3P (Progress, Plans, Problems) team updates for executives and stakeholders
bobmatnyc/claude-mpm-skills 28
-
mcp-builder
MCP (Model Context Protocol) server build and evaluation guide, including local conventions for tool surfaces, config, and testing
bobmatnyc/claude-mpm-skills 28
-
artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui)
bobmatnyc/claude-mpm-skills 28
-
skill-creator
Guide for creating effective skills
bobmatnyc/claude-mpm-skills 28
-
software-patterns
Decision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture.
bobmatnyc/claude-mpm-skills 28
-
test-driven-development
Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent.
bobmatnyc/claude-mpm-skills 28
-
test-quality-inspector
Test quality inspection framework for reviewing test coverage, identifying gaps, and ensuring comprehensive validation
bobmatnyc/claude-mpm-skills 28
-
webapp-testing-patterns
Comprehensive web application testing patterns with Playwright selectors, wait strategies, and best practices
bobmatnyc/claude-mpm-skills 28
-
Testing Anti-Patterns
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking. Language-agnostic principles with TypeScript/Jest and Python/pytest examples.
bobmatnyc/claude-mpm-skills 28
-
Condition-Based Waiting
Replace arbitrary timeouts with condition polling for reliable async tests
bobmatnyc/claude-mpm-skills 28