← all publishers

kienbui1995

@kienbui1995 source repo

232 published skills · page 2 of 3

  1. QA Audit · kienbui1995
    Use when conducting quality audits — reviewing process compliance, identifying gaps between defined process and actual practice, conducting structured inspections (code review audits, test quality reviews), and producing audit reports with remediation plans.
    0
    installs
  2. UX Audit · kienbui1995
    Use when conducting a heuristic evaluation of an existing interface, identifying usability problems, or prioritizing UX improvements
    0
    installs
  3. AI Harness · kienbui1995
    Use when building evaluation infrastructure for AI systems — test harnesses, CI pipelines for AI, automated regression detection, golden datasets, and continuous quality measurement.
    0
    installs
  4. API Design · kienbui1995
    Use when designing REST or GraphQL APIs - endpoint naming, versioning, error handling, pagination, authentication patterns
    0
    installs
  5. Game Audio · kienbui1995
    Use when writing a sound design brief, planning music direction, or building the audio systems specification for a game
    0
    installs
  6. Qc Metrics · kienbui1995
    Use when measuring and reporting QA quality — defect escape rate, test coverage analysis, flaky test rate, mean time to detect, shift-left metrics, and building quality dashboards for stakeholders.
    0
    installs
  7. Spatial UX · kienbui1995
    Use when designing 3D layouts, applying depth cues, planning spatial hierarchies, or ensuring user comfort in spatial experiences
    0
    installs
  8. Ado API CLI · kienbui1995
    Use when automating Azure DevOps operations — az devops CLI, REST API calls, PAT management, service principal automation, webhooks, and scripting repeatable ADO administrative tasks.
    0
    installs
  9. Adr Writing · kienbui1995
    Use when documenting architecture decisions, capturing the context and trade-offs behind technical choices
    0
    installs
  10. Brand Voice · kienbui1995
    Use when defining tone of voice guidelines, ensuring messaging consistency, or onboarding writers to your brand
    0
    installs
  11. Pr Workflow · kienbui1995
    Use when creating pull requests - PR structure, description templates, review checklist, merge strategies, branch naming
    0
    installs
  12. Refactoring · kienbui1995
    Use when improving code structure without changing behavior - extract methods, simplify conditionals, reduce duplication, improve naming
    0
    installs
  13. Vibe Coding · kienbui1995
    Use when rapidly prototyping AI products — going from idea to working demo in 4-8 hours using AI-assisted development tools (Cursor, Bolt, v0, Lovable), knowing when to vibe vs spec, and transitioning prototypes to production.
    0
    installs
  14. Agentic Eval · kienbui1995
    Use when evaluating AI agent systems — trajectory evaluation, pass@k testing, tool call correctness, non-deterministic behavior testing, and building eval infrastructure specific to multi-step agentic workflows.
    0
    installs
  15. AI Data Moat · kienbui1995
    Use when building defensibility into an AI product — designing data collection strategies that compound over time, domain-specific dataset building, proprietary data as competitive moat vs base models, and when data beats prompt engineering.
    0
    installs
  16. Claude Hooks · kienbui1995
    Use when automating Claude Code workflows with hooks — PreToolUse (validate/block actions), PostToolUse (react to completions), Stop (enforce standards before finishing), and SessionStart (load context). Configure in .claude/settings.json.
    0
    installs
  17. Data Quality · kienbui1995
    Use when validating data pipelines, writing data tests, or investigating data anomalies
    0
    installs
  18. Level Design · kienbui1995
    Use when designing game levels, planning pacing and challenge curves, or documenting spatial layouts
    0
    installs
  19. Qc Test Data · kienbui1995
    Use when managing test data — designing test data strategies, using factories and builders, creating fixtures, generating synthetic data, masking PII for testing, and managing test database state.
    0
    installs
  20. Ado Artifacts · kienbui1995
    Use when managing Azure Artifacts — feed creation and permissions, upstream sources, retention policies, package promotion across views, and connecting build pipelines to artifact feeds.
    0
    installs
  21. Brainstorming · kienbui1995
    You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
    0
    installs
  22. Claude Memory · kienbui1995
    Use when leveraging Claude Code's auto-memory system — understanding what Claude saves to memory, writing good memory entries manually, structuring the memory directory, and using memory for project continuity across sessions.
    0
    installs
  23. Data Modeling · kienbui1995
    Use when designing analytics schemas, choosing between star schema and OBT, or modeling entities for a data warehouse
    0
    installs
  24. Deal Strategy · kienbui1995
    Use when navigating complex enterprise deals, multi-stakeholder sales, or competitive displacement situations
    0
    installs
  25. Hr People Ops · kienbui1995
    Use when designing hiring processes, writing job descriptions, running performance reviews, or documenting culture and values
    0
    installs
  26. Model Routing · kienbui1995
    Use when selecting AI models for different tasks, designing cost-aware routing (cheap→expensive cascade), implementing model fallbacks, and optimizing the capability/cost/latency tradeoff across model tiers.
    0
    installs
  27. Qc Automation · kienbui1995
    Use when designing or implementing test automation — choosing the right automation framework (Playwright, pytest, JUnit), Page Object Model, selector strategies, test isolation, managing flaky tests, and CI integration.
    0
    installs
  28. Quality Gates · kienbui1995
    Use when defining definition of done, setting release criteria, or building automated quality checks into the CI/CD pipeline
    0
    installs
  29. Technical Art · kienbui1995
    Use when writing shader briefs, defining performance budgets, creating LOD strategies, or bridging art and engineering
    0
    installs
  30. Test Strategy · kienbui1995
    Use when building a test coverage plan, choosing what to test at each layer, or applying risk-based testing to focus effort
    0
    installs
  31. User Research · kienbui1995
    Use when planning user interviews, writing discussion guides, running usability tests, or synthesizing research findings
    0
    installs
  32. Writing Plans · kienbui1995
    Use when you have a spec or requirements for a multi-step task, before touching code
    0
    installs
  33. Agentic Memory · kienbui1995
    Use when designing memory systems for AI agents — tiered memory architecture (in-context, session, long-term, episodic), context window management, memory compression, and retrieval strategies for persistent agent state.
    0
    installs
  34. CI CD Pipeline · kienbui1995
    Use when setting up or improving CI/CD pipelines - GitHub Actions, automated testing, deployment, release automation
    0
    installs
  35. Design Handoff · kienbui1995
    Use when preparing designs for developer implementation, writing specs, or managing the design-to-code workflow
    0
    installs
  36. Discovery Call · kienbui1995
    Use when running discovery calls, qualifying opportunities, or applying MEDDIC/SPIN selling frameworks
    0
    installs
  37. Growth Hacking · kienbui1995
    Use when designing viral loops, improving activation rates, running retention experiments, or building growth models
    0
    installs
  38. LLM Evaluation · kienbui1995
    Use when measuring AI output quality - eval frameworks, golden datasets, regression testing, benchmarking, human-in-the-loop evaluation
    0
    installs
  39. Qc Test Design · kienbui1995
    Use when designing test cases — applying boundary value analysis, equivalence partitioning, decision tables, pairwise testing, and exploratory testing techniques to maximize defect detection with minimal test cases.
    0
    installs
  40. Sales Coaching · kienbui1995
    Use when running call reviews, building rep onboarding plans, handling objection training, or improving sales team performance
    0
    installs
  41. Slo Sli Design · kienbui1995
    Use when defining service level objectives, SLIs, or error budgets for reliability engineering
    0
    installs
  42. Writing Skills · kienbui1995
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    0
    installs
  43. Email Marketing · kienbui1995
    Use when designing email campaigns, building drip sequences, segmenting lists, or improving deliverability
    0
    installs
  44. Executing Plans · kienbui1995
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0
    installs
  45. Game Design Doc · kienbui1995
    Use when writing a Game Design Document (GDD), defining core mechanics, or planning player loops
    0
    installs
  46. Launch Planning · kienbui1995
    Use when planning a product or feature launch, building a GTM strategy, or coordinating a cross-functional release
    0
    installs
  47. On Call Runbook · kienbui1995
    Use when writing runbooks for on-call engineers, documenting incident response steps, or creating operational playbooks
    0
    installs
  48. Product Metrics · kienbui1995
    Use when defining KPIs, building dashboards, or measuring whether a feature or product is healthy
    0
    installs
  49. Security Review · kienbui1995
    Use when reviewing code for security vulnerabilities, auth issues, data exposure, or before deploying to production
    0
    installs
  50. Sprint Planning · kienbui1995
    Use when facilitating sprint planning, refining the backlog, calculating team capacity, or setting sprint goals
    0
    installs
  51. Team Onboarding · kienbui1995
    Use when onboarding a new engineer, setting up their dev environment, introducing the codebase, or planning their first PR
    0
    installs
  52. Ado Organization · kienbui1995
    Use when setting up or managing Azure DevOps organizations and projects — project creation, team structure, user management, billing, extensions, and org-level settings.
    0
    installs
  53. Agentic Security · kienbui1995
    Use when securing AI agent systems — defending against prompt injection, sandboxing tool execution, preventing indirect attacks through retrieved data, designing minimal-permission tool architectures, and security testing agents.
    0
    installs
  54. Blockchain Audit · kienbui1995
    Use when reviewing smart contracts for security vulnerabilities, auditing web3 patterns, or preparing for a formal audit
    0
    installs
  55. Caching Strategy · kienbui1995
    Use when implementing caching - Redis, CDN, HTTP cache headers, application-level memoization, or cache invalidation patterns
    0
    installs
  56. Claude MCP Setup · kienbui1995
    Use when connecting Claude Code to external services via MCP (Model Context Protocol) — configuring MCP servers for databases, APIs, file systems, and custom tools, and designing effective tool descriptions for Claude.
    0
    installs
  57. Content Strategy · kienbui1995
    Use when building a content calendar, defining target audiences for content, or choosing content formats and distribution channels
    0
    installs
  58. Legal Compliance · kienbui1995
    Use when reviewing code, docs, or features for legal and regulatory requirements (GDPR, CCPA, SOC2, HIPAA, etc.)
    0
    installs
  59. Mlops Deployment · kienbui1995
    Use when deploying ML models to production, setting up canary releases, or designing the serving infrastructure
    0
    installs
  60. Model Evaluation · kienbui1995
    Use when selecting evaluation metrics, detecting bias, or validating model readiness for production
    0
    installs
  61. Model Monitoring · kienbui1995
    Use when setting up drift detection, retraining triggers, or production model health dashboards
    0
    installs
  62. Narrative Design · kienbui1995
    Use when designing game story structure, writing branching dialogue, building lore, or planning narrative delivery
    0
    installs
  63. Product Strategy · kienbui1995
    Use when making product decisions, prioritizing features, planning launches, writing PRDs, or defining what to build next
    0
    installs
  64. Proposal Writing · kienbui1995
    Use when writing sales proposals, structuring pricing presentations, or articulating value propositions
    0
    installs
  65. RAG Architecture · kienbui1995
    Use when building RAG pipelines - document ingestion, chunking, embedding, vector search, retrieval, reranking, and generation with context
    0
    installs
  66. Roadmap Planning · kienbui1995
    Use when building quarterly roadmaps, prioritizing the backlog, or communicating what's coming and why
    0
    installs
  67. SEO Optimization · kienbui1995
    Use when improving organic search rankings, conducting keyword research, or fixing technical SEO issues
    0
    installs
  68. Solo Founder Gtm · kienbui1995
    Use when building go-to-market as a solo founder — distribution playbook for <5 hours/week, AI-powered personalized outreach, community leverage (Twitter/Reddit/ProductHunt/IndieHackers), and sales-led loops for early traction.
    0
    installs
  69. Support Playbook · kienbui1995
    Use when building a support triage process, writing escalation paths, or creating templates for common support issues
    0
    installs
  70. Tech Debt Triage · kienbui1995
    Use when prioritizing technical debt, deciding what to fix vs live with, or allocating time for debt reduction
    0
    installs
  71. Ado Pipelines Ops · kienbui1995
    Use when managing Azure DevOps pipeline infrastructure — self-hosted agent pools, service connections, variable groups, secure files, environments, approvals, and pipeline resource governance.
    0
    installs
  72. Ado Work Tracking · kienbui1995
    Use when configuring Azure DevOps work tracking — boards setup, backlog configuration, sprint management, work item type customization, process templates, queries, and team area/iteration paths.
    0
    installs
  73. AI Product Design · kienbui1995
    Use when productizing AI features for end users — UX patterns for AI, streaming, loading states, error handling, fallback design, reliability, and responsible AI disclosure.
    0
    installs
  74. Capacity Planning · kienbui1995
    Use when projecting infrastructure needs, planning for traffic growth, or making scaling decisions
    0
    installs
  75. Chaos Engineering · kienbui1995
    Use when designing resilience tests, planning chaos experiments, or validating failure recovery
    0
    installs
  76. Cloud Cost Review · kienbui1995
    Use when auditing cloud spend, rightsizing instances, reviewing reserved instance coverage, or finding cost optimization opportunities
    0
    installs
  77. Environment Setup · kienbui1995
    Use when bootstrapping new projects, setting up dev environments, writing onboarding docs, or configuring local development tooling
    0
    installs
  78. Incident Response · kienbui1995
    Use when handling production incidents - outage triage, root cause analysis, communication, postmortem writing
    0
    installs
  79. LLM Observability · kienbui1995
    Use when monitoring AI systems in production - cost tracking, latency, token usage, error rates, quality drift, and LLMOps dashboards
    0
    installs
  80. QA Process Design · kienbui1995
    Use when designing quality assurance processes — defining quality standards, integrating QA checkpoints into SDLC, creating process documentation, onboarding teams to quality practices, and building a quality-first engineering culture.
    0
    installs
  81. Qc Mobile Testing · kienbui1995
    Use when testing mobile applications — device matrix strategy, iOS and Android testing tools (XCUITest, Espresso, Appium), gesture and interaction testing, network condition testing, app lifecycle testing, and mobile-specific quality concerns.
    0
    installs
  82. Session Lifecycle · kienbui1995
    Use when starting or ending a Claude Code working session — load context from memory, output a session brief, save decisions and progress at session end, and ensure work is resumable next session.
    0
    installs
  83. Technical Writing · kienbui1995
    Use when writing documentation, READMEs, API docs, changelogs, ADRs, or user guides — ensures clarity, structure, and project consistency
    0
    installs
  84. Training Pipeline · kienbui1995
    Use when building reproducible ML training workflows, orchestrating training jobs, or versioning training artifacts
    0
    installs
  85. Visionos Patterns · kienbui1995
    Use when designing for Apple visionOS, applying spatial design conventions, or building for the Apple Vision Pro platform
    0
    installs
  86. Taxonomy · kienbui1995
    Create, validate, audit, and govern Amplitude event taxonomy across a product. Uses mcp__Amplitude__get_event_properties, mcp__Amplitude__get_project_context, mcp__Amplitude__query_amplitude_data.
    0
    installs
  87. Glue Etl · kienbui1995
    AWS Glue ETL
    0
    installs
  88. Cost Aware Routing · kienbui1995
    Use when deciding which model or agent to use for a task - guides cost-optimized model selection based on task complexity
    0
    installs
  89. Design With Pencil · kienbui1995
    Use when creating UI designs with Pencil — the MCP-native canvas that lives in your repo. Requires Pencil extension installed in your IDE.
    0
    installs
  90. Design With Stitch · kienbui1995
    Use when creating UI designs, mockups, or prototypes - integrates Google Stitch SDK for visual design generation
    0
    installs
  91. Developer Advocacy · kienbui1995
    Use when writing API documentation, creating developer tutorials, building devrel content, or engaging the developer community
    0
    installs
  92. Feedback Synthesis · kienbui1995
    Use when processing user interviews, support tickets, NPS comments, or survey responses into actionable insights
    0
    installs
  93. Financial Modeling · kienbui1995
    Use when building unit economics models, financial projections, or analyzing the business viability of a feature or product
    0
    installs
  94. Knowledge Transfer · kienbui1995
    Use when handing off a system, preparing someone to own a codebase, or ensuring knowledge doesn't live in one person's head
    0
    installs
  95. Prompt Engineering · kienbui1995
    Use when designing, testing, or versioning LLM prompts - covers few-shot, chain-of-thought, structured output, prompt templates, and systematic testing
    0
    installs
  96. QA Risk Management · kienbui1995
    Use when managing quality risk — identifying quality risks in a product or release, applying risk-based testing prioritization, creating risk mitigation plans, and communicating quality risk to stakeholders for go/no-go decisions.
    0
    installs
  97. User Story Writing · kienbui1995
    Use when writing user stories, acceptance criteria, or breaking epics into shippable slices
    0
    installs
  98. Using Magic Powers · kienbui1995
    Use when starting any conversation - establishes how to find and use skills, model routing, and cost-aware development
    0
    installs
  99. Workflow Templates · kienbui1995
    Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.
    0
    installs
  100. Accessibility Audit · kienbui1995
    Use when auditing WCAG compliance, testing with assistive technologies, or fixing accessibility issues
    0
    installs