← all publishers

event4u-app

@event4u-app source repo

302 published skills · page 2 of 4

  1. Secrets Management · event4u-app
    When picking a secrets store, designing rotation, or wiring scanning gates — multi-cloud (Vault, AWS, Azure, GCP), CI and Kubernetes — decision framework, provider deep-dives externalized.
    0
    installs
  2. Sentry Integration · event4u-app
    Use when the user shares a Sentry URL, says "check Sentry", or wants to investigate production errors. Uses Sentry MCP tools for deep analysis.
    0
    installs
  3. Storybook Workshop · event4u-app bundle
    Use when a component library needs a workshop — one story per concept, JSDoc summaries the manifest can carry, stories run as tests, and an opt-in MCP channel that replaces guessing with querying.
    0
    installs
  4. Verify Repair Loop · event4u-app bundle
    Use to iterate a change until tests/quality checks pass — bounded run→revise→re-run gated by a numeric threshold, then a judge confirms. Triggers 'iterate to green', 'keep fixing until tests pass'.
    0
    installs
  5. Worktree Lifecycle · event4u-app bundle
    Use when governing a worktree across its whole life — scope-lock declaration, merge-readiness status, scoped verification, and safe cleanup that refuses while unique unmerged commits exist.
    0
    installs
  6. Agents Md Thin Root · event4u-app
    Use when editing AGENTS.md (package root) or templates/AGENTS.md (consumer) — enforces Thin-Root contract: hard char ceilings, ≥40% pointer ratio, mandatory emergency-triage block.
    0
    installs
  7. Design Intelligence · event4u-app bundle
    Grounded design brief from the corpus — style, WCAG color tokens, typography, layout, anti-patterns. Use on ui-design-brief or any which-style/palette/font/chart call; feeds fe-design.
    0
    installs
  8. Discovery Interview · event4u-app
    When running discovery interviews — question-bank build, bias audit, insight extraction. Triggers on 'audit my guide', 'extract insights from transcript', 'is my hypothesis falsifiable'.
    0
    installs
  9. Judge Test Coverage · event4u-app
    Use when a diff may lack tests — missing assertions, uncovered branches, over-mocking, no regression test for a bug fix — dispatched by /review-changes, /do-and-judge, /judge, even without 'tests'.
    0
    installs
  10. Legal Intake Triage · event4u-app bundle
    When triaging the quick legal-question channel + intake; classifies and ROUTES, never reviews. Triggers on 'is this a legal problem', 'do we need a lawyer for this', 'quick legal question'.
    0
    installs
  11. Migration Architect · event4u-app
    When shaping a non-trivial migration — rollout phases, dual-write windows, cutover sequencing, deprecation cycles — hands off to the framework-specific migration skill for DDL once locked.
    0
    installs
  12. Mobile E2e Strategy · event4u-app
    Use when picking a mobile E2E framework — Detox / Appium / Maestro / XCUITest / Espresso — or planning iOS Simulator / Android Emulator coverage in CI for RN, Expo, or native apps.
    0
    installs
  13. Override Management · event4u-app
    Creates and manages project-level overrides for shared skills, rules, and commands — extending or replacing originals from .augment/ with project-specific behavior in agents/overrides/.
    0
    installs
  14. Perf Feedback Craft · event4u-app bundle
    When shaping feedback — situation-behavior-impact, growth-vs-corrective split, cadence design, ladder-of-inference checks. Triggers on 'how do I give this feedback', 'perf review shape'.
    0
    installs
  15. Persona Improvement · event4u-app bundle
    Refine a persona from recent corrections — tightens its Unique Questions, governance-gated; explicit request only. Skill analog → skill-improvement-pipeline.
    0
    installs
  16. Rice Prioritization · event4u-app bundle
    Use when ranking competing initiatives for a roadmap, breaking a tie between two features, or auditing a backlog for hidden low-value work via Reach × Impact × Confidence ÷ Effort.
    0
    installs
  17. Sequential Thinking · event4u-app
    Structured step-by-step problem decomposition and iterative analysis; explicit request only, never for regular coding tasks, and at most once per task.
    0
    installs
  18. Supply Chain Intake · event4u-app bundle
    Before adding/installing any dependency the agent named — verify the package exists (slopsquatting: ~1 in 5 AI suggestions are hallucinated), isn't typo-adjacent, is pinned + locked, and CVE-scanned
    0
    installs
  19. Test Case Discovery · event4u-app bundle
    Use BEFORE writing any test — enumerate cases per behavior (happy / boundary / error / abuse), prioritize by likelihood × impact, cross-check via subagent — even if the user just says 'add tests'.
    0
    installs
  20. Upstream Contribute · event4u-app
    Use when a learning, new skill, rule improvement, or bug fix from a consumer project should be contributed back to the shared agent-config package.
    0
    installs
  21. Using Git Worktrees · event4u-app
    When starting parallel work in isolation from the current branch — spawn a git worktree with ignore-safety checks and a clean test baseline — even when the user says 'try this on the side'.
    0
    installs
  22. Vision Articulation · event4u-app bundle
    Use when articulating internal vision — where we're going / why now / why us, founder-mode anchor, distinct from fundraising pitch. Triggers on 'what's our vision', 'why are we doing this'.
    0
    installs
  23. Deep Reading Analyst · event4u-app
    Deep analysis of articles/long-form via thinking frameworks (SCQA, mental models, inversion) — 'analyze article', 'deep dive', 'extract insights', URL/text wanting depth not summary.
    0
    installs
  24. Evaluate LLM Feature · event4u-app bundle
    Black-box evaluation of a shipped LLM feature — adversarial probes for hallucination, prompt-injection, and cost-runaway vs stated expectations. Not RAG/embedding. Triggers 'review my chatbot'.
    0
    installs
  25. JS Library Packaging · event4u-app bundle
    Use when a JavaScript/TypeScript package is consumed by another package — exports map, peer vs. direct dependencies, files allow-list, and whether it should be built at all.
    0
    installs
  26. Laravel API Endpoint · event4u-app
    Use when creating a new Laravel API endpoint — Controller, FormRequest, Resource, route, Policy, OpenAPI annotations — versioned route layout, single-action `__invoke` controllers.
    0
    installs
  27. Memory Consolidation · event4u-app
    Use when consolidating session signals into curated memory — four-phase loop ORIENT → GATHER → CONSOLIDATE → PRUNE. Triggers on 'mine my sessions', 'consolidate memory', 'review intake signals'.
    0
    installs
  28. Motion Choreographer · event4u-app
    When turning a locked still + blueprint into a provider-tuned motion prompt — camera, primary + secondary motion, physics, native-audio sync. Triggers 'motion prompt for Veo/Kling/Sora'.
    0
    installs
  29. Performance Analysis · event4u-app
    Performance audit — bottleneck profiling, N+1 query detection, hot-path analysis; explicit request only, not part of regular feature work.
    0
    installs
  30. Playwright Architect · event4u-app
    Use when shaping a Playwright suite — locator strategy, Page Object boundaries, fixture composition, flake-prevention architecture, CI-vs-local split — even on 'design our E2E tests'.
    0
    installs
  31. Positioning Strategy · event4u-app
    Use when locking the market frame — category, segment, alternative, point-of-view — before messaging, launch, or pricing rides on it. Triggers on 'who are we for', 'opposable audit'.
    0
    installs
  32. Rtk Output Filtering · event4u-app
    Use when running verbose CLI commands — wraps them with rtk (Rust Token Killer, third-party Apache-2.0; upstream reports 60-90% token savings). Covers installation, configuration, and usage patterns.
    0
    installs
  33. Stakeholder Tradeoff · event4u-app
    Use when stakeholders pull a decision in different directions — frames each lens, builds a trade-off matrix, surfaces the cost of every choice — even if the user just says 'PO and ops disagree'.
    0
    installs
  34. Systematic Debugging · event4u-app bundle
    Use on a bug, test failure, crash, or unexpected behavior — enforce reproduce → isolate → hypothesize → verify before any fix; fires even on 'this is broken' / 'quick fix'.
    0
    installs
  35. Validate Feature Fit · event4u-app
    Validate whether a feature request fits the existing codebase — check for duplicates, contradictions, scope creep, and architectural misfit
    0
    installs
  36. Accessibility Auditor · event4u-app bundle
    Use when reviewing UI for accessibility — WCAG 2.2 AA, keyboard nav, focus, ARIA, contrast, screen-reader semantics — even on 'is this a11y-OK?' or 'mach das barrierefrei'.
    0
    installs
  37. Agent Security Review · event4u-app bundle
    Use for an adversarial red-team / blue-team / auditor review of an AI agent's CONFIG + behaviour (rules, skills, MCP, hooks, permissions) — attack-chain → defensive-gap list, not a code audit.
    0
    installs
  38. Analysis Skill Router · event4u-app bundle
    Use when picking which analysis or project-analysis-* skill fits a request — routes by scope, framework, and symptom — even if the user just says 'analyze this' or 'dig into the codebase'.
    0
    installs
  39. Async Python Patterns · event4u-app
    When writing Python asyncio code — picking between gather / TaskGroup / wait, structured concurrency, timeouts, cancellation, sync-bridging — decision framework only, cookbook externalized.
    0
    installs
  40. Blameless Post Mortem · event4u-app bundle
    Use after an incident or outage is resolved — blame-free facilitation, root cause, corrective actions, memory write-back — even for a near-miss. Consumes the incident-commander skeleton.
    0
    installs
  41. Blast Radius Analyzer · event4u-app bundle
    Use BEFORE editing shared code — enumerates every call site, event consumer, queue worker, API client, migration, and test that a planned change will touch, with a file:line citation per dependency.
    0
    installs
  42. Character Consistency · event4u-app bundle
    Use when a character must stay visually identical across AI video scenes — locks identity tokens (silhouette, palette, wardrobe, prop) in JSON. Triggers 'character lock', 'same character'.
    0
    installs
  43. Content Funnel Design · event4u-app
    Use when mapping funnel-stage to content shape — conversion-pathway, content-as-system, leverage-point selection. Triggers on 'design our content funnel', 'why does mid-funnel leak'.
    0
    installs
  44. Design System Capture · event4u-app bundle
    Write and maintain DESIGN.md + PRODUCT.md — captures visual decisions and interaction patterns so design tasks stay consistent across sessions without re-scanning past work.
    0
    installs
  45. Fundraising Narrative · event4u-app bundle
    Use when shaping a capital-raise pitch — why-now / why-us / why-this framing, market-size reasoning, traction-story construction. Triggers on 'tighten the pitch', 'why-now is weak'.
    0
    installs
  46. Judge Spec Compliance · event4u-app bundle
    Use when a diff needs a requirement review — does it satisfy every stated acceptance criterion — dispatched by /review-changes, /do-and-judge, /judge. Never infers criteria from the diff.
    0
    installs
  47. Laravel Notifications · event4u-app
    Use when sending notifications via mail, Slack, database, or custom channels — with queuing, on-demand recipients, and notification preferences.
    0
    installs
  48. Market Entry Analysis · event4u-app
    Use when sequencing market entry — geo / segment / vertical, beachhead selection, regulatory-delta. Triggers on 'should we enter market X', 'which segment first'.
    0
    installs
  49. Operational Readiness · event4u-app bundle
    Use when adjudicating an operational go/no-go from typed evidence — a readiness enum with an explicit floor where one red is not-ready, unknown is never green, and no score can average a red away.
    0
    installs
  50. Overbuild Review Lens · event4u-app bundle
    Use when a diff builds more than the task needs — code that should not exist, a dependency the platform already covers, or a clever form where a flat one reads better. Deletion-hunting, not quality.
    0
    installs
  51. Project Analysis Core · event4u-app
    Raw discovery primitives — project discovery, version resolution, docs loading, architecture mapping, execution flow. Called by `universal-project-analysis`. Single-pass scan → `project-analyzer`.
    0
    installs
  52. Receiving Code Review · event4u-app
    When processing code review feedback (bot or human) before changing anything — triages, verifies and pushes back with technical reasoning — even when the user just says 'fix the comments'.
    0
    installs
  53. Root Cause Frameworks · event4u-app
    Use when tracing the root cause of a resolved incident or recurring bug — 5-whys chain, fishbone categorisation, contributing-factors split — even if the user says 'why does this keep breaking?'.
    0
    installs
  54. Spreadsheet Authoring · event4u-app bundle
    Use when building or editing a spreadsheet or model — formulas over hardcoded values, read-back after writes, official-source data, pivot-first charts. Triggers on 'spreadsheet', 'build a model'.
    0
    installs
  55. Standards From Config · event4u-app
    Use when you need this project's coding standards (line length, quotes, import order, naming, commit format) — derive them from the REAL tooling config as a pointer + digest, never a guessed claim.
    0
    installs
  56. Testing Anti Patterns · event4u-app bundle
    BEFORE writing/changing tests, mocks, or test-only methods on production classes — mocking-the-mock, production pollution, overfit assertions; for order, `test-driven-development` wins.
    0
    installs
  57. Voice And Tone Design · event4u-app bundle
    Use when shaping brand voice — voice attributes, tone-by-context matrix, consistency review. Triggers on 'define our voice', 'why does our copy sound different on every surface'.
    0
    installs
  58. Overrides · event4u-app bundle
    Override: Skill — {skill-name}
    0
    installs
  59. Brand Asset Generation · event4u-app bundle
    Generate brand assets — banners, social cards, CIP elements — with brand-token injection + provider routing. Use when generating a banner / social image / branded asset.
    0
    installs
  60. Data Handling Judgment · event4u-app
    Use when classifying data, setting retention, judging cross-border transfer, or shaping DSR workflow. Triggers on 'how long do we keep this', 'can this data go to the US'.
    0
    installs
  61. Image Provider Routing · event4u-app bundle
    Select the right image-generation provider from job shape — text-in-image to Ideogram, photoreal to Flux, vector/logo to Recraft, general to Gemini/GPT.
    0
    installs
  62. Judge Security Auditor · event4u-app
    Use when a diff may introduce security risk — authZ, injection, secrets, unsafe deserialization, SSRF, XSS, mass assignment — dispatched by /review-changes, /do-and-judge, /judge.
    0
    installs
  63. Legal Practice Profile · event4u-app bundle
    When setting up the legal pack — captures jurisdiction, role, escalation and playbook into a plain-prose profile every legal skill reads. Triggers on "set up legal", "legal profile".
    0
    installs
  64. LLM Provider Knowledge · event4u-app bundle
    Before stating any specific fact about an LLM provider's product — models, pricing, limits, context windows, SDK/API — for OpenAI, Gemini, Claude & others, verify against official docs, not memory.
    0
    installs
  65. Messaging Architecture · event4u-app bundle
    When shaping the primary message, supporting proofs and audience-by-message matrix from a locked positioning frame — before any copy or launch beat. Triggers on 'tighten the message stack'.
    0
    installs
  66. Project Analysis React · event4u-app
    Use for deep React analysis: component tree, state flow, props flow, hooks usage, rendering behavior, and React-specific failure patterns.
    0
    installs
  67. Readme Writing Package · event4u-app
    Use when creating or rewriting a README for a reusable package or library. Focus on installability, minimal usage example, compatibility, and developer onboarding.
    0
    installs
  68. Reasoning Orchestrator · event4u-app bundle
    Use for multi-step / ambiguous / end-to-end work — refactor a whole module, drive a vague ticket to a verified result, plan+build+verify a migration; coordinates the reasoning chain across skills.
    0
    installs
  69. Recursive Verification · event4u-app
    Use to run a depth-bounded self-correction loop (attempt → critic verdict → re-attempt) as a tunable test-time compute knob — a do-and-judge specialisation, default off, capability-gated.
    0
    installs
  70. Requesting Code Review · event4u-app
    Use when asking for a review or creating a PR — self-review first, frame the right context, test plan included — even when the user just says 'open a PR' or 'ready to merge'.
    0
    installs
  71. Subagent Orchestration · event4u-app bundle
    Use when orchestrating implementer/judge subagents — form gate + nine modes (do-and-judge ±two-stage, steps/parallel/worktrees, competitively, debate, live-app-judge, adversarial-council).
    0
    installs
  72. UI Component Architect · event4u-app
    Shaping a UI component tree — composition vs inheritance, slot patterns, prop API design, controlled vs uncontrolled, polymorphic — on 'split this component'. Feeds react-shadcn-ui.
    0
    installs
  73. Competitive Positioning · event4u-app
    Use when comparing this package to a peer / competitor — ours-vs-theirs verdict table, axis selection, adoption queue. Triggers on 'how do we compare to X', 'should we adopt their pattern'.
    0
    installs
  74. Error Handling Patterns · event4u-app
    Use when picking a failure-reporting strategy — exceptions vs Result types, recoverable vs not, retry / circuit-breaker / graceful degradation — decision framework only, catalogues externalized.
    0
    installs
  75. Judge Injection Defense · event4u-app bundle
    When scoring whether an agent response defended against an injection — treated untrusted content as data, refused role-takeover, ignored fake boundaries. Inverted axis; never auto-gates.
    0
    installs
  76. Project Analysis Nextjs · event4u-app
    Use for deep Next.js analysis: server vs client boundaries, routing, data fetching, caching, rendering modes, and hydration/runtime issues.
    0
    installs
  77. Technical Specification · event4u-app
    Use when the user says "write a spec", "create RFC", "write a PRD", or "document this decision". Writes technical specifications, PRDs, RFCs, and ADRs with clear structure.
    0
    installs
  78. Test Driven Development · event4u-app bundle
    Implementing a feature, fixing a bug, refactoring — failing test first, then the code. For a WRONG test, `testing-anti-patterns` wins.
    0
    installs
  79. Unit Economics Modeling · event4u-app bundle
    Use when modeling CAC, LTV, payback, contribution margin, or burn-multiple per customer — SaaS, marketplace, or transactional. Triggers on 'are we unit-economic', 'what is our LTV/CAC'.
    0
    installs
  80. Analysis Autonomous Mode · event4u-app bundle
    Autonomous multi-step investigation — deep research carried end-to-end without per-step approval; explicit request only, never for normal feature work.
    0
    installs
  81. Architecture Review Lens · event4u-app bundle
    Use when a diff may break system boundaries, dependency direction, or cross-service contracts — fifth judge dispatched by /review-changes alongside the four standard judges.
    0
    installs
  82. Developer Like Execution · event4u-app bundle
    Use when implementing, debugging, refactoring, or reviewing code — enforces the think → analyze → verify → execute workflow — even when the user just says 'implement X' without naming it.
    0
    installs
  83. Frontend Render Security · event4u-app bundle
    Writing/reviewing client-side UI (React/Vue/vanilla) — insecure-render + client-trust gaps AI ships: XSS via innerHTML, client secrets, client-only auth, CORS wildcard, token in localStorage
    0
    installs
  84. License Compliance Audit · event4u-app bundle
    Run the offline (jscpd) and online (scanoss-py) similarity scanners on demand against a diff or path — the ONLY home of this repo's detection capability; no CI gate exists or ever ran it automatically
    0
    installs
  85. Module Detect On The Fly · event4u-app
    When editing a module-shaped path (`Modules/*`, `packages/*`, `apps/*`) while `modules.enabled` is false — asks once to enable it; also the project/stack + task-runner detection reference.
    0
    installs
  86. Project Analysis Laravel · event4u-app
    Use for deep Laravel project analysis: boot flow, request lifecycle, container usage, Eloquent/data flow, async systems, and Laravel-specific failure patterns.
    0
    installs
  87. Project Analysis Symfony · event4u-app
    Use for deep Symfony project analysis: kernel/bootstrap, container wiring, routing/request flow, Doctrine, security, Messenger, and Symfony-specific failure patterns.
    0
    installs
  88. Prompt Engineering Image · event4u-app bundle
    Translate an image brief into provider-specific prompt grammar per model. Use when writing or refining an image-generation prompt for Ideogram, Flux, Gemini, GPT Image 2, or Recraft.
    0
    installs
  89. Competitive Moat Analysis · event4u-app bundle
    Use when mapping competitors, naming defensibility, and finding white-space — moat reasoning, where-to-play, where-not-to-play. Triggers on 'who are we competing with', 'what's our moat'.
    0
    installs
  90. Complexity First Planning · event4u-app bundle
    Use when staging multi-component or uncertain work — tackle the load-bearing unknown first (risk-first decomposition), not the easy parts first.
    0
    installs
  91. Deal Qualification Meddic · event4u-app
    Use when qualifying or disqualifying a single deal — MEDDIC slots with evidence, inversion test, disqualification heuristic. Triggers on 'is this deal real', 'should we walk away'.
    0
    installs
  92. Learning To Rule Or Skill · event4u-app
    Use when a repeated learning, mistake, or successful pattern should be turned into a new rule or skill. Also use after completing a task to capture learnings from the work.
    0
    installs
  93. Prediction Pool Optimizer · event4u-app bundle
    Optimize prediction-pool tips (kicktipp etc.): rules + multi-book consensus odds → expected-points-max answer for every question, scores AND bonus. Triggers 'optimize my pool tips', 'predict'.
    0
    installs
  94. License Compliance Credits · event4u-app bundle
    Regenerate docs/THIRD-PARTY-NOTICES.md from provenance/borrows.jsonl after any ledger change — even a single new entry — never hand-edit the notices file
    0
    installs
  95. Skill Improvement Pipeline · event4u-app
    Run the skill-improvement pipeline after a learning was detected — capture, classify, create, validate, apply; explicit request only.
    0
    installs
  96. Universal Project Analysis · event4u-app
    Deep multi-pass codebase audit — orchestrates project-analysis-core plus the framework-specific project-analysis-*; explicit request only. Single-pass scan → project-analyzer.
    0
    installs
  97. Verify Completion Evidence · event4u-app bundle
    Use when claiming 'done', suggesting a commit, push, or PR — runs the evidence gate so completion claims come from fresh output in this message, not memory or earlier runs.
    0
    installs
  98. Copilot Agents Optimization · event4u-app
    Use when optimizing AGENTS.md or copilot-instructions.md — deduplicates against .augment/ content, enforces line budgets, and focuses each file on its audience.
    0
    installs
  99. Judge Artifact Completeness · event4u-app bundle
    When scoring a roadmap, PR review, ADR, or ticket for completeness — risk, tests, migration, maintainability. Dispatched by /refine-ticket, /adr-create, /review-changes; never auto-gates.
    0
    installs
  100. Prompt Engineering Patterns · event4u-app bundle
    Use when designing production-LLM prompts — few-shot, chain-of-thought, system prompts, templates, self-verification — distinct from prompt-optimizer and refine-prompt.
    0
    installs