
vasilyu1983/ai-agents-public
64 skills14.5k installs4.7k starsGitHub
Install
npx skills add https://github.com/vasilyu1983/ai-agents-publicSkills in this repo
1Software Architecture Designsoftware-architecture-design is an agent skill from vasilyu1983/ai-agents-public that guides system decomposition, pattern selection, and scalability planning for production backend services. It references modern-patterns.md with 10 architecture patterns, scalability-reliability-guide.md for CAP theorem and circuit breakers, and assets/operations/scalability-checklist.md organized across Level 0 through Level 5 scaling stages. The bundled checklist covers load estimation, stateless services, Redis session storage, S3 object storage, auto-scaling, and disaster recovery. Developers reach for software-architecture-design when structuring new systems, decomposing monoliths, planning high-availability backends, or documenting architecture decisions with ADR templates.988installs2Product Managementproduct-management is an Agentic AI Orchestration Template skill from vasilyu1983/ai-agents-public for designing multi-step, tool-using agent systems. The template guides developers through goal definition, user segments, constraints, success metrics, and failure modes before defining individual agents with roles, inputs, outputs, tool/API access, memory tiers, and escalation paths. Engineers reach for product-management when building workflows where AI agents break down tasks, call external APIs, collaborate across roles, and execute toward measurable goals. The skill provides fill-in blocks for agent definitions, human oversight decisions, and coordination patterns rather than ad-hoc prompt chains. Use it when architecting production agent pipelines that need documented accountability between specialized agents.846installs3Document Xlsxdocument-xlsx is an Office automation skill from vasilyu1983/ai-agents-public that lets AI coding agents read from and write structured data directly into Excel .xlsx workbooks. The skill is listed on skills.sh with 549 installs, enabling agents to manipulate spreadsheet artifacts—tabular exports, financial models, or data handoffs—inside automated workflows. Developers reach for document-xlsx when pipelines must parse existing Excel inputs or emit updated workbooks as deliverables rather than CSV intermediates, especially for stakeholders who require native Excel formatting and multi-sheet layouts.793installs4Software Ui Ux Designsoftware-ui-ux-design is a UI/UX design skill from vasilyu1983/ai-agents-public listed on skills.sh with 505 installs. It helps developers produce consistent, high-quality interface designs and practical implementation guidance for web applications. Developers reach for software-ui-ux-design when they need structured UX decisions and visual direction before or during frontend implementation, rather than improvising layouts component by component. The skill focuses on web application interfaces where design consistency and developer-ready guidance matter.646installs5Document Pdfdocument-pdf is a skill in vasilyu1983/ai-agents-public ranked #5 on skills.sh with 469 installs. It equips coding agents to read and comprehend PDF files including technical documentation, research papers, and product specifications. Developers invoke document-pdf when implementation depends on content locked in PDF format rather than markdown or web pages. The skill fits agent workflows that must summarize requirements, extract API details, or answer questions from uploaded specification PDFs. Reach for document-pdf when a task references .pdf files, vendor docs distributed as PDF, or academic papers needed for feature design.627installs6Qa Testing Playwrightqa-testing-playwright is a skills.sh-listed agent skill from vasilyu1983/ai-agents-public with 456 installs and rank 6 on the catalog. It equips AI coding agents to author and run Playwright end-to-end browser tests directly from the development environment. Developers reach for qa-testing-playwright when they need repeatable UI flows exercised in real browsers instead of manual click-through checks. The skill targets reliable E2E coverage for web applications and extensions where regressions are costly. It fits the ship phase when teams want agent-assisted test creation, execution, and debugging of browser automation suites.560installs7Qa Testing Strategyqa-testing-strategy is a shared skill from vasilyu1983/ai-agents-public that structures quality engineering for modern software delivery. It walks through five steps: clarifying critical journeys and failure modes, defining quality signals and merge-versus-deploy gates, choosing the smallest effective test layer from unit through integration, contract, and E2E, making failures diagnosable with logs, traces, and screenshots, and operationalizing flake SLOs with quarantines and suite budgets. The skill emphasizes economical CI—fast pre-merge gates with heavier suites scheduled—and links to related skills like qa-debugging and ops-devops-platform. Developers reach for qa-testing-strategy when standing up or revising a test portfolio, setting PR gate policies, or writing a deflake runbook before release.441installs8Software Crypto Web3software-crypto-web3 is a vasilyu1983/ai-agents-public skill for designing and reviewing blockchain systems with security-first defaults, explicit threat models, and layered testing across unit, integration, fork, and fuzz or invariant suites. It maps toolchain choices such as Foundry and Hardhat for EVM Solidity, Anchor for Solana Rust programs, CosmWasm for Cosmos contracts, and Tact or FunC with Blueprint on TON, plus fuzzers like Echidna and Medusa and static analyzers including Slither and Aderyn. Coverage extends to ERC-20 and ERC-721 token standards, upgradeable proxy patterns, oracle integrations, subgraph indexing, account abstraction, L2 deployments, custody webhook validation, and backend transaction lifecycle monitoring. Developers reach for software-crypto-web3 when implementing DeFi protocols, writing audit-ready contracts, configuring Foundry fork tests, or connecting .NET or Node services to RPC providers and custodial signing flows. Triggers cover Solidity, Foundry, Anchor, CosmWasm, smart contract audits, DeFi protocols, and custodial webhook integration requests during blockchain feature work.390installs9Document Docxdocument-docx is an agent skill from vasilyu1983/ai-agents-public that enables programmatic creation, editing, and analysis of Microsoft Word .docx files for reports, contracts, proposals, and template-driven outputs. The skill routes tasks to python-docx and docxtpl in Python for structural edits and mail-merge templates, the Node.js docx library for TypeScript server-side generation, and mammoth.js for DOCX-to-HTML conversion and text extraction. Developers reach for document-docx when generating styled Word reports, filling docxtpl templates non-developers can edit in Word, extracting tables and metadata, or inspecting tracked changes via OOXML tooling. document-docx notes that legacy .doc files require LibreOffice conversion first, python-docx cannot create true tracked changes reliably, and tables of contents refresh only after opening in Word. Install with npx skills add vasilyu1983/ai-agents-public --skill document-docx when automating document pipelines that must output .docx artifacts instead of PDF-only exports.379installs10Ai Ml Data Scienceai-ml-data-science is one of 64 shared skills in vasilyu1983/AI-Agents-public covering the full data-science lifecycle from problem framing through production feedback loops. It emphasizes leakage prevention, baseline-first modelling with LightGBM and scikit-learn, slice analysis, model cards, and reproducibility with MLflow or W&B. Eleven reference guides address EDA, feature stores, data contracts, hyperparameter optimization, class imbalance, and interpretability with SHAP. Eight core patterns span SQLMesh staging or marts layers, drift monitoring, and canary deployment. Templates include standard and quick project briefs, EDA notebooks, evaluation reports, and model cards. Reach for this skill when exploring datasets, engineering features with train-serve parity, or preparing validated models for MLOps pipelines.335installs11Ai Ml Timeseriesai-ml-timeseries is one of 64 AI coding agent skills in the vasilyu1983/AI-Agents-public repository, providing copy-paste-ready time series forecasting workflows with modern best practices. The skill covers TS-specific EDA and seasonal decomposition with Pandas and statsmodels, lag and rolling features, tree-based training with LightGBM and XGBoost, deep sequence models including Transformers and RNNs, and generative forecasting with Chronos and TimesFM. Developers reach for ai-ml-timeseries when implementing rolling-window backtests without leakage, evaluating MAPE and MASE across horizons, building event-forecasting labels, and deploying scheduled retraining pipelines with MLflow and Airflow plus drift monitoring. A decision tree guides model selection between tabular tree methods, sequence deep learning, and generative TS approaches based on dependency length and explainability needs.302installs12Qa Testing Androidqa-testing-android is a mobile QA skill from vasilyu1983/ai-agents-public that steers coding agents through Android testing tasks such as structuring test plans, choosing appropriate test layers, and applying QA practices for Kotlin or Java Android projects. Developers reach for it when they need agent assistance writing or organizing instrumentation tests, UI tests, regression checks, or release verification steps without ad hoc guesswork about Android-specific tooling and conventions. The skill fits teams shipping Android apps who want consistent QA guidance embedded in their agent workflow rather than scattered checklist notes. Invoke it when Android build verification, test case design, or mobile defect reproduction appears in the task, especially alongside CI pipelines that must catch regressions before Play Store submission.291installs13Software Clean Code Standardsoftware-clean-code-standard is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.259installs14Qa Testing Mobileqa-testing-mobile is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.253installs15Software Backendsoftware-backend is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.250installs16Document Pptxdocument-pptx is a Claude Code skill for documentation. It helps solo builders move faster with AI-assisted development.249installs17Software Security Appsecsoftware-security-appsec is a Claude Code skill providing production-grade AppSec patterns aligned to OWASP Top 10:2025 and NIST SSDF. It covers authentication decisions (passkeys/WebAuthn, OAuth 2.1 + PKCE, JWT), input validation, parameterized queries, AES-256-GCM encryption, TLS 1.3, RBAC/ABAC, rate limiting, and secure SDLC gates like threat modeling and dependency scanning. Developers use it when implementing auth, handling untrusted input, working with cryptography, or reviewing security posture. Bundled references cover XSS, API security, cryptography standards, and incident response.218installs18Data Analytics Engineeringdata-analytics-engineering is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.207installs19Data Sql Optimizationdata-sql-optimization is a Claude Code skill for databases. It helps solo builders move faster with AI-assisted development.200installs20Ai Prompt Engineeringai-prompt-engineering is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.191installs21Software Frontendsoftware-frontend is a Claude Code skill for frontend development. It helps solo builders move faster with AI-assisted development.190installs22Docs Codebasedocs-codebase is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.183installs23Docs Ai Prddocs-ai-prd is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.181installs24Software Code Reviewsoftware-code-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.181installs25Ai Agentsai-agents is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.177installs26Qa Refactoringqa-refactoring is a Claude Code skill for code review & quality. It helps solo builders move faster with AI-assisted development.175installs27Qa Testing Iosqa-testing-ios is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.174installs28Software Ux Researchsoftware-ux-research is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.174installs29Ai Mlopsai-mlops is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.172installs30Ops Devops Platformops-devops-platform is a Claude Code skill for devops & ci/cd. It helps solo builders move faster with AI-assisted development.168installs31Software Mobilesoftware-mobile is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.168installs32Software Localisationsoftware-localisation is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.162installs33Qa Agent Testingqa-agent-testing is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.161installs34Qa Debuggingqa-debugging is a Claude Code skill for debugging. It helps solo builders move faster with AI-assisted development.161installs35Ai Llmai-llm is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.160installs36Qa Api Testing Contractsqa-api-testing-contracts is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.157installs37Ai Ragai-rag is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.156installs38Ai Llm Inferenceai-llm-inference is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.155installs39Qa Observabilityqa-observability is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.154installs40Dev Dependency Managementdev-dependency-management is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.152installs41Dev Workflow Planningdev-workflow-planning is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted development.152installs42Dev Api Designdev-api-design is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.150installs43Data Lake Platformdata-lake-platform is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.146installs44Software Paymentssoftware-payments is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.144installs45Data Metabasedata-metabase is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.142installs46Qa Resilienceqa-resilience is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.141installs47Agents Project Memoryagents-project-memory is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.139installs48Qa Docs Coverageqa-docs-coverage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.137installs49Dev Git Commit Messagedev-git-commit-message is a Claude Code skill for git & pull requests. It helps solo builders move faster with AI-assisted development.129installs50Agents Subagentsagents-subagents is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.121installs51Agents Mcpagents-mcp is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.116installs52Agents Hooksagents-hooks is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.115installs53Agents Skillsagents-skills is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.110installs54Product Help Centerproduct-help-center is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.101installs55Agents Swarm Orchestrationagents-swarm-orchestration is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.99installs56Dev Git Workflowdev-git-workflow is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted development.99installs57Dev Context Engineeringdev-context-engineering is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.95installs58Software Csharp Backendsoftware-csharp-backend is a Claude Code skill for backend & apis. It helps solo builders move faster with AI-assisted development.94installs59Dev Ai Coding Metricsdev-ai-coding-metrics is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.90installs60Dev Structured Logsdev-structured-logs is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.90installs61Ops Nuke Cicdops-nuke-cicd is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.87installs62Qa Testing Nunitqa-testing-nunit is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.87installs63Dev Context Multi Repodev-context-multi-repo is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.45installs64Dev Context Code Graphdev-context-code-graph is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.44installs