By PeterHdd
Equip AI agents with 9 engineering skills to architect scalable backends and distributed systems, secure apps and pipelines, prototype MVPs, build mobile and ML apps, guide frontend development, automate DevOps infrastructure, and plan senior-level software delivery.
Architect scalable backend systems, database schemas, APIs, and cloud infrastructure for robust server-side applications. Use when you need microservice vs monolith decisions, database indexing strategies, API versioning, event-driven architecture, ETL pipelines, WebSocket streaming, data modeling, query optimization, or cloud-native service design with high reliability and sub-20ms query performance.
Automate infrastructure provisioning, CI/CD pipelines, and cloud operations for reliable deployments. Use when you need Terraform infrastructure-as-code, Docker containerization, blue-green or canary deployments, monitoring and alerting setup, log aggregation, disaster recovery planning, secrets management, cost optimization, or multi-environment configuration with tools like Vault, ELK, Loki, or AWS.
Build modern web applications with React, Vue, Angular, or Svelte, focusing on performance and accessibility. Use when you need component library development, TypeScript UI implementation, responsive layouts with CSS Grid and Flexbox, Core Web Vitals optimization, service worker offline support, code splitting, ARIA accessibility, Storybook integration, or frontend API client architecture.
Build and deploy machine learning models with PyTorch, HuggingFace Transformers, and scikit-learn. Use when you need model training, fine-tuning with LoRA/QLoRA, text classification, NER, embeddings, RAG pipelines, dataset preparation, model evaluation, hyperparameter tuning, ONNX export, quantization, inference optimization, or classical ML with XGBoost and scikit-learn.
Build native and cross-platform mobile applications for iOS and Android with optimized performance and platform integration. Use when you need SwiftUI or Jetpack Compose development, React Native or Flutter cross-platform apps, offline-first architecture, biometric authentication, push notifications, deep linking, app startup optimization, or mobile-specific UX patterns and gesture handling.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of 9 engineering AI agent skills for Claude Code. Each skill gives Claude deep domain expertise — decision rules, production-grade code patterns, reference material, and runnable scripts.
Built to the Agent Skills Spec.
Install the skills CLI:
# Install a single skill
npx skills add PeterHdd/agent-skills --skill engineering-frontend-developer
# Install all 9 skills
npx skills add PeterHdd/agent-skills --all
After installing, the skill is available in your Claude Code sessions automatically. Claude reads the skill's decision rules and uses them when relevant to your task.
Each skill is a self-contained directory:
skills/engineering-frontend-developer/
├── SKILL.md # Decision rules and workflow (loaded by Claude)
├── references/ # Deep code patterns and examples
│ ├── react-patterns.md
│ ├── typescript-patterns.md
│ └── css-patterns.md
└── scripts/ # Runnable CLI tools
└── check_bundle.sh
--help and output structured markdown.npx skills add PeterHdd/agent-skills --skill engineering-frontend-developer
Then in Claude Code:
> Build a dashboard with a data table that supports sorting, filtering, and pagination
Claude will use React patterns from the skill — compound components, TypeScript generics,
CSS Grid layout, virtualized rendering — and check your bundle size stays under 200KB.
npx skills add PeterHdd/agent-skills --skill engineering-backend-architect
> Design the API layer for a multi-tenant SaaS app
Claude will apply distributed patterns (circuit breaker, saga, outbox), set up
cursor pagination, rate limiting with Redis, and Zod validation middleware.
npx skills add PeterHdd/agent-skills --skill engineering-system-designer
> Design a URL shortener that handles 100M URLs per month
Claude will run capacity calculations, design the schema with sharding strategy,
choose cache-aside with Redis, and produce a full system design document.
npx skills add PeterHdd/agent-skills --skill engineering-devops-automator
> Set up CI/CD for our Node.js app with Docker and Kubernetes
Claude will generate multi-stage Dockerfiles, Kubernetes Deployments with health probes,
HPA autoscaling, GitHub Actions pipelines, and Prometheus monitoring.
npx skills add PeterHdd/agent-skills --skill engineering-mobile-app-builder
> Build an offline-first React Native app with push notifications
Claude will implement a mutation queue with AsyncStorage, NetInfo-based sync,
Firebase push notifications, and Zustand state management with MMKV persistence.
npx claudepluginhub peterhdd/agent-skills --plugin agent-skillsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.