peterbamuhigire
- 1k skills
- 0 followers
- 10 hours ago last updated
- ▌ Skill Creator · peterbamuhigire bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Linux Sysadmin · peterbamuhigire bundleUse when a Debian/Ubuntu or RHEL-family server request needs routing across provisioning, security, services, networking, recovery, databases, containers, storage, performance, or compliance; use linux-troubleshooting when an unexplained symptom spans components.
- ▌ Linux Dns Server · peterbamuhigire bundleUse when operating BIND or Unbound as an authoritative or recursive DNS server, including zone authoring, validation, reloads, reverse zones, transfers, and SELinux contexts. Use linux-network-admin for client-side resolution or interface configuration.
- ▌ Linux Webstack · peterbamuhigire bundleUse when installing, configuring, tuning, or diagnosing the shared Nginx, Apache/httpd, PHP-FPM, or Node.js service stack on Linux. Use linux-site-deployment for one site's release and linux-service-management for generic systemd operations.
- ▌ Linux Rsync Sync · peterbamuhigire bundleUse when designing, previewing, running, or verifying rsync copies, mirrors, offsite transfers, or hard-linked backups on Debian/Ubuntu or RHEL-family hosts. Covers SSH, filters, deletion, checksums, and resume; use linux-archive-integrity for tar archives.
- ▌ Linux Secrets · peterbamuhigire bundleUse when scanning for leaked credentials, encrypting configuration with age, sops, or GPG, rotating secrets, or checking credential-file handling. Use linux-access-control for user and permission administration and linux-server-hardening for wider host controls.
- ▌ Linux Network Admin · peterbamuhigire bundleUse when diagnosing or configuring Linux interfaces, addresses, routes, client DNS, reachability, VLANs, or time synchronisation with Netplan or NetworkManager. Use linux-dns-server for hosted DNS zones and linux-firewall-ssl for packet filtering.
- ▌ Linux Postgresql · peterbamuhigire bundleUse when installing, authenticating, tuning, backing up, restoring, or diagnosing PostgreSQL on Debian/Ubuntu or RHEL-family hosts. Covers pg_hba.conf, logical backups, WAL, and PITR; use linux-mysql-mariadb for MySQL/MariaDB.
- ▌ Linux Mail Server · peterbamuhigire bundleUse when operating or diagnosing Postfix, Exim, Dovecot, SMTP submission, mail queues, TLS, or SPF/DKIM/DMARC on a Linux mail host. Use linux-network-admin for general reachability and linux-dns-server when the task is authoritative zone operation.
- ▌ Linux Repo Sync · peterbamuhigire bundleUse when writing, reviewing, or running unattended or menu-driven Git repository updates that must preserve tracked and untracked local work; use linux-bash-scripting first for sk-* script structure.
- ▌ Linux Firewall Ssl · peterbamuhigire bundleUse when inspecting or changing UFW/firewalld policy, issuing or renewing Certbot certificates, or validating host TLS exposure; use linux-webstack for application-server faults.
- ▌ Linux Mysql Mariadb · peterbamuhigire bundleUse when installing, securing, tuning, backing up, restoring, or diagnosing MySQL or MariaDB on Debian/Ubuntu or RHEL-family hosts. Covers InnoDB, logical dumps, binlogs, and PITR; use linux-postgresql for PostgreSQL.
- ▌ Linux Disk Storage · peterbamuhigire bundleUse when diagnosing disk or inode pressure, performing measured cleanup, managing local storage or swap, or mounting NFS and CIFS shares; use linux-filesystem-snapshots for point-in-time snapshots.
- ▌ Linux Sysctl Tuning · peterbamuhigire bundleUse when measured Linux performance evidence justifies persistent network, queue, writeback, swap, or congestion-control sysctl changes on Debian/Ubuntu or RHEL-family hosts. Profile first; use linux-server-hardening for security sysctls.
- ▌ Linux Auditd Rules · peterbamuhigire bundleUse when inspecting, designing, testing, persisting, or querying auditd rules for forensic attribution on Debian/Ubuntu or RHEL-family hosts. Covers watches, syscalls, loss, and immutable mode; use linux-file-integrity for drift and linux-benchmark-scanning for scoring.
- ▌ Linux Cloud Init · peterbamuhigire bundleUse when authoring, validating, or debugging cloud-init user-data, Ubuntu autoinstall, or RHEL-family Kickstart for first-boot provisioning. Use linux-server-provisioning for interactive post-boot setup and linux-config-management for ongoing desired state.
- ▌ Linux Site Deployment · peterbamuhigire bundleUse when deploying a static, PHP, Node.js, or hybrid website to an existing Nginx/Apache host, including build, vhost, TLS, SELinux labelling, verification, and update registration. Use linux-webstack to install or repair the shared web platform.
- ▌ Linux Inmemory Stores · peterbamuhigire bundleUse when installing, securing, sizing, or diagnosing Redis or Memcached on Debian/Ubuntu or RHEL-family hosts; covers bind/auth, eviction, and Redis persistence. Use linux-mysql-mariadb for relational databases and linux-firewall-ssl for host policy.
- ▌ Linux Kernel Modules · peterbamuhigire bundleUse when inspecting, loading, unloading, parameterising, persisting, or blacklisting Linux kernel modules on Debian/Ubuntu or RHEL-family hosts. Covers dependencies and initramfs; use linux-sysctl-tuning for measured runtime kernel parameters.
- ▌ Linux Perf Profiling · peterbamuhigire bundleUse when diagnosing a Linux performance regression or bottleneck with load, vmstat, iostat, mpstat, pidstat, sar, and perf on Debian/Ubuntu or RHEL-family hosts. Produces read-only evidence before any tuning; hand changes to linux-sysctl-tuning.
- ▌ Linux Archive Integrity · peterbamuhigire bundleUse when creating, signing, encrypting, listing, comparing, or restoring metadata-preserving tar archives on Debian/Ubuntu or RHEL-family hosts. Covers ACLs, xattrs, incrementals, and verification; use linux-rsync-sync for file-tree mirrors.
- ▌ Linux File Integrity · peterbamuhigire bundleUse when establishing, checking, tuning, or safely updating an AIDE baseline on Debian/Ubuntu or RHEL-family hosts. Covers drift triage, scheduling, and off-box trust; use linux-auditd-rules for attribution and linux-benchmark-scanning for scoring.
- ▌ Linux Access Control · peterbamuhigire bundleUse when creating, revoking, or auditing Linux users, groups, SSH keys, sudo/wheel access, PAM settings, SELinux user mappings, or file permissions. Use linux-secrets for credential material and linux-server-hardening for broader host policy.
- ▌ Linux Server Hardening · peterbamuhigire bundleUse when an authorised operator wants to remediate verified Linux security findings interactively across SSH, firewall, MAC, services, permissions, and updates; use linux-security-analysis first.
- ▌ Linux Observability · peterbamuhigire bundleUse when adding or diagnosing Prometheus/node_exporter metrics, central log shipping, or lightweight health endpoints; use linux-system-monitoring for an ad hoc host snapshot and linux-log-management for local log analysis.
- ▌ Linux Bash Scripting · peterbamuhigire bundleUse when writing or reviewing portable sk-* Bash scripts for this engine, including common.sh primitives, flags, dry runs, and safety gates; use linux-repo-sync for Git-update behaviour and not for one-off commands.
- ▌ Linux Security Analysis · peterbamuhigire bundleUse when performing a read-only, evidence-backed Linux security assessment across kernel, identity, network, services, storage, backups, and packages; use linux-server-hardening to remediate.
- ▌ Linux Log Management · peterbamuhigire bundleUse when inspecting time-bounded journald or service logs, correlating web/database/security events, or managing logrotate retention; use linux-observability for forwarding and linux-troubleshooting for multi-subsystem incidents.
- ▌ Linux Filesystem Snapshots · peterbamuhigire bundleUse when creating, monitoring, replicating, mounting, or rolling back LVM, Btrfs, or ZFS snapshots on Debian/Ubuntu or RHEL-family hosts. Covers consistency, COW, and rollback; use linux-rsync-sync or linux-archive-integrity for independent backups.
- ▌ Linux Virtualization · peterbamuhigire bundleUse when operating KVM/libvirt virtual machines or LXD system containers, including lifecycle, snapshots, backups, storage, networking, and host inspection. Use linux-container-engine and linux-container-deployment for Docker or Podman application containers.
- ▌ Linux Intrusion Detection · peterbamuhigire bundleUse when operating fail2ban, investigating its bans, or running qualified rkhunter/chkrootkit checks; use linux-auditd-rules or linux-file-integrity for compliance-grade auditing.
- ▌ Linux Image Hygiene · peterbamuhigire bundleUse when measuring or reclaiming Docker/Podman storage and scheduling safe cleanup on Debian/Ubuntu or RHEL-family hosts. Covers images, cache, networks, and authorised volume pruning; use linux-container-engine for engine setup.
- ▌ Linux Benchmark Scanning · peterbamuhigire bundleUse when running read-only OpenSCAP or Lynis scans, selecting distro-matched profiles, interpreting failures, or drafting remediation on Debian/Ubuntu or RHEL-family hosts. Use linux-auditd-rules for attribution and linux-file-integrity for AIDE drift.
- ▌ Linux Ngo Cyber Resilience · peterbamuhigire bundleUse when designing or reviewing practical Linux security and incident resilience for NGOs, civil-society organisations, or small mission-led teams; use linux-server-hardening for host controls and linux-disaster-recovery for backup restoration.
- ▌ Linux System Monitoring · peterbamuhigire bundleUse when taking a read-only host-health snapshot or investigating CPU, memory, I/O, network, process, and backup pressure; use linux-observability for persistent telemetry and linux-troubleshooting for incident branching.
- ▌ Linux Config Management · peterbamuhigire bundleUse when managing repeatable server state with Ansible, etckeeper, check mode, or drift remediation across Debian/Ubuntu and RHEL families. Use linux-server-provisioning for one-time bootstrap and linux-cloud-init for first boot.
- ▌ Linux Troubleshooting · peterbamuhigire bundleUse when triaging a production Linux incident across CPU, memory, disk, services, web, database, TLS, backups, or deployments; route resource findings to linux-system-monitoring and recovery to linux-disaster-recovery.
- ▌ Linux Package Management · peterbamuhigire bundleUse when installing, upgrading, pinning, removing, or diagnosing packages and repositories with apt, dnf, snap, Flatpak, or automatic updates. Use linux-server-provisioning for a complete new-server sequence and linux-config-management for fleet-wide desired state.
- ▌ Linux Container Engine · peterbamuhigire bundleUse when installing, configuring, hardening, or diagnosing Docker or Podman engines on Debian/Ubuntu or RHEL-family hosts. Covers daemon/rootless mode, registries, storage, and sockets; use linux-container-deployment to run workloads.
- ▌ Linux Server Provisioning · peterbamuhigire bundleUse when interactively provisioning a fresh Debian/Ubuntu or RHEL-family server after first boot, including identity, admin access, updates, firewall, services, and verification. Use linux-cloud-init for unattended first boot and linux-config-management for repeatable fleet state.
- ▌ Linux Service Management · peterbamuhigire bundleUse when operating or diagnosing systemd units, timers, targets, journal logs, restart policy, dependencies, or cgroup limits. Use a service-specific skill for application configuration and linux-virtualization for VM or system-container lifecycle.
- ▌ Linux Disaster Recovery · peterbamuhigire bundleUse when recovering MySQL data, application files, configuration, boot state, or filesystems from a verified backup after loss or corruption; use linux-troubleshooting first when the fault may be recoverable without restore.
- ▌ Linux Container Deployment · peterbamuhigire bundleUse when running, updating, debugging, or supervising containers and Compose/Quadlet stacks on Debian/Ubuntu or RHEL-family hosts. Covers lifecycle, health, volumes, and systemd; use linux-container-engine for setup and linux-image-hygiene for pruning.
- ▌ Digital Research Engine · peterbamuhigire bundleUse when routing evidence-disciplined research across intake, source evaluation, web search, OSINT, due diligence, academic review, policy research, synthesis, verification, and final deliverables.
- ▌ Manual Guide · peterbamuhigireUse when creating or updating an end-user manual or reference guide for an ERP or SaaS feature; use project-requirements for product scope and professional-word-output for final DOCX production.
- ▌ Due Diligence · peterbamuhigire bundleUse when conducting lawful corporate, financial, sanctions, regulatory, ownership, or background-check due diligence that needs an auditable finding trail and CARA resolution; use osint-investigation for broader open-source inquiry without a diligence decision.
- ▌ Doctrine Spine · peterbamuhigire bundleUse when defining or auditing the mandatory operating sequence for the research engine: evidence discipline, research design, collection, verification, reasoning, tradecraft, calibration, decision support, report shape, productization, and export.
- ▌ Spec Architect · peterbamuhigireUse when planning a feature or module and producing a coding-ready specification with scope, requirements, architecture choices, acceptance criteria, and risks; pair with systems-process-requirements for formal workflow, state, interface, data, business-rule, or traceability models.
- ▌ Research Design · peterbamuhigire bundleUse when a research project needs formal questions, method selection, case logic, historical or trend design, MROC design, knowledge-lifecycle modelling, or a research-design document; use research-orchestration for wave planning and research-techniques for a single named technique.
- ▌ Academic Writing · peterbamuhigire bundleUse when drafting or revising an academic paper, essay, thesis, or dissertation with source-away composition, originality, citation, synthesis, voice, and register controls; use academic-reporting-standards for selecting formal study-reporting rules.
- ▌ Business Writing · peterbamuhigire bundleUse when drafting or revising non-academic prose such as emails, memos, letters, plans, articles, web copy, speeches, resumes, or executive briefs; use academic-writing for scholarly outputs and executive-communication for decision-led executive synthesis.
- ▌ Knowledge Mining · peterbamuhigire bundleUse when turning a corpus into reusable, monetizable, verifiable knowledge assets: entity-event-issue extraction, claim libraries, evidence maps, reusable briefs, ontology seeds, dossiers, and refresh cadences.
- ▌ Peer Review Loop · peterbamuhigire bundleUse when research, analysis, forecasts, or recommendations need adversarial review, red-team challenge, devil's advocacy, source audit, method review, dissent handling, and revision disposition before release.
- ▌ Pi Investigation · peterbamuhigire bundleUse when an authorised licensed private-investigator workflow needs lawful collection, chain of custody, and an evidentiary report; use osint-investigation for public-source reconnaissance and refuse unlicensed surveillance or harm-enabling requests.
- ▌ Primary Research · peterbamuhigire bundleUse when the project cannot rely on desk research alone and needs first-hand qualitative evidence such as interviews, observation, focus groups, field visits, or coded open-ended responses. Encodes qualitative design, fieldwork discipline, coding, credibility checks, and reporting gates.
- ▌ Capability Matrix · peterbamuhigire bundleUse when starting a new project, scoping a feature, or deciding which skill stack to load — provides the canonical Foundation → Implementation → Validation → Companions skill set per technology domain. The lookup table that turns "I'm building X" into "load these skills, in this order".
- ▌ Source Evaluation · peterbamuhigire bundleUse when admitting any source into research and assessing its provenance, authority, independence, timeliness, bias, media integrity, and fit for a claim; use source-verification afterward to test URLs, quotes, statistics, claim links, and release readiness.
- ▌ Directory Name · peterbamuhigireUse when <concrete trigger>; use <nearest-neighbour> instead for <excluded trigger>. Produces <named result> for <consumer>.
- ▌ Analytic Tradecraft · peterbamuhigire bundleUse when a forward-looking judgment or contested-evidence question needs structured analytic techniques, bias checks, sourcing discipline, alternatives, and calibrated estimative language; use critical-reasoning-and-argument for general claim and warrant testing.
- ▌ Consulting Delivery · peterbamuhigire bundleUse when the engine's research must be turned into consulting-grade problem solving: issue trees, hypothesis-led workplans, analysis plans, stakeholder management, implementation logic, and transformation framing. Encodes consulting craft without relaxing evidence discipline.
- ▌ Osint Investigation · peterbamuhigire bundleUse when lawful public-source investigation needs stakeholder reconnaissance, adverse-media review, chronology, source capture, or case-vault discipline; use pi-investigation only for authorised licensed-PI work and refuse surveillance, harassment, stalking, or doxxing.
- ▌ Research Techniques · peterbamuhigire bundleUse when a research project needs a specific named technique — mini-analysis, crosswalk matrix, cross-cohort synthesis, gap analysis, reference interview, controlled vocabulary, pain-point taxonomy, search-operator grammar, Google-search API. Companion to research-orchestration; load only the technique the situation demands.
- ▌ Source Verification · peterbamuhigire bundleUse when a research project must verify sources, URLs, quotes, statistics, claim-source links, archive snapshots, registry completeness, and release readiness after source evaluation and before synthesis or publication.
- ▌ Evidence Claim Graph · peterbamuhigire bundleUse when research must become a traceable evidence-to-claim knowledge graph rather than loose notes. Encodes source, evidence, claim, warrant, inference, synthesis, gap, contradiction, and finding nodes with registry-ready relationships.
- ▌ Data Quality Pipeline · peterbamuhigire bundleUse when profiling, cleaning, merging, or validating tabular research data through encoding, tidy-structure, anomaly, lineage, and quality gates; use dataset-discovery-and-analysis first when the dataset still needs to be found or retrieved.
- ▌ Online Legal Research · peterbamuhigire bundleUse when a question turns on statutes, regulations, cases, treaties, legal authority, or jurisdiction-specific analysis; use source-evaluation for general source quality and refuse to treat unverified currency or secondary commentary as controlling law.
- ▌ Quantitative Modelling · peterbamuhigire bundleUse when research requires quantitative modelling: market sizing, triangulation, sensitivity analysis, scenario models, assumption registers, forecast models, data-quality caveats, and model audit checks.
- ▌ Research Orchestration · peterbamuhigire bundleUse when starting or replanning a multi-source research project that needs a research-type choice, discipline strategy, reading mode, wave plan, verification, gap filling, and synthesis; use research-design for formal method design and research-techniques for one bounded technique.
- ▌ Executive Communication · peterbamuhigire bundleUse when verified research must become an answer-first memo, report, deck, or one-pager for senior readers; this skill structures the argument and page messages, while critical-reasoning-and-argument tests the underlying claims.
- ▌ Kenya Academic Research · peterbamuhigire bundleUse when an academic proposal, thesis, dissertation, project, defence, or research-governance artefact must be checked against a named Kenya-based handbook; use primary-research for fieldwork design and source-evaluation for evidence quality.
- ▌ Research Output Formats · peterbamuhigire bundleUse when selecting the document form and academic or non-academic variant for a research deliverable such as a paper, thesis, policy brief, intelligence report, market analysis, legal opinion, case study, or feasibility study; use report-and-proposal-craft for the persuasion mechanics of business reports and proposals.
- ▌ Analytical Report Shapes · peterbamuhigire bundleUse when selecting or designing the exact shape of a decision-grade analytical artifact: intelligence brief, estimative memo, warning note, decision memo, status report, evaluation report, research report, due-diligence memo, market analysis, or executive one-pager.
- ▌ Knowledge Productization · peterbamuhigire bundleUse when the engine must turn research into reusable knowledge assets, audience-specific variants, and monetizable offerings rather than a one-off document only. Encodes knowledge audit, asset design, reuse discipline, and commercialization framing.
- ▌ Uganda Academic Research · peterbamuhigire bundleUse when drafting or reviewing a concept paper, proposal, dissertation, thesis, report, viva plan, or dissemination artifact against a named Ugandan university handbook; use research-design for method logic and never generalise one institution's rule to another without evidence.
- ▌ Web Scraping Foundations · peterbamuhigire bundleUse when choosing and validating the least invasive acquisition path for web data across published APIs, JSON endpoints, structured HTML, or browser automation, including politeness and error handling; use scraping-engineering-python when a Python crawl needs caching, concurrency, resumability, or Scrapy.
- ▌ Decision Support Analysis · peterbamuhigire bundleUse when research must support a decision, recommendation, investment, policy choice, product bet, go/no-go call, prioritization, or executive memo. Encodes decision framing, alternatives, values, uncertainty, tradeoffs, pre-mortem, and commitment quality gates.
- ▌ Report And Proposal Craft · peterbamuhigire bundleUse when choosing and drafting a long-form business report, proposal, business plan, bid response, or white paper whose evidence, persuasion structure, and reader decision must be explicit; use business-writing for short emails, memos, blogs, or web copy.
- ▌ Mind Mapping And Synthesis · peterbamuhigire bundleUse when a verified corpus or brief must be compressed into a navigable mind map for synthesis, taxonomy, wave planning, or decomposition; use cross-cohort-synthesis for final comparative findings and knowledge-mining for reusable claim assets.
- ▌ Python Document Generation · peterbamuhigire bundleUse when Python must generate downloadable Excel, Word, or PDF artefacts for application users with branding, charts, tables, formulas, and delivery controls; use the format-specific skill when only one document type needs manual production.
- ▌ Skill Taxonomy And Routing · peterbamuhigire bundleUse when normalizing skill names, resolving whether a capability should be a standalone skill or a reference file, updating routers, removing alias drift, or auditing the repository's research skill taxonomy.
- ▌ Agentic Research Operations · peterbamuhigire bundleUse when designing, running, or auditing multi-agent research operations: wave planning, task briefs, agent roles, tool boundaries, verification loops, failure recovery, evaluation, and portable runtime behavior across Codex, Claude, and other agents.
- ▌ Calibration And Forecasting · peterbamuhigire bundleUse when research output makes forecasts, probability judgments, risk calls, market outlooks, scenario likelihoods, warning indicators, or confidence claims that must be calibrated, scored, updated, and separated from source reliability.
- ▌ Scraping Engineering Python · peterbamuhigire bundleUse when scaling a Python scraper beyond a single-file requests script — encodes Lawson's *Web Scraping with Python* engineering layer (caching to disk and MongoDB, concurrent downloading, dynamic content via WebKit/Selenium/Playwright, form interaction, CAPTCHA strategies, Scrapy framework selection).
- ▌ Academic Reporting Standards · peterbamuhigire bundleUse when an academic paper, thesis, dissertation, journal article, systematic review, or examinable artefact must follow a named reporting or examination standard; use academic-writing instead for prose craft without a reporting-standard decision.
- ▌ Dissertation Writing Process · peterbamuhigire bundleUse when planning, drafting, reviewing, or formatting a dissertation from research question through defence-ready manuscript; use academic-writing for prose originality and research-design for method selection.
- ▌ Systems Process Requirements · peterbamuhigire bundleUse when describing a system, process, workflow, scope boundary, requirements set, interface, state model, data architecture, business rules, user journey, operating model, or design system in testable and traceable form; use spec-architect for a coding-ready feature specification.
- ▌ Dataset Discovery And Analysis · peterbamuhigire bundleUse whenever a research project would benefit from public datasets — finds them across government / IGO / academic / ML hubs, retrieves with integrity checks, and produces a Segnini-style five-step quality profile (completeness, duplicates, accuracy, integrity, codes). Backed by tools/datasets/.
- ▌ AI Evaluation And Data Flywheel · peterbamuhigire bundleUse when designing evaluation, failure analysis, feedback capture, regression datasets, synthetic data controls, and data flywheels for AI-assisted research and agentic workflows.
- ▌ Critical Reasoning And Argument · peterbamuhigire bundleUse when an output makes claims, explanations, interpretations, judgments, recommendations, forecasts, or persuasive conclusions that need explicit warrants, assumptions, countercases, and implications; use analytic-tradecraft for estimative or contested-evidence methods.
- ▌ Systems Thinking And Mental Models · peterbamuhigire bundleUse when analysing system behaviour, stakeholder dynamics, root causes, feedback loops, leverage points, or judgement under uncertainty with systemigrams, causal loops, mental models, or decision heuristics; use systems-process-requirements for normative process or requirements documentation.
- ▌ Skill Name In Kebab Case · peterbamuhigire bundleUse when a concrete task needs this procedure or standard. Name the artefact, user language, and closest neighbour that should route elsewhere.
- ▌ AI Agent UX · peterbamuhigire bundleUse when an AI agent or copilot interface needs status, plans, approvals, uncertainty, interruption, or trust controls across web or mobile. Do not use for formatting a single AI answer; route output structure and citations to ai-output-design.
- ▌ Form UX Design · peterbamuhigire bundleUse when a web, iOS, or Android form needs field anatomy, validation, errors, multi-step flow, accessibility, or submission recovery. Do not use for general page layout or backend-only validation; pair with platform implementation and contract skills.
- ▌ AI Output Design · peterbamuhigire bundleUse when an AI answer surface needs structure, citations, grounding, editable refinement, or a chat-versus-canvas decision. Do not use for agent autonomy, approvals, or execution status; route those interaction controls to ai-agent-ux.
- ▌ Webapp Gui Design · peterbamuhigire bundleUse when designing or building a SaaS web-app shell, navigation, dashboard, table, form, dialog, auth, upload, or system state in React/Next/Tailwind or Bootstrap/Tabler/PHP. Do not use for marketing websites or backend-only work.
- ▌ Motion Design · peterbamuhigire bundleUse when defining system-level motion timing, easing, transitions, choreography, loading motion, or reduced-motion behaviour across web and native products. Use micro-interactions-and-feedback for the feedback anatomy of one control.
- ▌ Practical UI Design · peterbamuhigire bundleUse when an interface needs a coherent practical visual system for colour, typography, spacing, layout, buttons, and forms. Do not use for brand identity creation or native platform behaviour; pair with the relevant brand and platform skills.
- ▌ Design Audit · peterbamuhigire bundleUse when auditing one existing UI, page, screen, flow, or document for design quality and producing evidence-backed, severity-rated findings. Use product-design-audit for multiple product surfaces and design-qa-and-pre-launch-review for a release verdict.
- ▌ Premium Font Scan · peterbamuhigire bundleUse when a font category is known and local premium files must be checked before choosing the OFL baseline. Unlike font-selection-and-pairing, this resolves availability and licence evidence; embedding routes to font-embedding-and-licensing.
- ▌ Premium UI UX Design · peterbamuhigire bundleUse when a web, SaaS, dashboard, iOS, or Android product must communicate premium value through trust, clarity, restraint, sensory polish, and service detail. Do not use as a substitute for the platform, accessibility, or design-system implementation skill.