Skills Web Dev

Skills Web Dev from peterbamuhigire/skills-web-dev.

by @peterbamuhigire 175 skills

Skills in this plugin

175
  1. Typescript Effective · peterbamuhigire bundle
    Use when writing production TypeScript — clean code idioms, effective-TS items, strict tsconfig, migration from JS, build performance, testing, and anti-patterns. Load references/typescript-mastery.md for type-system depth and references/typescript-design-patterns.md for GoF patterns.
    0 installs
  2. Pwa Offline First · peterbamuhigire bundle
    Use when building offline-first Progressive Web Apps — Service Worker lifecycle, Workbox caching strategies, IndexedDB via Dexie.js, Background Sync for queued writes, Web Push notifications, Lighthouse gates, and Next.js PWA integration. Default for apps that must work on EDGE/2G or intermittent connectivity.
    0 installs
  3. Modular Saas Architecture · peterbamuhigire bundle
    Use when designing tenant-selectable SaaS modules, dependency contracts, module toggles, lifecycle hooks, or safe enable and disable behaviour.
    0 installs
  4. Engine Control Plane · peterbamuhigire
    Use when coordinating or auditing multi-engine workflows, agent roles, command surfaces, hooks, evidence contracts, handoffs, or bounded recovery. Keeps domain doctrine in the owning engines.
    0 installs
  5. AI Agent Compliance Controls · peterbamuhigire bundle
    Use when mapping AI agent operations to SOC 2, ISO 27001, HIPAA, audit logs, control testing, attestations, and compliance evidence.
    0 installs
  6. AI Agent Safety And Red Team · peterbamuhigire bundle
    Use when red-teaming agent tool and data perimeters for indirect prompt injection, action escalation, tenant exfiltration, unsafe tool chains, self-modification, or containment regressions.
    0 installs
  7. Cloud Architecture · peterbamuhigire bundle
    Use when designing cloud deployments, Dockerising applications, laying out AWS or GCP environments, choosing a deployment pattern, or moving a workload from a single VM to a resilient multi-AZ topology.
    0 installs
  8. Docker Development · peterbamuhigire bundle
    Use when containerizing PHP, Python, JavaScript, or API services with Dockerfiles, multi-stage images, Compose, CI builds, runtime permissions, and persistent dependencies.
    0 installs
  9. UX Content Strategy · peterbamuhigire bundle
    Use when planning, governing, or upgrading product content as a system - voice charts, content-first design, UI text patterns, form completion gates, error taxonomy, content measurement, decision communication, lifecycle narrative, and content operations. Higher-level orchestration above tactical microcopy and form mechanics.
    0 installs
  10. Python Data Analytics · peterbamuhigire bundle
    Use when computing complex analytics, KPIs, cohort/funnel/retention metrics, financial math (IRR/NPV/amortization), statistical tests, anomaly detection, or geospatial analytics in Python — for cases where SQL alone gets unwieldy.
    0 installs
  11. Python Data Pipelines · peterbamuhigire bundle
    Use when building ETL jobs, document intelligence pipelines, OCR, PDF/Excel ingestion, image/media processing, or external-API sync pipelines in Python — idempotent scheduled jobs with validation, dead-letter queues, and multi-tenant isolation.
    0 installs
  12. Typescript Full Stack · peterbamuhigire bundle
    Use when building end-to-end TypeScript applications — Node backend (Fastify), React/Next frontend, shared types via tRPC or Zod, monorepo with turborepo/nx, Prisma/Drizzle data layer, end-to-end type safety.
    0 installs
  13. Saas Architecture Strategy · peterbamuhigire bundle
    Use when architecting or evaluating a cloud SaaS product — including choosing multi-tenant patterns, mapping deployment to IaaS, planning scaling and blast-radius isolation, aligning architecture to business capabilities, and reconciling multi-enterprise consumption requirements with operating-model constraints.
    0 installs
  14. Saas Managed Visual Assets · peterbamuhigire bundle
    Use when implementing or reviewing Super Admin or tenant-scoped managed visual assets—background image pools, light/dark logos, or favicons—with secure upload, preview, ordering, activation, replacement, quotas, and audit evidence.
    0 installs
  15. Markdown Lint Cleanup · peterbamuhigire
    Use when fixing Markdown lint failures, heading structure, list spacing, code-fence languages, or local formatting consistency without changing document meaning.
    0 installs
  16. Web App Security Audit · peterbamuhigire bundle
    Use when auditing a PHP/JavaScript/HTML web application for security vulnerabilities. Covers configuration, authentication, authorization, input validation, XSS, API security, HTTP headers, and dependency scanning. Produces a severity-rated audit...
    0 installs
  17. AI Agent Memory Erasure Proof · peterbamuhigire bundle
    Use when proving agent-memory erasure was complete and verifiable for GDPR / CCPA / POPIA / KE DPA requests — the 9-step cascade verification job emits a signed-off evidence pack. Pairs with `ai-agent-memory` (three-tier memory + erasure cascade) and `saas-tenant-data-portability-and-erasure` (tenant-level erasure pipeline).
    0 installs
  18. AI Agent Runtime Architecture · peterbamuhigire bundle
    Use when designing multi-tenant agent runtimes, control loops, state machines, retries, idempotency, step caps, durable resumability, scheduling, cancellation, and workflow boundaries.
    0 installs
  19. Android Data Persistence · peterbamuhigire bundle
    Use when designing Android local storage, Room migrations, DataStore preferences, or offline API synchronisation; use android-development for broader application structure.
    0 installs
  20. Validation Contract · peterbamuhigire bundle
    Use when authoring or normalising a specialist skill, or preparing to ship a feature or release — defines the seven evidence categories every specialist skill must declare against and provides the canonical Release Evidence Bundle template. The contract spine that turns scattered validation skills into a coherent ship-readiness check.
    0 installs
  21. Kubernetes Platform · peterbamuhigire bundle
    Use when running Kubernetes as a platform team — bootstrapping self-managed clusters on Debian/Ubuntu, designing multi-tenant RBAC, enforcing Pod Security and resource quotas, and operating cluster lifecycle (upgrades, certs, etcd, ingress, cert-manager, metrics-server). Self-managed first, cloud-managed second.
    0 installs
  22. Frontend Performance · peterbamuhigire bundle
    Use when defining, implementing, or auditing frontend performance for web apps and SaaS frontends; produces a per-flow performance budget, measurement plan tied to SLOs, and CI regression gate. Use api-design-first for API shape and observability-monitoring for server SLOs.
    0 installs
  23. Content Writing · peterbamuhigire bundle
    Use when writing or reviewing website copy, articles, headlines, ledes, persuasive content, readability, or scannable structure.
    0 installs
  24. AI Agent Commercial Operations · peterbamuhigire bundle
    Use when pricing, billing, refunding, recognizing revenue, or packaging commercial terms for agentic AI services and outcomes.
    0 installs
  25. AI Agent Governance And Limits · peterbamuhigire bundle
    Use when defining agent budgets, step limits, reversibility, blast-radius controls, kill switches, and governance policy for agentic AI systems.
    0 installs
  26. AI Observability And Debugging · peterbamuhigire bundle
    Use when building the observability stack for AI features in a multi-tenant SaaS — prompt/response tracing, semantic logging, replay tooling, "show me why this answer", per-stage latency/cost breakdown, ticket→trace tie-back, and dashboards that answer the operational questions (which tenant, which feature, which prompt version, which model).
    0 installs
  27. Frontend Architecture · peterbamuhigire
    Use when turning a design system, product requirement, or frontend codebase into a maintainable component, content, state, and delivery architecture with measurable quality gates.
    0 installs
  28. Python Modern Standards · peterbamuhigire bundle
    Use when writing, reviewing, or distributing Python applications, including PyInstaller, auto-py-to-exe, Nuitka, frozen desktop executables, multi-tool suites, installers, and CI release builds. Defines the Python baseline and routes executable packaging to its desktop-distribution automation.
    0 installs
  29. AI Assisted Development · peterbamuhigire bundle
    Use when coordinating AI-assisted planning, implementation, review, modernisation, documentation, human approval, CI evidence, or bounded multi-agent software work.
    0 installs
  30. World Class Engineering · peterbamuhigire bundle
    Use when designing, building, reviewing, or upgrading production software systems that must be secure, performant, maintainable, scalable, and user-centered. Apply before writing specs, code, architecture, APIs, databases, mobile apps, SaaS platforms, or ERP systems.
    0 installs
  31. Linux Security Hardening · peterbamuhigire bundle
    Use when hardening or auditing Debian and Ubuntu hosts for identity, sudo, PAM, MFA, permissions, AppArmor, auditd, kernel, patching, integrity, boot, encryption, and CIS controls.
    0 installs
  32. Mysql Operations · peterbamuhigire bundle
    Use when administering, tuning, backing up, restoring, monitoring, or troubleshooting MySQL production systems. Load absorbed MySQL administration and query-performance reference files for operational runbooks, indexes, replication, and incident response.
    0 installs
  33. Product Discovery · peterbamuhigire bundle
    Use when testing whether a product, feature, or workflow deserves investment through risk framing, prototypes, research, and build-pivot-kill decisions.
    0 installs
  34. Saas Admin Backoffice Tooling · peterbamuhigire bundle
    Use when designing audited SaaS back-office impersonation, tenant lifecycle, billing overrides, bulk actions, or audit controls.
    0 installs
  35. Saas Rate Limiting And Quotas · peterbamuhigire bundle
    Use when designing per-tenant rate limits, quota algorithms, enforcement points, plan caps, fair queueing, or usage reporting.
    0 installs
  36. Saas Sso Scim Enterprise Auth · peterbamuhigire bundle
    Use when implementing tenant-scoped SAML or OIDC SSO, SCIM provisioning, custom domains, IP allowlists, or enterprise auth migration.
    0 installs
  37. Mysql Engineering · peterbamuhigire bundle
    Use when designing, implementing, or reviewing MySQL application schemas, SQL, indexes, constraints, stored routines, and production query patterns. Load absorbed MySQL best-practice, data-modeling, and advanced-SQL reference files as needed.
    0 installs
  38. Infrastructure As Code · peterbamuhigire bundle
    Use when provisioning or changing cloud infrastructure with Terraform or Ansible — modules, remote state with S3 native locking, workspaces vs directory-per-env, common AWS patterns, idempotent Ansible roles for Debian/Ubuntu, GitOps with ArgoCD/Flux, drift detection, and Vault secret injection.
    0 installs
  39. Mobile Game Design · peterbamuhigire bundle
    Use when designing or validating a mobile game's player fantasy, core loop, touch controls, sessions, onboarding, accessibility, progression, economy, retention, and ethical monetisation; use engine skills for implementation.
    0 installs
  40. Csharp Dotnet Development · peterbamuhigire bundle
    Use when building, reviewing, modernising, or debugging C# and .NET applications, including ASP.NET Core, EF Core, background services, concurrency, .NET MAUI, testing, packaging, and AI integration.
    0 installs
  41. Excel Spreadsheets · peterbamuhigire bundle
    Use when generating or validating professional Excel workbooks, formulas, imports, charts, formatting, macros, or spreadsheet deliverables.
    0 installs
  42. Product Led Growth · peterbamuhigire bundle
    Use when designing PLG motions for a SaaS product — freemium tiers, PQL definition, activation flows with time-to-value targets, in-app upgrade prompts, viral loops, NPS surveys, feature flags for gradual rollout, and PostHog-based product analytics for funnel and cohort tracking.
    0 installs
  43. Multi Tenant Saas Architecture · peterbamuhigire bundle
    Use when designing tenant isolation, panel boundaries, zero-trust authorization, audit trails, or tenant permission overrides.
    0 installs
  44. Advanced Testing Strategy · peterbamuhigire bundle
    Use when designing or reviewing test strategy for production systems, APIs, mobile apps, SaaS platforms, ERP workflows, and AI-enabled systems. Covers unit, integration, contract, end-to-end, regression, release-gate, and risk-based testing decisions.
    0 installs
  45. Kaizen Improvement System · peterbamuhigire bundle
    Use when auditing or improving this engineering engine or a product it produces. Coordinates evidence-backed baselines, small experiments, standardisation, and re-audits without replacing domain skills.
    0 installs
  46. AI Agent Multi Agent Coordination · peterbamuhigire bundle
    Use when designing systems where multiple agents collaborate on one task — supervisor/worker, debate, plan-execute, peer handoff. Covers handoff message contracts, shared scratchpad, conflict resolution, deadlock detection, and the cost/SLA discipline that keeps multi-agent setups from spiralling.
    0 installs
  47. AI Agent Observability Evaluation · peterbamuhigire bundle
    Use when measuring, evaluating, replaying, evidencing, or tracking success for AI agent tasks, steps, traces, and outcomes.
    0 installs
  48. Reliability Engineering · peterbamuhigire bundle
    Use when designing or reviewing production reliability for APIs, SaaS platforms, background jobs, distributed workflows, mobile backends, or AI-enabled systems. Covers timeout and retry policy, degradation, queue safety, incident readiness, and recovery-aware design.
    0 installs
  49. Accounting Engine · peterbamuhigire bundle
    Use when designing, implementing, or reviewing an embedded accounting engine with append-only ledgers, mapped postings, idempotency, reversals, period locks, audit trails, and integrity tests.
    0 installs
  50. Game Testing Polish · peterbamuhigire bundle
    Use when planning or executing game QA, playtesting, balance, usability, compatibility, accessibility, localisation, save migration, regression, bug triage, polish prioritisation, alpha, beta, or release-candidate gates.
    0 installs
  51. It Proposal Writing · peterbamuhigire bundle
    Use when planning, drafting, reviewing, or strengthening an IT proposal, win strategy, decision basis, pricing narrative, or persuasive structure.
    0 installs
  52. Git Collaboration Workflow · peterbamuhigire bundle
    Use when planning branch strategy, making commits, reviewing diffs, resolving conflicts, preparing pull requests, or shipping releases. Covers trunk-friendly collaboration, commit hygiene, conflict recovery, and CI-linked release discipline.
    0 installs
  53. AI Entitlements And Feature Gating · peterbamuhigire
    Use when defining or enforcing which plan unlocks which AI model tier, generation quota, context limit, tool permission, tenant override, or upgrade behaviour.
    0 installs
  54. Observability Monitoring · peterbamuhigire bundle
    Use when designing or reviewing logs, metrics, traces, alerts, SLOs, dashboards, audit events, or production telemetry for web apps, APIs, SaaS platforms, mobile backends, and AI systems. Covers instrumentation strategy, diagnosis-first telemetry, alert quality, and operational visibility.
    0 installs
  55. Java Enterprise Development · peterbamuhigire bundle
    Use when building, reviewing, diagnosing, or modernising Java/JVM systems with Spring Boot/Batch/Security OIDC, Jakarta EE, Hibernate query performance, jOOQ, Maven/Gradle, modular Java ERP, Quarkus, GraalVM, WebLogic, Oracle JDBC, Kubernetes, JFR, or javax.persistence-to-jakarta.persistence migration; pair with cross-cutting specialists.
    0 installs
  56. Skill Composition Standards · peterbamuhigire bundle
    Use when authoring, normalising, or reviewing skills that must follow the repository house style, capability boundaries, input/output contracts, decision rules, references, and composition gates.
    0 installs
  57. Update Claude Documentation · peterbamuhigire bundle
    Use when significant implementation, architecture, API, database, routing, or planning changes require aligned project documentation and verified examples.
    0 installs
  58. AI Agent Drill Evidence And Cadence · peterbamuhigire bundle
    Use when capturing kill-switch, red-team, and eval-drift drills as audit-ready compliance evidence — minimum-cadence enforcement, pass/fail recording, and cross-link to the incident drill skill. Turns drills from operational exercises into SOC 2 / ISO 27001 / HIPAA evidence rows with signed packs.
    0 installs
  59. Database Reliability · peterbamuhigire bundle
    Use when defining database SLOs, error budgets, backup verification, capacity policy, incident response, game days, or MySQL and PostgreSQL on-call practice.
    0 installs
  60. Saas Entitlements And Plan Gating · peterbamuhigire bundle
    Use when designing SaaS entitlements, plan limits, gate placement, tenant overrides, upgrade discovery, or runtime permission resolution.
    0 installs