← all publishers

poorvith-mp

@poorvith-mp source repo

508 published skills · page 5 of 6

  1. CI Pipelines · poorvith-mp bundle
    Build CI/CD with build, test, security scan and deploy stages across common providers. Use when setting up GitHub Actions, GitLab CI, or build pipelines.
    0
    installs
  2. Codebase Map · poorvith-mp bundle
    Map an unfamiliar codebase: entry points, data flow, key abstractions and where the first change goes safely. Use when onboarding to an unfamiliar codebase or mapping architecture.
    0
    installs
  3. Load Testing · poorvith-mp bundle
    Design and run load tests with realistic traffic patterns against a stated baseline. Use when stress-testing systems with k6, Locust, or concurrency benchmarks.
    0
    installs
  4. Minimal Diff · poorvith-mp bundle
    Make the smallest correct change that fixes the problem, resisting every incidental refactor. Use when fixing bugs with the smallest surgical change, avoiding refactors.
    0
    installs
  5. Mobile Build · poorvith-mp bundle
    Build mobile apps native or cross-platform, with real depth in Swift/SwiftUI and Kotlin/Compose. Use when developing mobile applications in Swift, SwiftUI, Kotlin, or React Native.
    0
    installs
  6. Spec Writing · poorvith-mp bundle
    Turn a vague request into a written spec: scope, non-goals, acceptance criteria and the edge cases that will bite. Use when writing technical specifications, scope, and acceptance criteria.
    0
    installs
  7. Stack Choice · poorvith-mp bundle
    Evaluate technology options against requirements, team skill, scale and total cost, and record why. Use when evaluating technologies, frameworks, or database trade-offs.
    0
    installs
  8. Backend Build · poorvith-mp bundle
    Implement services and business logic: request handling, validation, transactions, caching, queues and workers. Use when implementing backend services or APIs.
    0
    installs
  9. Bug Explainer · poorvith-mp
    Moved to debugging in skills-developer. Removed in v4.1.
    0
    installs
  10. Code Reviewer · poorvith-mp
    Moved to code-review in skills-developer. Removed in v4.1.
    0
    installs
  11. Data Engineer · poorvith-mp
    Moved to data-pipelines in skills-developer. Removed in v4.1.
    0
    installs
  12. IOS Developer · poorvith-mp bundle
    Moved to mobile-build in skills-developer. Removed in v4.1.
    0
    installs
  13. Ml Deployment · poorvith-mp bundle
    Train, serve, evaluate and integrate models into production systems. Use when deploying, serving, or monitoring machine learning models in production.
    0
    installs
  14. Regex Builder · poorvith-mp
    Moved to regex in skills-developer. Removed in v4.1.
    0
    installs
  15. System Design · poorvith-mp bundle
    Design the whole system: service boundaries, domain model, patterns, and the decision record behind each choice. Use when designing system architecture, domain models, or service boundaries.
    0
    installs
  16. Authentication · poorvith-mp bundle
    Implement OAuth 2.0, OIDC, sessions, token lifetimes, MFA and password storage without rolling your own crypto. Use when implementing auth flows, OAuth, JWT, MFA, or sessions.
    0
    installs
  17. Cloud Security · poorvith-mp bundle
    Design identity boundaries, network segmentation, key management and workload isolation. Use when configuring cloud security, IAM least-privilege, or VPC perimeters.
    0
    installs
  18. Data Pipelines · poorvith-mp bundle
    Build ETL/ELT and streaming pipelines with quality validation, schema evolution and anomaly correction. Use when building ETL/ELT pipelines, streaming data, or schema validation.
    0
    installs
  19. Error Handling · poorvith-mp bundle
    Design boundaries, fallbacks, retries, circuit breakers and graceful degradation paths. Use when designing error boundaries, custom exceptions, or retry policies.
    0
    installs
  20. Frontend Build · poorvith-mp bundle
    Implement web UIs in React, Vue or Angular with attention to performance, state and correctness. Use when implementing web user interfaces, client state, or components.
    0
    installs
  21. Git Operations · poorvith-mp bundle
    Do the actual git work: branch, stage, commit, rebase, resolve conflicts, and recover with reflog and reset. Use when resolving merge conflicts, complex rebases, or git history repairs.
    0
    installs
  22. Infrastructure · poorvith-mp bundle
    Write Terraform, Pulumi or CloudFormation and automate provisioning, state and drift detection. Use when writing Terraform, OpenTofu, Pulumi, or cloud IaC manifests.
    0
    installs
  23. Job Scheduling · poorvith-mp bundle
    Design scheduled jobs with timezone handling, overlap prevention, alerting and dependency order. Use when configuring cron jobs, distributed schedulers, or Celery/Temporal.
    0
    installs
  24. Audit Readiness · poorvith-mp bundle
    Prepare for SOC 2, ISO 27001, HIPAA or PCI-DSS: control mapping, gap analysis and evidence. Use when preparing evidence and technical controls for SOC 2 or ISO 27001.
    0
    installs
  25. Code Translator · poorvith-mp
    Moved to port-code in skills-developer. Removed in v4.1.
    0
    installs
  26. Finops Engineer · poorvith-mp
    Moved to cloud-cost in skills-developer. Removed in v4.1.
    0
    installs
  27. Github Workflow · poorvith-mp bundle
    Open and land PRs, respond to review comments, manage issues, labels, tags and releases through the `gh` CLI. Use when automating GitHub issues, PR templates, labels, or project boards.
    0
    installs
  28. Iac Provisioner · poorvith-mp bundle
    Moved to infrastructure in skills-developer. Removed in v4.1.
    0
    installs
  29. Prompt Engineer · poorvith-mp
    Moved to prompt-engineering in skills-agents. Removed in v4.1.
    0
    installs
  30. Security Review · poorvith-mp bundle
    Threat model with STRIDE and audit code against the OWASP Top 10 before it ships. Use when reviewing application code and endpoints for vulnerabilities.
    0
    installs
  31. Smart Contracts · poorvith-mp bundle
    Write Solidity for EVM: contract architecture, gas optimisation, upgradeable proxies and DeFi patterns. Use when developing Solidity or EVM smart contracts and token standards.
    0
    installs
  32. Appsec Architect · poorvith-mp bundle
    Moved to security-review in skills-developer. Removed in v4.1.
    0
    installs
  33. Changelog Writer · poorvith-mp
    Moved to change-notes in skills-developer. Removed in v4.1.
    0
    installs
  34. Cron Job Planner · poorvith-mp
    Moved to job-scheduling in skills-developer. Removed in v4.1.
    0
    installs
  35. Dependency Audit · poorvith-mp bundle
    Check dependencies for CVEs, license conflicts and breaking-change risk before upgrading. Use when scanning dependencies for CVEs, license conflicts, or supply-chain risks.
    0
    installs
  36. Devops Automator · poorvith-mp
    Moved to deployment in skills-developer. Removed in v4.1.
    0
    installs
  37. Monorepo Planner · poorvith-mp
    Moved to monorepo in skills-developer. Removed in v4.1.
    0
    installs
  38. Rapid Prototyper · poorvith-mp
    Moved to prototype in skills-developer. Removed in v4.1.
    0
    installs
  39. Readme Generator · poorvith-mp
    Moved to repo-docs in skills-developer. Removed in v4.1.
    0
    installs
  40. Realtime Systems · poorvith-mp bundle
    Build WebSocket, SSE and pub/sub features: presence, fan-out, reconnection and backpressure. Use when building WebSockets, SSE, pub/sub, presence, or live feeds.
    0
    installs
  41. Speech Pipelines · poorvith-mp bundle
    Build voice pipelines from audio ingestion through Whisper-style or cloud ASR to structured output. Use when building voice, ASR, Whisper, or audio processing pipelines.
    0
    installs
  42. Threat Detection · poorvith-mp bundle
    Write detection rules, correlate SIEM telemetry and map behaviour to MITRE ATT&CK. Use when building security monitoring, SIEM rules, or anomaly detection.
    0
    installs
  43. Accessibility Fix · poorvith-mp bundle
    Audit and refactor code for WCAG 2.1/2.2 AA and AAA: ARIA, keyboard operability, screen readers. Use when auditing or remediating WCAG 2.1/2.2 AA/AAA accessibility issues.
    0
    installs
  44. Android Developer · poorvith-mp bundle
    Moved to mobile-build in skills-developer. Removed in v4.1.
    0
    installs
  45. Backend Architect · poorvith-mp
    Moved to backend-build in skills-developer. Removed in v4.1.
    0
    installs
  46. Commerce Platform · poorvith-mp bundle
    Architect CMS commerce: cart pipeline, checkout, payment gateways and PCI boundaries. Use when developing Shopify apps, Liquid themes, or Headless commerce.
    0
    installs
  47. Git Commit Writer · poorvith-mp
    Moved to change-notes in skills-developer. Removed in v4.1.
    0
    installs
  48. Incident Response · poorvith-mp bundle
    Run a live incident: severity call, triage, stakeholder comms, mitigation and the writeup. Use when managing live production outages, triage, or post-mortems.
    0
    installs
  49. New Client System · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs
  50. Performance Audit · poorvith-mp bundle
    Profile and fix slowness across Core Web Vitals, backend queries and infrastructure. Use when auditing application performance, Core Web Vitals, or latency bottlenecks.
    0
    installs
  51. Platform Engineer · poorvith-mp
    Moved to developer-platform in skills-developer. Removed in v4.1.
    0
    installs
  52. Branching Strategy · poorvith-mp bundle
    Design the branching and release model: trunk-based or GitFlow, protection rules, review policy, tracker traceability. Use when establishing Git flow, trunk-based development, or merge policies.
    0
    installs
  53. Compliance Auditor · poorvith-mp
    Moved to audit-readiness in skills-developer. Removed in v4.1.
    0
    installs
  54. Database Optimizer · poorvith-mp
    Moved to database in skills-developer. Removed in v4.1.
    0
    installs
  55. Developer Platform · poorvith-mp bundle
    Build golden paths and self-service provisioning so teams stop rebuilding the same scaffolding. Use when building internal developer portals, CLI scaffolds, or dev tooling.
    0
    installs
  56. Evidence Collector · poorvith-mp
    Moved to audit-readiness in skills-developer. Removed in v4.1.
    0
    installs
  57. Filament Optimizer · poorvith-mp
    Moved to 3d-printing in skills-personal. Removed in v4.1.
    0
    installs
  58. Frontend Developer · poorvith-mp
    Moved to frontend-build in skills-developer. Removed in v4.1.
    0
    installs
  59. Incident Commander · poorvith-mp
    Moved to incident-response in skills-developer. Removed in v4.1.
    0
    installs
  60. It Service Manager · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs
  61. Migration Engineer · poorvith-mp
    Moved to migration in skills-developer. Removed in v4.1.
    0
    installs
  62. Mobile App Builder · poorvith-mp
    Moved to mobile-build in skills-developer. Removed in v4.1.
    0
    installs
  63. Orgscript Engineer · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs
  64. Penetration Tester · poorvith-mp
    Moved to pen-test in skills-developer. Removed in v4.1.
    0
    installs
  65. Refactor Assistant · poorvith-mp
    Moved to refactor in skills-developer. Removed in v4.1.
    0
    installs
  66. Secrets Management · poorvith-mp bundle
    Handle keys properly: vaults, rotation, `.env` hygiene, pre-commit scanning, and purging a key already in git history. Use when managing environment secrets, Vault, KMS, or key rotation.
    0
    installs
  67. Software Architect · poorvith-mp
    Moved to system-design in skills-developer. Removed in v4.1.
    0
    installs
  68. Tech Stack Advisor · poorvith-mp
    Moved to stack-choice in skills-developer. Removed in v4.1.
    0
    installs
  69. Workflow Optimizer · poorvith-mp
    Moved to workflow-mapping in skills-agents. Removed in v4.1.
    0
    installs
  70. Code Comment Writer · poorvith-mp
    Moved to repo-docs in skills-developer. Removed in v4.1.
    0
    installs
  71. Implementation Plan · poorvith-mp bundle
    Break the change into ordered, reviewable steps with checkpoints, so a long task can be stopped and resumed. Use when breaking changes into ordered, testable steps with checkpoints.
    0
    installs
  72. Typescript Migrator · poorvith-mp
    Moved to port-code in skills-developer. Removed in v4.1.
    0
    installs
  73. Debugging Strategist · poorvith-mp
    Moved to debugging in skills-developer. Removed in v4.1.
    0
    installs
  74. Deployment Checklist · poorvith-mp
    Moved to deployment in skills-developer. Removed in v4.1.
    0
    installs
  75. GRAPHQL API Designer · poorvith-mp bundle
    Moved to api-design in skills-developer. Removed in v4.1.
    0
    installs
  76. Setup Codex Precheck · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs
  77. Smart Contract Audit · poorvith-mp bundle
    Audit contracts for reentrancy, access control flaws and oracle manipulation. Use when auditing smart contracts for reentrancy, gas, or exploit risks.
    0
    installs
  78. Solution Exploration · poorvith-mp bundle
    Diverge before committing: generate genuinely different approaches, name trade-offs, and kill what doesn't survive. Use when exploring architectural trade-offs.
    0
    installs
  79. AI Eval Suite Builder · poorvith-mp
    Moved to llm-evals in skills-developer. Removed in v4.1.
    0
    installs
  80. Load Testing Engineer · poorvith-mp bundle
    Moved to load-testing in skills-developer. Removed in v4.1.
    0
    installs
  81. Performance Optimizer · poorvith-mp
    Moved to performance-audit in skills-developer. Removed in v4.1.
    0
    installs
  82. Pr Description Writer · poorvith-mp
    Moved to change-notes in skills-developer. Removed in v4.1.
    0
    installs
  83. Accessibility Engineer · poorvith-mp bundle
    Moved to accessibility-fix in skills-developer. Removed in v4.1.
    0
    installs
  84. API Lifecycle Engineer · poorvith-mp bundle
    Moved to api-design in skills-developer. Removed in v4.1.
    0
    installs
  85. CI CD Pipeline Builder · poorvith-mp bundle
    Moved to ci-pipelines in skills-developer. Removed in v4.1.
    0
    installs
  86. Git Workflow Architect · poorvith-mp
    Moved to branching-strategy in skills-developer. Removed in v4.1.
    0
    installs
  87. Legacy Code Modernizer · poorvith-mp
    Moved to migration in skills-developer. Removed in v4.1.
    0
    installs
  88. Observability Engineer · poorvith-mp
    Moved to reliability in skills-developer. Removed in v4.1.
    0
    installs
  89. Data Pipeline Architect · poorvith-mp
    Moved to data-pipelines in skills-developer. Removed in v4.1.
    0
    installs
  90. Ecommerce Cms Architect · poorvith-mp bundle
    Moved to commerce-platform in skills-developer. Removed in v4.1.
    0
    installs
  91. Environment Setup Guide · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs
  92. Error Boundary Designer · poorvith-mp
    Moved to error-handling in skills-developer. Removed in v4.1.
    0
    installs
  93. Minimal Change Engineer · poorvith-mp
    Moved to minimal-diff in skills-developer. Removed in v4.1.
    0
    installs
  94. Webhook Handler Builder · poorvith-mp
    Moved to webhooks in skills-developer. Removed in v4.1.
    0
    installs
  95. Cloud Security Architect · poorvith-mp
    Moved to cloud-security in skills-developer. Removed in v4.1.
    0
    installs
  96. Database Schema Designer · poorvith-mp
    Moved to database in skills-developer. Removed in v4.1.
    0
    installs
  97. Dependency Upgrade Auditor · poorvith-mp bundle
    Moved to dependency-audit in skills-developer. Removed in v4.1.
    0
    installs
  98. Embedded Firmware Engineer · poorvith-mp
    Moved to firmware in skills-developer. Removed in v4.1.
    0
    installs
  99. Blockchain Security Auditor · poorvith-mp
    Moved to smart-contract-audit in skills-developer. Removed in v4.1.
    0
    installs
  100. Email Intelligence Engineer · poorvith-mp
    Moved to modernized catalog in skillary. Removed in v4.1.
    0
    installs